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 Mindset, 04-21-2026, 06:46 AM
0 responses
88 views
0 likes
Last Post Mindset
by Mindset
 
Started by M4ndoo, 04-20-2026, 05:21 PM
0 responses
135 views
0 likes
Last Post M4ndoo
by M4ndoo
 
Started by M4ndoo, 04-19-2026, 05:54 PM
0 responses
68 views
0 likes
Last Post M4ndoo
by M4ndoo
 
Started by cmoran13, 04-16-2026, 01:02 PM
0 responses
119 views
0 likes
Last Post cmoran13  
Started by PaulMohn, 04-10-2026, 11:11 AM
0 responses
69 views
0 likes
Last Post PaulMohn  
Working...
X