Creating additional trade to existing trade coding issue
-
Hi Everyone,
Having trouble with my EA when adding a further single trade to the initial trade once a condition (pips away from open) is met.
Here is the set-up so far:

Any suggestions would be greatly appreciated

Thanks, Lindsay
-
try this for additional trade:

(Pass block replace with your additional trade block)
-
Thanks Miro,
Made the change as you mentioned above but no success as yet.
Does the pass block that replaced the additional trade block still trigger a new trade?
Here is the EA itself:
shared/LUyN8PNOd
Thanks, Lindsay

-
no no ,,, pass block you replace with your "additional trade" block, because I dont know which block is this additional trade block, I have not found this name so it must be something (maybe add to volume?) ... -
Thanks Miro,
Tried that but still no success with the add volume chain. Here is the revised EA:
shared/FoA2d0g3
After looking thru past posts on this I tested a different chain with the same strategies but still not the desired outcome

shared/egIDqBMOc
I've hit a brick wall in trying to correctly link the initial trade to a potential additional trade should a condition (pips-away-from-open) be met.
Thanks for the continued help and support
Lindsay -
actually, I tried it and it is working in opening this second trade:

but I disabled this close (only for testing purpose if this open is working, because 200pips in pips away distance is too much, you need enable it or set TP, or set this 200pips to lower value):

-
Thanks again Miro. I did the same and disabled the close and the additional trade started working though I lowered the pips-away from open to 50 and you suggested yet the second trade doesn't trigger till several bars later when the price has far exceeded the pips-away price. Any idea what's happening here?
I saw from your table that the first trade happened at 186.299 but the second trade was triggered at 185.502 which is 797 pips not the 200 that was originally set. It also looks like this is a short trade rather than the long only trade that this EA is set-up for. Again not sure what's happening here whether it's my chain set-up or something else?

shared/puDbYZ7ad
Thanks
Lindsay
-
look closer into that table ... first trade was closed at SL, so forget it ...
important are second and third trades ... they are opened together in distance 200pips ...
second at price 105.502 and third at 107.502, difference is 2000points and it is equal to 200pips (points are not the same as pips, 1pips=10points) ... -
Ok thanks got it. Didn't notice the difference before
