You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Help with Fisher_Yur4ik-1
I am looking for an indicator based upon Fisher_Yur4ik-1
I would like to have:
A Pop-up and a sound when a cross takes place from below the 0 line to over the 0 line...
and also
A Pop-up and a sound when a cross takes place from above the 0 line to under the 0 line...
Thank you in advance,
Kylene22
Inverse Fisher transform of RSI with alert?
Tried to find this indicator with alert without results. Anyone knows?
Update: Never mind, hired a programmer.
Hilbert Transform - Instantaneous Trendline
Hey Guys,
I've been searching for an indicator for MT4 called Hilbert Transform Instantaneous Trendline with no luck. If anyone has an idea where to find it or has programming skills to develop it, I think it would be beneficial for the entire community. Here is a screen shot of the indicator from Dukascopy JForex trading station, HT_TRENDLINE is in Gold colour.
Thanks in advance for the pointers.
CookieMonster
Tried to find this indicator with alert without results. Anyone knows? Update: Never mind, hired a programmer.
would you mind to share?
The original Fisher transform
Hello Mladen,
I use Ehlers Fisher transform.mq4 you coded and I found your version was slightly different from MQLsoft.com's version.
Which one is the Ehlers' original Fisher transform?
Sincerely,
Taku
would you mind to share?
Sorry, can't on this because it involves not only alerts, but many other things.
John Ehlers SNR MT4 indicator?
Anyone have John Ehlers Signal to noise ratio(SNR) MT4 indicator?
or can change this into mt4:
Inputs: Price((H+L)/2);
Vars: Imult (.635),
Qmult (.338),
InPhase(0),
Quadrature(0),
Amplitude(0),
Range(0);
If CurrentBar > 8 then begin
{Detrend Price}
Value1 = Price - Price[7];
{Compute "Noise" as the average range}
Range = .2*(H - L) + .8*Range[1];
{Compute Hilbert Transform outputs}
Inphase = 1.25*(Value1[4] - Imult*Value1[2]) + Imult*InPhase[3];
Quadrature = Value1[2] - Qmult*Value1 + Qmult*Quadrature[2];
{Compute smoothed signal amplitude}
Value2 = .2*(InPhase*InPhase + Quadrature*Quadrature) + .8*Value2[1];
{Compute smoothed SNR in Decibels, guarding against a divide by zero error,
and compensating for filter loss}
If Value2 < .001 then Value2 = .001;
If Range > 0 then Amplitude = .25*(10*Log(Value2/(Range*Range))/
Log(10) + 1.9) + .75*Amplitude[1];
{Plot Results}
Plot1(Amplitude, "Amp");
Plot2(6, "Ref");
end;John Ehlers SNR MT4 indicator?
Why ist the already posted answer to this post -SNR indicator - being deleted? Why?
Ehlers trading systems
Why the previous posts of XENU and mine were deleted ? !!!!
There were also two indicators deleted : Ehlers Corona.