---
private string longEnter;
----
EnterLong("longEnter");
SetStopLoss(longEnter,CalculationMode.Percent, 1, false);
Now I get an error, if I apply this strategy in a backtest. The message says "Object reference not set to an instance of an object".
I do not understand why I need an instanz. Does anyone can give me a hint.
Thanks

Comment