HELP
-
Pls i need help with this EA. Why it works some times and dont work other times i dont know exactly pls. Its a hedged martingale EA alternating directions in six steps...
https://fxdreema.com/shared/knskwzJuc
THANKS
-
You connected a loop block to another loop blocks. That's whay it's not working correctly. What do you exactly need it to do?
-
@l-andorrà 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
-
-
@l-andorrà i have tried working on it again but it still acts same way works first few times, after that works some times and stops mid way some other times
-
Your logic seems correct. Where does it 'stops mid way' exactly?
-
@l-andorrà it can stop on the third step {block 28}, atimes the fourth step {block 38}. Atimes it can stop at block 58. It can just stop on any step mid way.
Thank U -
And is this the whole bot or just part of it?
-
@l-andorrà Yes, this is everything while i manage the float manually...
-
The only issue I can imagine is the order of execution of those blocks in the 'on trade' tab. I see that block 58 will be executed AFTER blocks 45 and 47. I don't think that is the way it should. Try to reorder all blocks on top of those blocks tres in the strict order they should be checed wjen a trade is created.
-
@l-andorrà i would look into that immediately. THANK U VERY MUCH
-
You're welcome.