**NT** Error on calling 'OnBarUpdate' method for strategy 'TestIOrderMulti/d023c1e4c3b641b69bff2f0bcee62fdf': Object reference not set to an instance of an object.
Do I have the sequence correct below...
//Unrealized profit condition here
OBU()
//Entry and Exit Condition here
OnExec()
//Stop & Target here
StopStrategy()
//CancelOrder and Exit Long here if Unrealized profit condition triggered

Comment