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 CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        175 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        91 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        130 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        210 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        186 views
        0 likes
        Last Post CarlTrading  
        Working...
        X