when I use SetStopLoss("Long", CalculationMode.Price,Low[2]-2*TickSize,false);
the position is open and close in the same bar, like picture below.
Instead if i use SetStopLoss("Long", CalculationMode.Ticks,10,false); the strategy works fine.
Any idea ?
Thanks in advance.
Luca

Comment