Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

issue in Timeframe to get MACD value

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

    issue in Timeframe to get MACD value

    Hi,

    I am getting MACD indicator values through using MACD object and I have added multiple timeframes in the strategy and my strategy is running on COBC = false.If I have added the same time frame which I am using in the strategy through initialize method and use this time frame to get Macd values it shows wrong values in this case and if I use other time frames that is not on which strategy is running it gives correct values.

    private MACD macd;

    Initialize it in startup function

    protected override void OnStartUp()
    {
    this.macd = MACD(BarsArray[timeframe],fast,slow,smooth);
    this.macd.CalculateOnBarClose = true;
    }

    please help me out about this behaviour of MACD object.

    Thanks,
    Irfan

    #2
    Can you provide an example of the wrong time frame? How are you determine they are incorrect? Can you please give example of data that we can verify is not correct?

    Is 'timeframe' a calculated variable? How is this passed to bars array?
    MatthewNinjaTrader Product Management

    Comment


      #3
      yes timeFrame is calculated value that i get from Time Frames list . I verify these values through MACD indicator that is running on the chart.

      Comment


        #4
        Can you give an example? How are you verifying the values?
        MatthewNinjaTrader Product Management

        Comment


          #5
          I Verify MACD Values on Chart at that specific time through logs that I am printing through code .

          Comment


            #6
            Please provide all of the relevant code and settings necessary in order to reproduce this behavior. Once we have all of this information, we can help you determine what is not working to your expectations.

            Thanks in advanced.
            MatthewNinjaTrader Product Management

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            672 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            379 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            111 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            575 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            582 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X