Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How can I get the difference between the MACD line and the Avg line?

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

    How can I get the difference between the MACD line and the Avg line?

    I am trying to put a simple MACD cross-over strategy. But I want to avoid the relatively flat crossovers where the distance/difference between MACD line and Avg. line crossovers are under some threshold. How can I get the difference between these two lines?

    As you can see in the attachment, I am trying to avoid the MACD crossover in the middle.

    Thanks.
    Attached Files

    #2
    Hello hasana1,

    Thanks for your post.

    To find the difference between the MACD plot line and the Avg plot line of the MACD indicator, you could subtract one plot value from the other plot value.

    The syntax to access the values of the MACD plot line and the Avg plot line could be seen below and on the MACD help guide page.

    Returns MACD value
    MACD(int fast, int slow, int smooth)[int barsAgo]
    MACD(ISeries<double> input, int fast, int slow, in t smooth)[int barsAgo]

    Returns average value
    MACD(int fast, int slow, int smooth).Avg[int barsAgo]
    MACD(ISeries<double> input, int fast, int slow, in t smooth).Avg[int barsAgo]


    See this help guide page for information about using the MACD indicator in a custom NinjaScript and sample code: https://ninjatrader.com/support/help...gence_macd.htm

    Let me know if I may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment


      #3
      Thank you! Exactly what I was looking for.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      62 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      134 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      75 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      45 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      50 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X