Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT8 Data mismatch with strategy that uses 2 data series

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

    NT8 Data mismatch with strategy that uses 2 data series

    Hi

    I have a strategy that uses two different data series

    " AddDataSeries(Data.BarsPeriodType.Tick, tickChartInterval); // Add tick-based data series
    AddDataSeries(Data.BarsPeriodType.Minute, 5); // Add 5-minute data series for trend confirmation"


    Yet, here is the problem that I'm having, when I disable the strategy in the middle of the day and enable it all of the trades that it took on the chart will disappear and instead I will see different trades that were taken that doesn't match the LIVE trades that it took.

    I also tried running market replay and the LIVE trades doesn't match the trades taken on Market Replay or even on Strategy analyzer, what's going on?

    I have other strategies that don't use multiple data series that are giving me accurate results in market replay data and on the charts.

    How can I fix this issue ?

    #2
    Hello vdelarosa2,

    1-tick intra-bar granularity (and TickReplay if using Calculate.OnPriceChange or .OnEachTick) will minimize differences between historical (backtest) and real-time.

    Below is a link to a support article that details this.

    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    116 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    61 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    40 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    43 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    82 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X