can anyone explain why 6315 entries can be loaded into an EMA during OnBarUpdate, but only index [0] be available in that EMA by the time the MouseMove handler is called?
- at first I thought it was due to [0] always being the current bar, then doing the math in MouseMove to subtract blah blah to get the same index. However, by the time MouseMove is called the EMA simply is not there. Zero code in my indicator messes with it.
All standard checks (bars visible on the chart, valid index, etc.) do not apply. A dump of it in OnBarUpdate shows it, the same dump routine in the MouseMove handler shows a single entry only.
Thanks

Comment