Extrapolated Fibonacci MA (FMA) into an RSI
i.e. FMA(up) and FMA(dn) of lengths 2, 3, 5, 8, 13, 21, 34, 55, 89 etc. averaged into RSI values.
Keep in mind it does not use 'Length' - it uses 'Interval' - how many fib intervals to include in the RSI calculation.
I threw in Ehler's Smoothing as well - seems to work quite well, thanks to TV Community for inspiration and code to look at for help
(Standard RSI included for comparison)