Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

RVI - Relative Volatility Index Indicator Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Partha223
Posted : Sunday, July 15, 2018 11:27:23 PM
Registered User
Joined: 2/13/2018
Posts: 33

Hi,

I tried searching for the RVI Indicator but couldn't find.

Can you please share the pcf for this indicator. More on the formula in the below link

 

https://www.marketvolume.com/technicalanalysis/relativevolatilityindex.asp

 

Thanks in advance

 

 

Bruce_L
Posted : Monday, July 16, 2018 9:15:46 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

The formula as presented in the link would seem to be the following (using a sum or simple moving average).

100 * SUM(IIF(STDDEV10 > STDDEV10.1, STDDEV10 - STDDEV10.1, 0), 24) / SUM(ABS(STDDEV10 - STDDEV10.1), 24)

Where 10 is the standard deviation period.
Where 24 is the smoothing period.

But other sources would seem to use Wilder's smoothing for this instead.

100 * XAVG(IIF(STDDEV10 > STDDEV10.1, STDDEV10 - STDDEV10.1, 0), 27) / XAVG(ABS(STDDEV10 - STDDEV10.1), 27)

Where 10 is the standard deviation period.
Where 14 is the smoothing period and 27 is the ((2 * smoothing period) - 1).


-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Partha223
Posted : Saturday, July 21, 2018 10:18:21 PM
Registered User
Joined: 2/13/2018
Posts: 33

Thanks Bruce, appreciate your help. Your support is awesome.

Bruce_L
Posted : Monday, July 23, 2018 10:07:10 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.