@fxgump Obviously that could be a reason, but I considered you already had checked it as confirmed. Are you sure those conditions are met often or not?
Posts made by l'andorrà
-
RE: Heiken Ashi with no tailposted in Questions & Answers
-
RE: Full candle close above/below EMAposted in Questions & Answers
@drewliedadeuce Your logic is correct except for the closing part. That 'Pass' block is unnecessary and the 'If trade' block should be duplicated: one for buys only and the other one for sells only.
-
RE: mt5 to mt4 (Solved)posted in General Discussions
@xyon126 in fxDReema? I'm afraid not. You need to rebuild the whole project.
-
RE: no quiere funcionar el bloque formulaposted in Questions & Answers
@cristian-0 No hay probema. Te paso este ejemplo de contador de pips abiertos y cerrados que funciona a la perfección. Espero que te ayude:
-
RE: What is included in Bucket of trades profit ?posted in Questions & Answers
@mantadiver Yes, you can do that, but do you need the overall profit (my example) or a separate profit value per open trade?
-
RE: "Bucket of closed trades" since open time of first tradeposted in Questions & Answers
@mantadiver Can you please share your project?
-
RE: Another Custom Indicator Assistance, pleaseposted in Questions & Answers
@jsauter86 Why are you using 'How many trades' blocks with different top values? I think your closing conditions should be applied to ALL your open trades. Right? I suggest you use the 'If trade' block instead.
-
RE: How to detect more than one position on the same symbol on a positions loopposted in General Discussions
@nilsen You mean you can have many open trades from different charts at the same time and then you want to know how many belonging to a specific one are open right now. Correct? That I can understand but I can't see why can't you use the 'Any symbol' option. Isn't that supposed what you are looking for?
-
RE: Set Current Marketposted in Questions & Answers
@ahmedelsaidamin Don't get me wrong but, did you do what I suggested? Can you please share the new version of the project?
-
RE: I have already tried that and nothing changed, any pair written in this block do not work unless i remove it . So it works in opposite direction. I need to let this EA works for all set markets and all time frames, is it possible?posted in Questions & Answers
@ahmedelsaidamin Please, do not duplicate threads. All replies sghould be found there.
-
RE: it says constant ema compilation error...any help?posted in Questions & Answers
@dr-forex I see this same image in your other thread. Is there any connection linking both of them?
-
RE: Need Programmer to build mt5 Non complicated EAposted in Questions & Answers
@dr-forex Ok. Those are the input parameters. But what about the strategy itself?
-
RE: it says constant ema compilation error...any help?posted in Questions & Answers
@dr-forex said in it says constant ema compilation error...any help?:
shared/EwFmGd2Md
Within the buy/sell now blocks you inserted a variable on the 'Money management' display. Never do that. This is the problem. You need to select any oprtion of that display menu, not inserting a variable. Same for Stop-loss and Take profit displays.
-
RE: How to detect more than one position on the same symbol on a positions loopposted in General Discussions
@nilsen Well, if you look carefully within that 'Foer each trade' block you will see a 'Filter by symbol' display. Click on it and then you will see 'Specified' option by default. That means only the trades of that symbol will be considered.
-
RE: If at least 2 of 3 conditions are met..posted in Questions & Answers
@equinox Then I suggest you to create two separated block trees. One cheking the conditions and a different one doing the sum. That way should simplify everything.
-
RE: Help with set "Current Market"posted in Questions & Answers
@everjn17 I recommend you to 'dissect' your EA in smaller parts and test them separatedly. It's a long and frustrating process, but required to find the origin of the problem.
-
RE: "Bucket of closed trades" since open time of first tradeposted in Questions & Answers
Are all those trades closed at the same time? The you'd better create a group number for them and then look for its common closing time. Buckets are not very efficient IMHO.
-
RE: Heiken Ashi with no tailposted in Questions & Answers
@fxgump Well I'm not an extert at Heiken ashi candles. Are their wicks specially common or uncommon?