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 CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        32 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        22 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        184 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        342 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        264 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X