
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
VHF adaptive RSI of average smoothed/filtered price (called rsioma sometimes, but this one is adaptive rsi of ma, and is using fractional periods for rsi calculations) : adaptive_rsi_of_ma.mq4
______________________
Compared to non-filtered version and it is much better than the "simple" adaptive rsi. Some parameters experimenting recommended, but all in all not a bad toy
VHF adaptive RSI of average smoothed/filtered price (called rsioma sometimes, but this one is adaptive rsi of ma, and is using fractional periods for rsi calculations) : adaptive_rsi_of_ma.mq4
______________________
Compared to non-filtered version and it is much better than the "simple" adaptive rsi. Some parameters experimenting recommended, but all in all not a bad toy
Nice. Thanks. Can RSX be made like this too (so it would be smoother)?
Nice. Thanks. Can RSX be made like this too (so it would be smoother)?
Here is the vhf adaptive version of rsx too : adaptive_rsx_of_ma.mq4
________________
PS: it really is smoother
PS: it really is smoother
In fact, Yes. it is obviously more smooth.
Is to possible for ma to be step ma
More smoothness doesnt mean more profit.There are some certain type of indicators like ocean indicators, in elite and advance elite.Same things being asked to moderators over and over.
In fact, Yes. it is obviously more smooth.
Is to possible for ma to be step maIt is possible but I am not sure that the indicator would benefit from it (step ma has long periods of flat value, in which case rsi would be meaningless since the momentum of the step ma is 0 in that moment)
It is possible but I am not sure that the indicator would benefit from it (step ma has long periods of flat value, in which case rsi would be meaningless since the momentum of the step ma is 0 in that moment)
Ok, Mladen, I understand,
Another question, in the calculations, Are both Ma and Rsi and/or rsx made as adaptive?
Ps:
Also, is there any way to add filter setting parameter?
Ok, Mladen, I understand,
Another question, in the calculations, Are both Ma and Rsi and/or rsx made as adaptive?
Ps:
Also, is there any way to add filter setting parameter?Talaat E
The RSI is made adaptive. Average is not made adaptive in this case
Talaat E
The RSI is made adaptive. Average is not made adaptive in this caseMladen
Do you think the response of the indicator will be improved if both of them are made adaptive or this is impossible to be made?
Mladen
Do you think the response of the indicator will be improved if both of them are made adaptive or this is impossible to be made?It is more responsive (to the extent that I used much longer "basic" period in this one, and it is still faster) : adaptive_rsi_of_adaptive_ema.mq4
______________________
Upper is this one, lower is the one using fixed length EMA using same period. Probably some other average (like adaptive T3) would be better since then we would get much smoother results, but I sued EMA now just for the sake of checking what will happen