There is a slight problem with initializeIndicators()
When you add an indicator which requires a specific timeframe (usually 1 tick), the initializeIndicators should be called in the (State == State.DataLoaded) section, not in the State.Configure section.
There is a slight problem with initializeIndicators()
When you add an indicator which requires a specific timeframe (usually 1 tick), the initializeIndicators should be called in the (State == State.DataLoaded) section, not in the State.Configure section.