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 -

    Comment

    Latest Posts

    Collapse

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