Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Is Opens[i] enough to identify data series?

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

    Is Opens[i] enough to identify data series?

    Hi NT experts,

    For the same instrumnet with different time frames, I assume Opens[i][GetBar(datetime)] is enough to specify Open price of data series i at datatime.

    However, I found I need to specify both BarsInprogress == i and Opens[i][GetBar(datetime)] in order to pin down the value. Otherwise, the Open[i][GetBar(datetime)] changes over time if i is not primary dataseries 0.

    I am not sure if that has to be the case. I think the very reason to have Opens vs Open is to specify dataseries. I might have missed something.

    Any comments are welcome.

    #2
    That is not the issue. The issue is GetBar(). GetBar() works based off of the BarsInProgress context you are in. If you are in 0, you get BIP0 returns. If you are in others, you get others.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Stanfillirenfro, Today, 07:23 AM
    1 response
    3 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    2 responses
    21 views
    0 likes
    Last Post cmtjoancolmenero  
    Started by olisav57, Yesterday, 07:39 PM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by cocoescala, 10-12-2018, 11:02 PM
    7 responses
    944 views
    0 likes
    Last Post Jquiroz1975  
    Started by oviejo, Today, 12:28 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X