Page 1 of 1

Unsmoothed RSI

PostPosted: Mon Jun 24, 2013 5:05 am
by Apprentice
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
(3.98 KiB) Downloaded 1138 times


Unsmoothed RSI Candle.png

Unsmoothed RSI Candle.lua
(4.39 KiB) Downloaded 879 times

Re: Unsmoothed RSI

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

Re: Unsmoothed RSI

PostPosted: Thu Mar 12, 2015 6:19 pm
by gnarlyarbitrage
Could you make this as a candlestick instead of a line?

Thank you.

Re: Unsmoothed RSI

PostPosted: Mon Mar 16, 2015 2:58 am
by Apprentice
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

PostPosted: Tue Mar 17, 2015 2:23 am
by gnarlyarbitrage
Yes, like the RSI candle.

Re: Unsmoothed RSI

PostPosted: Tue Mar 17, 2015 4:13 am
by Apprentice
Unsmoothed RSI Candle.lua Added.

Re: Unsmoothed RSI

PostPosted: Wed Feb 03, 2016 11:07 pm
by gnarlyarbitrage
attempt to index global rsiopen nil value?

Re: Unsmoothed RSI

PostPosted: Thu Feb 04, 2016 2:00 am
by Apprentice
You have to install Unsmoothed RSI.lua

Re: Unsmoothed RSI

PostPosted: Sat Sep 15, 2018 5:26 am
by Apprentice
The indicator was revised and updated.