fxcodebase-backup

Unsmoothed RSI

Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=41810
Forum: 17 · Topic 41810 · 9 post(s)


Unsmoothed RSI

Apprentice · Mon Jun 24, 2013 5:05 am

Unsmoothed RSI.png

RSI formula is (100 – (100 / (1 + RS))) where RS = 14 day EMA of gains/losses.

In this version we use Unsmoothed data.

Unsmoothed RSI.lua

Unsmoothed RSI Candle.png

Unsmoothed RSI Candle.lua


Re: Unsmoothed RSI

Alexander.Gettinger · Wed Aug 14, 2013 2:37 pm

MQL4 version of Unsmoothed RSI: http://www.fxcodebase.com/code/viewtopi … 38&t=59121


Re: Unsmoothed RSI

gnarlyarbitrage · Thu Mar 12, 2015 6:19 pm

Could you make this as a candlestick instead of a line?

Thank you.


Re: Unsmoothed RSI

Apprentice · Mon Mar 16, 2015 2:58 am

Please explain. Something like RSI Candle? viewtopic.php?f=17&t=1927&hilit=RSI+Candle Or as Bar, similarly to MACD Histogram.


Re: Unsmoothed RSI

gnarlyarbitrage · Tue Mar 17, 2015 2:23 am

Yes, like the RSI candle.


Re: Unsmoothed RSI

Apprentice · Tue Mar 17, 2015 4:13 am

Unsmoothed RSI Candle.lua Added.


Re: Unsmoothed RSI

gnarlyarbitrage · Wed Feb 03, 2016 11:07 pm

attempt to index global rsiopen nil value?


Re: Unsmoothed RSI

Apprentice · Thu Feb 04, 2016 2:00 am

You have to install Unsmoothed RSI.lua


Re: Unsmoothed RSI

Apprentice · Sat Sep 15, 2018 5:26 am

The indicator was revised and updated.