
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
Sorry, my English is not very good, I will try to correct
Sorry, my English is not very good, I will try to correct
Using fisher_Yur4ik_2
Hello everybody,
Have somebody experience with this indicator and how to use it?
And what is the best adjustment with the best timeframe?
Or with in combination with another indicator?
Why is there no EA?
Thanks a lot,
Huub
...
As of why is there no EA based on that indicator : making EA based on repainting indicator is more or less "mission impossible". Since EAs have to have a kind of a signal that is making them "decide" when to open and / or close an order, trying to do that based on an indicator that is constantly changing signals even backwards is resulting in a loosing EA
You might want to read more about Solar wind (since fisher_yur4ik_2 is solar wind indicator) on this thread : https://www.mql5.com/en/forum/179650
Hello everybody,
Have somebody experience with this indicator and how to use it?
And what is the best adjustment with the best timeframe?
Or with in combination with another indicator?
Why is there no EA?
Thanks a lot,
HuubIs there anyone with mt5 equivalence of fisher_m11.mq4? I find this indicator promising since it does not repaint.
Is there anyone with mt5 equivalence of fisher_m11.mq4? I find this indicator promising since it does not repaint.
There is a fisher transform for mt5 here https://www.mql5.com/en/forum/181297/page16, it is very close to the same as fisher_m11
There is a fisher transform for mt5 here https://www.mql5.com/en/forum/181297/page16, it is very close to the same as fisher_m11
I appreciate your response. I have tried fisher transform with alerts but it does not have the smoothing capability of fisher_m11.mq4 and it's confusing identifying buy and sell on the indicator. Can you please take a look at the fisher_m11.mq4 codes? Is there a way to convert it to mt5 without loosing its non-repaint and smoothing capability. Thanks.
Is it possible to create a "Inverse fisher transform of adaptive RSI" indicator? or it incompatible concepts?
Is it possible to create a "Inverse fisher transform of adaptive RSI" indicator? or it incompatible concepts?
Demos6,
It is possible but which adaptive RSI do you have in mind?
PS: rsi itself is not that suitable for adapting (it is bound to integer value periods which can cause a "jumpy" look). Rsx, on the other hand, is much more suitable for adapting : you can have an rsx of, for example nn.5 periods (so non integer period) and it makes it much,much better for adaptive version
Sorry Mladen,
Reviewing the the indicator that I was thinking, I saw it was not a adaptive rsi but ma adaptive based on RSI, is a good indicator , nice for trend direction, many times even can uses for s/r sorry, for the bother.
But your idea seems nice using an adaptive RSX.
Thanks you for your time.