Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
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.