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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    79 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    54 views
    0 likes
    Last Post CarlTrading  
    Working...
    X