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:
17119
Note:
(26)
Publié:
2016.10.27 16:21
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Stochastic RSI (sometimes and by some sellers and traders) called DTOSC (dynamic trend oscillator). It is basically a stochastic of rsi.

This version has 6 sub-types it is actually calculating:

Depending on parameters (stochastic 1, stochastic 2 and smoothing) it is :

  • (x,x,x) a simple RSI
  • (x,x,n) a smoothed RSI
  • (n,x,x) or (x,n,x) stochastic RSI in its "classical" way
  • (n,x,n) or (x,n,n) smoothed stochastic RSI
  • (n,n,x) double stochastic RSI
  • (n,n,n) smoothed double stochastic RSI

x -> parameter is less than or equal to 1

n -> parameter is greater than 1

Overbought and oversold zones are marked for easier levels crossings as an aid in decision taking. All the six sub-types should be used following the rules that are usually applied for stochastic and rsi (stochastic being a kind of a "trend" indicator and rsi being a kind of a "momentum" indicator, the combination migh avoid the basic rules, but you shall find out that it is not so dificult to use those two combined rules together)


Lnx CCI Lnx CCI

The version of well known Woodies CCI with correct implementation of trend changing rules

BB MACD BB MACD

BB MACD is a MACD indicator variation with an addition of Bollinger bands

Pivot Points Pivot Points

Pivot Point indicator with an addition of 4 ways of calculating pivot points.

Round Price Round Price

A variation on the T3 theme that was made as a sort of envelopes using T3 for basic value.