HELP fxDREEMA
-
Please what causes a this robot to work sometimes properly and other times misbehaves. Works to the end of the logic sometimes but alot of times it doesnt
-
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
@l-andorrà noted. THANK U
-
....what are you reaaly aiming to archieve?
-
@Ultrasigma thank you. thank you. It is a hedging martingale EA. I need the robot to
Start with a BUY trade with a pending sell instead of SL
If BUY hits TP and not pending sell, BUY again and continue like that
But if pending sell is hit, then next trade should be SELL with a pending buy i.e every new trade should be opened in the prevailing direction of the market with a hedging pending order (BUY or SELL).
Also, whenever a pending order is hit, the TP of the market order (BUY or SELL) is modified/removed {blocks 6,7,8,9,10,11}
Whenever TP is hit, existing pending order is deleted and variables modified {blocks 35, 36, 37}
This is the idea behind the EA strategy but the EA works few times but doesnt most of the time.
The EA is also to continue taking trade even IF POSITION/TRADE, but i could only make it take trades if NO POSITION/TRADE
THANKS A MILLION
-
...according to what you have shared, it seems like your EA is not symmetrical. Shouldn't it also have the same approach on having a sell branch linked to a buying pending order? I think that is what's making it work sometimes and stop working sometimes. Like your sell trades are wholly dependent on an initial buy trade, elseif the buy trade is not opened then nothing happens. Try to make it symmetrical to remove that buy-bias and see if it works as you want