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 argusthome, Yesterday, 10:06 AM
            0 responses
            22 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            19 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            14 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            10 views
            0 likes
            Last Post TheRealMorford  
            Started by Mindset, 02-28-2026, 06:16 AM
            0 responses
            41 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X