TradingView
cheatcountry
Nov 5, 2021 3:46 PM

Ehlers Fisher Stochastic Relative Vigor Index [CC] 

Apple Inc.NASDAQ

Description

The Fisher Stochastic Relative Vigor Index was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pgs 101-104) and this is a many layered indicator created from his original Relative Vigor Index turned into a stochastic and then performing a Fisher transform on the results. I have included extra smoothing to provide clearer buy and sell signals as well as normal and strong buy and sell signals. As always strong signals are darker in color and normal signals are lighter in color. Buy when the line turns green and sell when it turns red.

Let me know if there are any other scripts you would like to see me publish!

Release Notes

Updated to show overbought and oversold areas

Release Notes

Fixed an issue pointed out to me by @jeno_
Comments
jeno_
Hi, you mentioned you've included extra smoothing, how do I turn it off, just curious how it would look like without extra smoothing.
cheatcountry
@jeno_, Simply replace this line:

fsrvi = ta.wma(0.5 * math.log((1 + (1.98 * (v4 - 0.5))) / (1 - (1.98 * (v4 - 0.5)))), length)

with this line:

fsrvi = 0.5 * math.log((1 + (1.98 * (v4 - 0.5))) / (1 - (1.98 * (v4 - 0.5))))
jeno_
@cheatcountry, Thanks!
cheatcountry
@jeno_, np glad to help
Jittra
Any new trend indicator idea? Thanks for this though.
cheatcountry
@Jittra, I do have some ideas for unique trend indicators but I have such a massive backlog of unpublished scripts that it will be a bit before I publish another new one
More