About For each trade
-
This problem , it's i miss understood or bug in this block.
My EA have multiple orders [ example 1-10 order buy and 1-10 order sell ; take profit all >= 1 $ ] . When price up my EA TP all order buy + oldest 1st,2nd sell order ; profit all buy + sell 1st,2nd >= 1$ . For each trade block
and get profit
In my understanding value from for each trade = profit 1st order + profit 2nd order , but actual value = only profit 2nd order [ try chang " n " trades , 3 value = only profit 3rd order ]
fxDreema , Can you help me ? How can i get sum of profit oldest-order [ 1st+2nd ; 1st+2nd+3rd ; 1st+2nd+3rd+4th ............]