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 NullPointStrategies, Yesterday, 05:17 AM
0 responses
54 views
0 likes
Last Post NullPointStrategies  
Started by argusthome, 03-08-2026, 10:06 AM
0 responses
131 views
0 likes
Last Post argusthome  
Started by NabilKhattabi, 03-06-2026, 11:18 AM
0 responses
73 views
0 likes
Last Post NabilKhattabi  
Started by Deep42, 03-06-2026, 12:28 AM
0 responses
44 views
0 likes
Last Post Deep42
by Deep42
 
Started by TheRealMorford, 03-05-2026, 06:15 PM
0 responses
49 views
0 likes
Last Post TheRealMorford  
Working...
X