Thread: Fisher
View Single Post
  #167 (permalink)  
Old 05-05-2009, 01:16 PM
mladen's Avatar
mladen mladen is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,278
mladen is on a distinguished road
...

You are referring to a "hybrid" indicator

_________________________

RAVI (Range Action Verification Index) was invented by Tushar Chande and it's definition is rather simple (as described in Beyond Technical Analysis) :

RAVI = Absolute value (100 x (SMA(7)-SMA(65))/SMA(65))

where SMA stands for simple moving average. In trading terms, RAVI resembles to ADX, except that generaly, RAVI value greater than 3% is considered to be a strong trend while ADX has different values for that trend confirmation.

_________________________

The "fisher" part in the name could be Fisher transform or it could be inverse fisher transform, but my guess is that you refer to indicator that is an Inverse Fisher Transform of RAVI.

_________________________

One very good version of Inverse fisher transform of RAVI, made by Linuxser that does all these things, can be found in the elite section of TSD

regards
mladen

Quote:
Originally Posted by pettrov View Post
Hi everyone !
I am a new user, and I need to know the Definition of RAVI FX Fisher Filter in trading terms, and in MQL4 terms (code).
Be very grateful for the help, Cheers !

Last edited by mladen; 05-05-2009 at 01:34 PM.
Reply With Quote