I have a customer, that is using a foot print indicator which requires a tick replay dataseries, to show it's signals for historical data.
One of my indicators (running on the same chart) is set to calc on each tick, which makes it calculate forever, when reloading a chart.
My indicator doesn't need to be calculated with tick replay for historical data, only for real-time data.
What can I do, apart from checking for IsTickReplay and just return, which would not show signals on historical data anymore.
Best regards
Thomas

Comment