For each trade
-
Hi
I need help with one question. Assume that I have multipel trades and I would like the EA to look at my two last trades, not one and not three, exactly two last trades.I have tried to use for each trade but it does not look at them as a pair. When the to last trades are 0 in profit, I would like to close them.
Please help
//S
-
@svengate You can do this:

-
Hi, yes but how do i find when those two trades are 0 in profit? I have tried check profit but it doesnt work
-
@svengate That should work. Can you please share your project?