Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi-timeframe daily with minute

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

    Multi-timeframe daily with minute

    Hello everyone!
    I need clarity in handling daily timeframe (which begins and ends a session) with minute timeframe. If daily is the main timeframe what is the order of data access or order execution?
    For example for 3/29. will the daily bar be accessed first? followed by minute 3/29 9:30 , 3/29 9:31 etc. ? What OHLCV are from Daily into the minute ? Is it for 3/29 (which is not closed yet) or for previous trading day?

    If the order execution is in the minute bar will it be executed on time?

    I have looked at the documentation but they only cover intraday and not inter-day.

    Regards,

    #2
    Hello stratfreak,

    Each series added to the script will update OnBarUpdate when the bar updates, based on the Calculate setting.

    If using Calculate OnBarClose, and a minute bar closes at 9:30 AM and the daily bar closes at 4:00 PM when the session closes, the minute bar will update first.

    If two bars are closing at the same time, these will update in the order they are added to the script with AddDataSeries.

    An order will be executed when the order method is called. If you are submitted the order at the time you are expecting to, it would be on time.

    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    55 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    132 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    73 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X