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 SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        36 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        20 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 06-17-2026, 10:32 AM
        0 responses
        14 views
        0 likes
        Last Post CaptainJack  
        Started by kinfxhk, 06-17-2026, 04:15 AM
        0 responses
        19 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 06-17-2026, 04:06 AM
        0 responses
        22 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X