Why did the EA only loop 2 times then stop
-
Can someone help answer why this EA only ran the first 2 trades then stopped running after that.
its suppose to enter a trade at 0:00 broker time then add a position every time it passes the "pips away block"
the EA worked fine yesterday then i added the modify stop block and its stopped working. i removed all the modified stop blocks and its still does not run.
https://fxdreema.com/shared/3Gt2erSyb
Can you tell me what i'm doing wrong?
-
Try running pink in a line.

-
I'm sorry I don't understand what that means? Can you explain with an example?
-
@gcfusco He means you change your structure as per the first 'for each trade' blocks tree on the left of his screenshot.
-
@l-andorrà I'm sorry i still don't understand...Can you give me an example?
-
I meant connect your blocks the same as the tree on the second from left, the report back here what happened.
-
Same Problem... The first 2 trades (opened at 0:00) worked fine, but after the first 2 open trades it does open any more trades
here is the modified EA
https://fxdreema.com/shared/KhIZXEs6b -
Don't know if it will help but I would put Check trade count on top, and I would limit pink to 1.

-
thanks
I'll give it a try
-
sorry still the same results. only the first to trade cycles are open then the rest of the days no trades are open.
-
Strip this back to 1 tree, buy 1, then use that to buy again. this way you can get things working before adding trades to it:

These 2 can not differ (you only need pink anyway):

Do this, then you can take blocks out and use a process of elimination to find the problem.
-
thanks for your help....
i have the EA working and opening two trades consistently. however once i add the block "modify stops" or "modify stops of trade" anyway after the "pips away" block. it does not modify the stop.
i want to modify the TP in the first tree to TP2 which is a constant.
thanks for all your help