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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    93 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    138 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    123 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    73 views
    0 likes
    Last Post PaulMohn  
    Working...
    X