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 DynamicTest, Today, 11:18 PM
    0 responses
    2 views
    0 likes
    Last Post DynamicTest  
    Started by dcriador, Today, 01:43 AM
    3 responses
    19 views
    0 likes
    Last Post dcriador  
    Started by smartromain, Today, 10:50 PM
    0 responses
    3 views
    0 likes
    Last Post smartromain  
    Started by popecapllc, 08-09-2023, 07:42 PM
    10 responses
    1,366 views
    0 likes
    Last Post BartMan
    by BartMan
     
    Started by jbays87, Today, 09:46 PM
    0 responses
    6 views
    0 likes
    Last Post jbays87
    by jbays87
     
    Working...
    X