Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 maybeimnotrader, Yesterday, 05:46 PM
    1 response
    18 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by Perr0Grande, Yesterday, 08:16 PM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by f.saeidi, Yesterday, 08:12 AM
    3 responses
    25 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by algospoke, Yesterday, 06:40 PM
    1 response
    15 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by quantismo, Yesterday, 05:13 PM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X