Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi-time frame

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

    Multi-time frame

    I would like to know if i understand the PeriodType and how it works. We will keep it simple in that the additional bars will all be for the same instrument.

    Let's assume that the chart is running a 2-minute time interval. So my primary bars will be of a 2-minute data set. I now want to add a 5 minute bars object so I code:
    Add(PeriodType.Minute, 5);
    Now I add another a 1 minute bars object. So
    Add(PeriodType.Minute, 1);
    Is this legal? Can I add a bars object whose time frame is smaller than the primary bars?
    I am assuming that I could not go to a Tick or Volume because those would be considered smaller than a 1-minute. Correct?

    Let's go in the other direction. My primary bars are Tick. Can I add a 2 minute bars object:
    Add(PeriodType.Minute, 2);
    Or am I limited to adding bars object that are either Tick or Volume?

    Thanks,

    #2
    Let's assume that the chart is running a 2-minute time interval. So my primary bars will be of a 2-minute data set. I now want to add a 5 minute bars object so I code:
    Add(PeriodType.Minute, 5);
    Now I add another a 1 minute bars object. So
    Add(PeriodType.Minute, 1);
    Is this legal? Can I add a bars object whose time frame is smaller than the primary bars?
    I am assuming that I could not go to a Tick or Volume because those would be considered smaller than a 1-minute. Correct?
    Yes this is legal. There are no restrictions on supplementary bar interval type and compression. You can add a 1 tick bar as a secondary series if you want.

    Let's go in the other direction. My primary bars are Tick. Can I add a 2 minute bars object:
    Add(PeriodType.Minute, 2);
    Or am I limited to adding bars object that are either Tick or Volume?
    Absultely. Same answer as above. You have complete flexibility.
    RayNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    574 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    331 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
    550 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