WARNING: Stop/target handling for strategy 'Retracement' set to 'ByStrategyPosition' since currency based stop order was placed.
I went to my strategies tab in the options and put it to by position but I still get this warning. The problem is when backtesting I get thousands of them. Am I doing something wrong?
EnterShort(1, quantity, "S" + timeframe);
SetStopLoss(shortStopLoss * quantity);
This is slowing down my backtesting.

Comment