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.
From myself I shall notice, that the formula of calculation WPR (or Stochastic) is put in a basis of the indicator.
Igor.
Try to change formula to
Fisher[shift] = 0.5*MathLog((1.0+Value[shift])/(1.0-Value[shift]));
you'll get more faster Zero cross ..
And also Ln((1+x)/(1-x))>0 only then x>0.... so we dont need Fisher[shift]..at all
The point in Fisher : Fisher[i]<Fisher[i+1] or Fisher[i]>Fisher[i+1]
and you use
" price =iMA(NULL,0,1,0,0,Price,shift);
if (smax-smin==0.0) double wpr=1.0; else wpr=(price-smin)/(smax-smin);
Value[shift] = 0.33*2*(wpr-0.5) + 0.67*Value[shift+1]; " .... its giving signals late mate
Some of you asked me to explain what is a 'Fish'.
Now I ready to give more information on this subject.
First, I recommend to read the article John F.Ehlers 'Using The Fisher Transform', which you will find in attachment.
Secondly, I have written the indicator for Omega TS by original algorithm. You may see it on the chart.
Think, this must remove all disputable questions on this indicator.