Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MACD conversion

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

    MACD conversion

    Hello Ninjatrader Team,

    how can I set up MACD indicator to give me "percentage" of how much the spread between two lines exists. For example EMA 12 is above EMA 26 by 1 percent(this is what I want MACD to tell me), instead of EMA 12 is above EMA 26 by 10 points. I hope this question is clear enough. if not please let me know and il try to clarify better. thank you

    #2
    Hello wallsteetking,

    Thank you for your post.

    This will require editing the MACD in the following manner:
    1. First go to Tools > Edit NinjaScript > Indicator > MACD > OK
    2. Then right click in the MACD > select Save As > give the new MACD a name
    3. Then change line 72 to the following:
      Code:
      Diff.Set(((macd - macdAvg) / Value[0]) * 100);
    4. Then press F5 to compile
    5. Apply your new MACD to the chart

    This will show the Diff as percent.

    Please let me know if you have any questions.

    Comment


      #3
      Thank you Patrick

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      24 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      115 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      69 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      225 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      411 views
      0 likes
      Last Post CaptainJack  
      Working...
      X