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 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
    134 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
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X