Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnExecution and Multi-Time Frame Strategies

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

    OnExecution and Multi-Time Frame Strategies

    For a multi-time frame strategy, when inside the OnExecution function and I reference Open, High, Low, or Close, how do i know which time frame it is getting the data from? Should I be checking BarsInProgress?

    Thanks!

    #2
    Style, the OnExecution() is not tied to any bars update event, it's strictly monitoring for fill reports, incoming executions - so the BarsInProgress filter would not make sense really here.

    For data access you can use Opens, Closes, Lows or Highs, which would let you point to a specific frame to get the last known data from.

    Alternatively you can set a tracking variable in OnBarUpdate() that would update on your needed BarsInProgress calls.

    Comment


      #3
      Originally posted by NinjaTrader_Bertrand View Post
      For data access you can use Opens, Closes, Lows or Highs, which would let you point to a specific frame to get the last known data from.
      This is exactly what I needed. Thanks so much! I didn't even know those arrays existed.

      Comment


        #4
        You're welcome, all price input types would have such multiseries 'cousins' - Typicals, Medians and Weighteds are available as well.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        60 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        145 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        161 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        97 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        283 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X