Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DataSeries data discrepancy

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

    DataSeries data discrepancy

    Hi, I've a strategy which use multi-instruments and i will but a dataseries like this, say

    CloseDiff.Set( Closes[0][0]*2-Closes[1][0]*1); (time frames are the same)

    the problem is, strategy is triggered by instrument #0 by end of bar but seems like end of bar of instrument #1 has not been triggered, ie, the calculation was completely off in real-time

    when I load the strategy again (using Print statement so i can know what is going on step by step), there wont be any problem as all the bars were built properly

    how to prevent the data/bar discrepancy in real time? Thanks

    #2
    lawrence124, that could be the case in realtime - as NT is an event driven framework, the missing update from instrument 2 for example could mean the calculation is running with the last known tick only.

    I would recommend looking into KDoren's spread indicator works from the sharing, it's offering a concept to sync datapoints as in your case needed as well -

    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,229 views
    0 likes
    Last Post xiinteractive  
    Started by andrewtrades, Today, 04:57 PM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    7 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    441 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    12 views
    0 likes
    Last Post FAQtrader  
    Working...
    X