problem with betting costum sequence
-
hellow admin
my EA's idea is to open order (lets buy) and when price move against order lets (-10 pips) open another buy according to costume sequence i put, and all tp off all opened orders modify as same as last tp of the last order
till now every thing is clearly
but when i making backtest i noticed a problem which is
my sequence is like that (1,1,1,2,3,4,5), when price beggining moves against me and ea open buys according to sequence, then price hit tp of last order , then all order close and ea should start from beggining . here is the broblem
ea open buy according to last closed order in sequence not from begining
e.x ea open orders 1,1,1,2 and then hit tp and orders close , ea open order (3) and not the first (1)
can u help me to solve this problem
shared/13KFmGKgd -
Better use only one "Buy" block, the one with the Sequence. Try it this way: http://prntscr.com/dbzgcv
-
thank u very muck it work properly
but one more question please
if i want to make ea , if there is one order open then begin opening the sequence since because i want to make the tp of first order other than the tp of orders placed in sequence