- Is there a way my indicator can programmatically change the input series params (Period params such as value, value2 & BaseBarsPeriodType), including changing the current bar chart display?
- How can I get the current input dataseries param (instrument, BarsPeriodType, value, value2 & BaseBarsPeriodType) on State State.SetDefaults (to set the indicator defaults)?
- How can I get the current input dataseries param (instrument, BarsPeriodType, value, value2 & BaseBarsPeriodType) on State.Configure to update the current input series and to add additional Higher Timeframe series using AddDataSeries()?

Comment