I have made some indicators that make use of the Tick Replay functionality.
During the evaluation of historical data when several charts are open, using several of my indicators for each chart and during the initial connection to the data service, two things happen:
- Temporarily NT8 freezes.
- Sometimes (with slower CPUs it is more noticeable) there are losses of incoming ticks/events during the transition from historical to real-time. But when reloading one by one each TAB-Chart using "Reload NinjaScript", NT8 freezes temporarily, but there are no more lost ticks during the transition.
So...
- How can I solve this so that NT8 does not freeze and so that the data loss no longer occurs?
- What do you recommend?
- Is there any way to solve it without throwing away my indicators... because I already spent the time to learn NinjaScript / C# and my indicators are useful to me.
PS: I have optimized my indicators to the maximum, but obviously there is a limit.

Comment