Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
5139
Note:
(21)
Publié:
2017.02.17 16:01
dsl_-_rsx.mq5 (25.17 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
RSX is by it's nature "smoother rsi than RSI" without additional lag and because of that it has much less false signals than the RSI.
RSX is mainly used in combination with levels or with a sort of signal lines. Some prefer the levels some, on the other hand, "signal" line. We could dispute which one is the better, but it probably mainly depends on trading style.

Here is a version that, in some way, combines the two types.
Discontinued signal lines idea is simple: when RSX value is above central value (RSX being 50), then only the upper signal line is calculated, and the lower signal line value is "inherited". When the value of RSX is bellow central value then the lower signal line is calculated and the upper signal line is "inherited". That way we are getting a kind of combination of levels and signal lines without a need to change the value of the RSX itself. As it is obvious it has its better sides compared to both methods (especially avoiding some problems with "trends" when signal lines alone are used). In any case extensive testing is advised.





Dsl - macd Dsl - macd

Dsl (discontinued signal lines) - MACD (MetaTrader 5)

Dsl - RSI Dsl - RSI

Dsl (discontinued signal lines) - RSI.

Dsl - stochastic Dsl - stochastic

Dsl (discontinued signal line) - stochastic for MetaTrader 5.

Double stochastic RSI - fl Double stochastic RSI - fl

Double stochastic - RSI floating levels.