currently I am working on a "situation editor" using the NinjaTrader indicator framework.
All is working fine, except that I would like to catch the event when a Bars series attached to the ChartControl is changed. (This happens when the user changes the Instrument or Period).
I would like to get notified when such a change of the instrument or period is underway, which is the same as changing the attached Bars series.
I came across the static
NinjaTrader.Data.Bars.BarsReload
but no events are routed through there.
Any hint from the Ninja team where to watch for notifications of Bars AttachedTo ChartControl changed?
Thank you in advance
Andreas

Comment