SetStopLoss("Long 1a", CalculationMode.Ticks, 8);
SetStopLoss("Long 1b", CalculationMode.Ticks, 8);
and got: No overload for method 'SetStopLoss' takes '3' arguments
Did I not understand you correctly?
UPDATE: See next post and forget I ever wrote this dumb one.

Comment