I'm working with the Unmanaged Approached. All of my orders appear to be referenced to IOrders, but I am receiving the above error in my log. I'm not sure how to track that down since my code is compiling and I can't run the strategy. Can anyone give me a clue as to how to find that error?
This is the message I get in the log:
8/22/2011 4:24:52 PM|1|128|Enabling NinjaScript strategy 'Pullbacks/7584986fb83d4e08b54204078763ef8d' : On starting a real-time strategy - StrategySync=WaitUntilFlat SyncAccountPosition=False EntryHandling=AllEntries EntriesPerDirection=1 StopTargetHandling=PerEntryExecution ErrorHandling=StopStrategyCancelOrdersClosePositio ns ExitOnClose=True/ triggering 30 before close Set order quantity by=Strategy ConnectionLossHandling=KeepRunning DisconnectDelaySeconds=10 CancelEntryOrdersOnDisable=False CancelExitOrdersOnDisable=True MaxRestarts=4 in 5 minutes
8/22/2011 4:24:52 PM|3|128|Error on calling 'OnBarUpdate' method for strategy 'Pullbacks/7584986fb83d4e08b54204078763ef8d': Object reference not set to an instance of an object.
Thanks

Comment