Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Backtest with TickReplay option

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Backtest with TickReplay option

    Hello NT8 support.
    I test my strategy in Strategy Analyzer and use NQ instrument, 1 minute timeframe, a period from Jan 1st 2018 to today (May 18th 2024). If I don't use TickReplay mode I get all historical data within specified period. If TickReplay option is checked then historical data before april 2023 is not available for some reason...
    I use the follwing code to debug it.
    Code:
    protected override void OnBarUpdate()
    {
        if (CurrentBar == 0 && IsFirstTickOfBar)
        {
            Print(Time[0]);
        }
        // The strategy logic is here
    }​
    If TickReplay is OFF there is 2018-01-02 3:01:00 AM value in Output window. What is correct.
    If TickReplay is ON there is 2023-04-06 4:01:00 AM value in Output window. What is incomplete data.

    Are there any limitations on the size of historical data in TickReplay mode?

Latest Posts

Collapse

Topics Statistics Last Post
Started by CarlTrading, 03-31-2026, 09:41 PM
1 response
45 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by CarlTrading, 04-01-2026, 02:41 AM
0 responses
21 views
0 likes
Last Post CarlTrading  
Started by CaptainJack, 03-31-2026, 11:44 PM
0 responses
31 views
1 like
Last Post CaptainJack  
Started by CarlTrading, 03-30-2026, 11:51 AM
0 responses
50 views
0 likes
Last Post CarlTrading  
Started by CarlTrading, 03-30-2026, 11:48 AM
0 responses
42 views
0 likes
Last Post CarlTrading  
Working...
X