How do I make these values accessible in a strategy?
I looked at the bollinger indicator that comes with NT which has access to Upper Middle Lower
I see these values are under the OnBarUpdate() and #region Properties
When I used the wizard to create the indicator #region Properties was not created.
I reviewed the help guide https://ninjatrader.com/support/help...alues_that.htm
and reviewed the SampleBoolSeries indicator.
It looks like I need to create a price series.
How do I get the wizard to create the Properties?
Thanks in advance

Comment