Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Smaller time frame data within larger time frame

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

    Smaller time frame data within larger time frame

    Hi,

    I am having a bit of trouble with the AddDataSeries function.

    I would like to be able to call smaller OHLC data within the each Bar. For example. I show a 20 minute chart and would like to get the minute opens within that bar and do some data computations.

    so i start out with using the AddDataSeries(BarsperiodType.Minute,1);

    When I try to run my code, where I try and call the Open[0], and print the result, it will show the 1 minute open of each minute bar instead of the higher time frame, 20 minute bar open. And I realise i'm having a hard time understanding how to implement what i want to do with this.

    When I remove the addDataSeries the Open[0] works as it should, it shows the 20 current time frame's open instead of the minute bar opens. Can you help point me in the direction to how to accomplish my goals of getting the smaller time frame data within each bar.

    Specifically I want the ability to pick each minute OHLC data within a single higher time frame bar (example 15 minute bar) and then reference the data to either other minute data or the higher time frame data (example. compare it to the previous bar open, or compare the second minute to the third minute of the completed bar).

    Note I'm looking only at the most current completed bar, not a realtime bar. Thanks.

    #2
    Hello Big_leon,

    You should use Opens[0][0] if you’d like to get the open of the primary data series and Opens[1][0] if you’d like the open of the secondary data series.

    See Opens section of our helpguide,


    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    579 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    334 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    554 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X