When I backtest a system with the only sell rule of a trailing stop
like this: sell = ApplyStop(2,1,3,1,False,0); (= 3% trailing
stop)
I only get that all trades are immediately stopped out at the
entry
price. In settings, "Activate Stops immediately" is NOT
checked.
How can I tell AMI to use the trailing stop correctly as 3%
trailing
stop?
Thanks, Sammi