|
|||
|
|||||||
| Notices |
| Register in Forex TSD! | |
|
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 |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Which one is the true ?
hi .. I have those 2 Fisher indicators ..
I want to ask : Which one is the true ( I mean : the one which does not re-draw the past ) ? I have upload them .. please check them and tell me. If not : May you upload the one which does not redraw the past , or please : may you upload the best one which redraw as little as possible of past closed bars ? thanx in advance |
|
|||
|
Quote:
For example zigzag indicator is painting the past. And zigzag is true indicator. And float indicator is painting the past sometimes. But float is true indicator. There are no connection between "true" or "false" indicators and "painting the past". It is up to your system. And up to you. So it is something with trading system. If you have different system you have different "true" indicators. Of course it is more comfortable to use indicators which is not painting the past. Last edited by newdigital; 02-01-2006 at 08:11 AM. |
|
||||
|
Quote:
It is an incredible tool. I use the Fisher Yur4ik (MUCH thanks Yur4ik!!) The below attachments are 2 .doc files by John Ehlers / Originator of the "Fisher Transform".
__________________
|
|
|||
|
Inv Fisher RSI Transform
Hi gang,
this is an indicator i found in tradestation. it is an inverse fisher but has a RSI twist in it. i do not know if there exsists a metatrader version of it or not, but i request the programmers here to convert it into metatrader. i do not care about the change in color of overbought or oversold levels, just need the indicator to plot in a seperate window. there is one posted on the forum...but i dn't think it calculates correctly. thanks Inputs: NumBars(9), OverSold(-0.5), OverBought(0.5), OverSColor( darkgreen), OverBColor (red) ; Variables: IFish(0); Value1 = .1*(RSI(Close,5) - 50); Value2 = WAverage(Value1, NumBars); IFish = (ExpValue(2*Value2) - 1) / (ExpValue(2*Value2) + 1); Plot1(IFish, "IFish"); Plot2(OverSold, "OverSld" ); Plot3(OverBought, "OverBot"); Plot4(0, "Zero"); { Color criteria } if Plot1 > OverBought then SetPlotColor( 1, OverBColor ) else if Plot1 < OverSold then SetPlotColor( 1, OverSColor ) ; +++++++++++++==definations of functions==+++++++++++++++ WAverage :=: is a weighted moving average of the Price over the Length specified. It is calculated by giving the more current data a heavier weight and the oldest data less weight. Expvalue :=: Returns the exponential value of the specified (Num). Last edited by gabroo_munda; 03-21-2006 at 08:12 PM. |
|
||||
|
Quote:
![]() I made my version of this indicator , according to rules described by author of Inv Fisher RSI and it looks almost the same, the values are diffrent, but it looks almost the same.
__________________
You need proffesional mql coder? Contact me! I will help you! ........................................ http://www.fxservice.eu/ ........................................ Last edited by Kalenzo; 03-22-2006 at 01:48 PM. |
|
|||
|
Igorad:
I am sorry maybe it is a translation issue but I am not sure what you mean by all questions about Fisher being answered by understanding the information in the documents you provided. This is what I think you mean, please tell me if it is: That the indicator must repaint the past in order to function correctly and we must accept that as part of how it works, it is a limitation that cannot be removed. Also confusing is the Fisher v1 you posted, does it have some code that causes it to function differently then the yur4ik versions? Could you please explain this. I am thankful for your insight to this indicator. You mention that it is using WPR or stochastic to calculate it. May we then conclude that using one of those indicators would give us same data/signals so we do not have to deal with frustration of Fisher repainting past? Again I may not be understanding your previous posts because of translation. Thank you for your help and patience. ~Nebula |
![]() |
| Bookmarks |
| Tags |
| dynamic zone rsi, fisher, fisher forex, fisher indicator, fisher indicators, fisher transform, Fisher Yur4ik, fisher yur4ik indicator, Fisher Yurik, Fisher _ Yur4ik, forex, forex fisher, forex fisher indicator, FX Fish, fx fish indicator, fx_fish, indicator fisher, mtf fisher, MTF fisher yur4ik, ravi fisher, ravi fx fisher, yur4ik |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Better Fisher EA? Is possible? | mrb1234 | Expert Advisors - Metatrader 4 | 6 | 06-20-2009 04:32 PM |
| Fisher | newdigital | Indicators - Metatrader 4 | 25 | 12-27-2007 02:52 PM |
| fisher t-rex | mazmaz | Indicators - Metatrader 4 | 0 | 12-16-2006 11:54 PM |