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 JGriff5646, Today, 10:02 PM
    0 responses
    1 view
    0 likes
    Last Post JGriff5646  
    Started by AdamDJ8, Today, 09:18 PM
    0 responses
    2 views
    0 likes
    Last Post AdamDJ8
    by AdamDJ8
     
    Started by knowmad, Today, 03:52 AM
    2 responses
    27 views
    0 likes
    Last Post knowmad
    by knowmad
     
    Started by ETFVoyageur, Today, 07:05 PM
    0 responses
    10 views
    0 likes
    Last Post ETFVoyageur  
    Started by Orion815, 05-02-2024, 08:39 AM
    2 responses
    18 views
    0 likes
    Last Post Orion815  
    Working...
    X