I have 2 questions:
1, I would like to create MouseEventHandler(ChartPanel_MouseMove), System.Timers.Timer() and TextBox(),
not sure if it is better to put in (State==State.DataLoaded) or (State==State.Historical) ?
It seems either way works, but I would like to know the correct way of doing it.
2, I understand in NinjaTrader, index counting start from the bar on the far right (index 0), wonder why Bars.GetBar(time)
does the opposite? I will have to do 'CurrentBar - Bars.GetBar(time)' to get the correct index number.
Thanks so much!

Comment