Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Moving average of indicators

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

    Moving average of indicators

    Dear NT,

    Frankly speaking I am starting to work with NT. The MA's of indicators (AO and RSI) are involved in my strategy. Frankly speaking I failed to find any information about this option. Is it possible to set MA for indicator or I should create special indicator for evey indicator.

    Best regards,
    John
    Last edited by medved69; 12-07-2012, 05:38 AM.

    #2
    Hello John,
    Welcome to the forum and I am happy to assist you.

    Yes, you can do it. Please refer to the below code which further demonstrates it.

    Code:
    double smaRsi = SMA(RSI(14, 3), 20)[0];
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Thank you very much for quick reply. Unfortunately I don't understand how I can realize it. What did you mean " refer to the below code which further demonstrates it".
      Thank you in advance,

      Best regards,
      John

      Comment


        #4
        Hello John,
        Please refer to this YouTube video which demonstrates how to apply an indicator based on another indicator.



        You can apply the SMA over an RSI in a similar fashion.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        601 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        347 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        559 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        558 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X