I have an Indicator which is working. I get my strategy to use this indicator and on calling OnBarUpdate NT reports error due to reference not set to instance object. After troubleshooting I found offending statement is a test (ChartControl.ChartStyleType == ChartStyleType.CandleStick).
Your beta release note 16 reported the issue (#3717) but for call in OnTermination(), which has been fixed. I tried to work-around testing it at initialize. But NT reports the same error, saying failed to call method 'Initialize'. So for now I comment out the statement, and strategy is running with no issue.
Kindly advise if this is a known issue. Is it going to be fixed? Is there any work-around?
Thanks.
Best regards,
Edward K.

Comment