Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EMA to SMA in RSI default.

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

    EMA to SMA in RSI default.

    Hi
    I want to change the smoothed ave that is plotting over the RSI in the default RSI indicator from an EMA to an SMA. Can someone advise what i need to change in the code and where to make it do to this please?
    Thanks
    Swing

    #2
    Hello Swing123,

    Thanks for your post.

    The RSI already uses an SMA.

    Comment


      #3
      I'm talking about the "smooth" average that plots over the top of the RSI in the default indicator. That is an ema. If you open an RSI - it has a standard 3 period smoothing (i.e. a 3 period moving average). If you plot that as visable and then plot a seperate sma over the top of the rsi (based on the rsi), you find that the "built it" average is an ema. Plot a seperate ema and they are identical.

      Comment


        #4
        Hello Swing123,

        After further review, I missed that while the RSI is using an SMA it also has been coded using exponential constants.

        If you want to change this in the code, that is possible.

        To make the change, you would need to create and rename a copy of the RSI.

        In the copied RSI, look for the last line of Avg[0] = constant1 * value0 + constant2 * Avg[1];

        You can change that line to Avg[0] = SMA(Default, Smooth)[0];

        After making the change, right mouse click on the code to compile.

        Comment


          #5
          Fantastic! Thanks Paul.

          Comment


            #6
            Works great. Thank you.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by CarlTrading, 05-11-2026, 05:56 AM
            0 responses
            44 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 05-10-2026, 08:12 PM
            0 responses
            25 views
            0 likes
            Last Post CarlTrading  
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            186 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            348 views
            0 likes
            Last Post CaptainJack  
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            270 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X