In NinjaScript Code Breaking Changes - Revision 8, December 18, 2009 the following is included:
CurrentBar internal pointers are now updated earlier. This ensures that accessing bars across multiple series will be in sync regardless of which BarsInProgress context you may be working out of.
- For historical, pointers for all bar series with the same timestamp will be updated before OnBarUpdate() will be triggered.
- For real-time, pointers for all bar series of the same instrument will be updated before OnBarUpdate() will be triggered.
Can someone provide a few short and illustrative examples of situations that worked one way in NT 6.5, but will now work differently going forward in NinjaScript strategies in NT 7+?
Many thanks in advance!

Comment