I am trying to use the SetStopLoss and SetTrailStop methods in my strategy, and one works but the other doesn't...
For example:
SetStopLoss(CalculationMode.Percent, 0.25)
However, if I try to use SetTrailStop in exactly the same way:
SetTrailStop(CalculationMode.Percent, 0.25)
What could be causing this? I am at a bit of a loss
Thanks

Comment