Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

days loaded when using multi time frame

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

    days loaded when using multi time frame

    hi,

    say I add a second time frame like this

    Code:
    protected override void Initialize()
            {
    			Add(PeriodType.Minute, 30);
            }

    If I have the chart set to load 30 days of data, I assume that the BarsArray[1] in this case would also have 30 days of data?

    #2
    Hello onnb1,

    That is correct. The number of days to load applies to all added series in your script.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    132 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    74 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    117 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    112 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    89 views
    0 likes
    Last Post CarlTrading  
    Working...
    X