Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
Ok but i thought icustom takes the first parameters if mentionned and take the others by default.
So if a remplace with MA1buffer[i]=iCustom(NULL, 0, "NonLagMA",buffer3,10,0,0,0,1,0,0,0,i);
unforthunately, it doesn't change anything. Any other idea ?
Base for you indicator is what was (and is) a solar wind indicator
It is a wrongly coded Ehlers fisher transform. Hence, your problem is not in iCustom call but in the code itself
Trying to make the indicator you use as basis and trying to make it a "non repainting one " you are only going to loose time and in the end the result must be as in one of the correctly coded ones
regards
mladen
Quote:
Originally Posted by lambic
Ok but i thought icustom takes the first parameters if mentionned and take the others by default.
So if a remplace with MA1buffer[i]=iCustom(NULL, 0, "NonLagMA",buffer3,10,0,0,0,1,0,0,0,i);
unforthunately, it doesn't change anything. Any other idea ?
Base for you indicator is what was (and is) a solar wind indicator
It is a wrongly coded Ehlers fisher transform. Hence, your problem is not in iCustom call but in the code itself
Trying to make the indicator you use as basis and trying to make it a "non repainting one " you are only going to loose time and in the end the result must be as in one of the correctly coded ones
regards
mladen
Thank for your response. Still another question if you can answeer. I would like to DRAG AND DROP custom indicator like i can do with basic indicator such as moving average, alligator , etc. Is it possible to do that ? Is there any modification in #property or something ?
Thanks
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 !
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
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 !
As far as indicator is concerned, it means that the value of the indicator is always going to be greater than or equal to 0 (more of absolute value mathematical definition here Absolute value - Wikipedia, the free encyclopedia)
regards
mladen
Quote:
Originally Posted by pettrov
Thanks so much mLaden for your quick and excellent reponse. I can see that indeed you are an experienced member !
I was wondering, please, what the Absolute value refers to (hope that is not too naive a question for this forum !)
Cheers...!
Hi again everyone.
Thanks so much for your great help on this wonderful site. Especially senior member mLaden. I was wondering, please, what the top and bottom lines are on the graph/chart of the RAVI FX Fisher Filter (what values)? And also, how to call that Ravi function to return values from it. Any help would be much appreciated.
Cheers,
Pettrov.