SetTrailStop("L2", CalculationMode.Price, Low[BarsBack] - (.25), false);
Read this below note but don't know what I should be reseting or where for the timing.
"Should you call this method to dynamically change the stop loss price in the strategy OnBarUpdate() method, you should always reset the stop loss price/offset value when your strategy is flat otherwise, the last price/offset value set will be used to generate your stop loss order on your next open position "


Comment