Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multiple time frame ADX calls

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

    Multiple time frame ADX calls

    Hi all, I have a strategy that uses day (primary bars, index 0) and minute (secondary bars, index 1) timeframes. I'd like to compare yesterday's ADX with today's. ADX with index 0 will give yesterday's value. My question is how to access ADX for the current day before the current day's bar is complete? Similar to obtaining CurrentDayOHL() but for ADX? I hope I have explained this well enough!
    Thanks & regards
    Helen

    #2
    Hello Helen,
    Thanks for writing in and I am happy to assist you.

    To assist you further may I know have you set CalculateOnBarClose to true or false.


    I look forward to assisting you further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Hello Joydeep,
      CalculateOnBarClose is true and and the code which is using ADX calls is executed each minute.
      Thank you for your help. Helen

      Comment


        #4
        Hello Henlen,
        Thanks for the confirmation.

        If you set CalculateOnBarClose (COBC) to true then unfortunately the calculations will be a bar late. To get the calculations based on the latest bar you have to set COBC to false. If you want to calculate the strategy logic only once then you can use the FirstTickOfBar to separate your strategy logic, while still calculating the realtime values of the BarsArray
        .
        Please refer to this sample code which demonstrates this


        Please let me know if I can assist you any further.
        JoydeepNinjaTrader Customer Service

        Comment


          #5
          Joydeep, Thank you for your reply. I will have a look at the link you have sent and ask questions as needed. Rgds Helen

          Comment


            #6
            Hello Helen,
            Thanks for your note.

            Please let me know if I can assist you any further.
            JoydeepNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            637 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            366 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            107 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            569 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            572 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X