• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 8:02am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 8:02am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Mt4 code for smoothed inverse fisher transform of RSI 39 replies

Modification needed so Smoothed RSI output value displays on chart 7 replies

Not Smoothed RSI on MT4 4 replies

Smoothed Moving Average for GFT 0 replies

Smoothed out indicators for charting? 0 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 1
Attachments: RSI Simply smoothed
Exit Attachments
Tags: RSI Simply smoothed
Cancel

RSI Simply smoothed

  • Post #1
  • Quote
  • First Post: Aug 24, 2011 9:37am Aug 24, 2011 9:37am
  •  r4bb1t
  • | Joined Jan 2010 | Status: Member | 27 Posts
i was looking for smoothed RSI but not so different with original RSI.
John Ehlers's Smoothed RSI(SRSI) was really smoothed but it's really different. it uses different units.
as you know, original RSI bounces between 0 to 100. but SRSI is bouncing between 0 to 1.
it's greet signal generator but not exactly same with RSI imo.
because there are hundread usage of RSI rather than crossing 50 line.
however, i just replaced Close Price to 5 Period of Linear Regression in RSI Calculation.
then i got what i wanted. all three indicators used same period (14)
hope it's helpful to someone
Attached Image (click to enlarge)
Click to Enlarge

Name: rsi.png
Size: 62 KB
  • Post #2
  • Quote
  • Aug 24, 2011 7:25pm Aug 24, 2011 7:25pm
  •  Cbh123
  • | Joined Apr 2009 | Status: Student of Price Action | 258 Posts
This is interesting, can you post the indicator? I'd like to test it out.

Thanks,

Cory
 
 
  • Post #3
  • Quote
  • Aug 25, 2011 4:42am Aug 25, 2011 4:42am
  •  puma1
  • | Commercial Member | Joined May 2010 | 282 Posts
Hi,

few versions of RSI i've posted here: http://www.forexpnf.info/forex-indicators/
ctrl+f , and type "rsi".

Maybe you'll find something useful.
 
 
  • Post #4
  • Quote
  • Last Post: Aug 25, 2011 7:36am Aug 25, 2011 7:36am
  •  r4bb1t
  • | Joined Jan 2010 | Status: Member | 27 Posts
Quoting Cbh123
Disliked
This is interesting, can you post the indicator? I'd like to test it out.

Thanks,

Cory
Ignored
i can't offer the indicator file because i use some weird trading platform.
i will write easy language code instead. hope someone convert it to another.

Inserted Code
Inputs : RSIn(14), Smooth(5);
Vars : LR(0), Delta(0), RS(0), RSI(0);

LR = LinearRegression(Smooth); #calling linear regression function
Delta = LR-LR[1];

RS = xaverage(IFF(delta>0, delta, 0),RSIn) / xaverage(IFF(delta<0, abs(delta), 0), RSIn);
RSI = 100 - (100 / (1+RS))

Plot1(RSI);
 
 
  • Platform Tech
  • /
  • RSI Simply smoothed
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023