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:
6019
Note:
(14)
Publié:
2019.01.02 14:29
Mise à jour:
2019.01.28 07:19
WSI.mq5 (10.19 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Wave Segregation Index (WSI) oscillator is based on the ratio of two indicators: ADX and CCI. It is displayed as a colored histogram.

It has two adjustable parameters:

  • CCI period - CCI calculation period
  • ADX period - ADX calculation period

Calculations:

WSI = (CCI * PriceTypical * ADX) / 1000.0

where:

CCI = CCI(PRICE_TYPICAL, CCI period)

ADX = ADX(ADX period)

PriceTypical = (High+Low+Close)/3

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/23017

Wilder_ATR Wilder_ATR

Indicator Wilder ATR

On_Screen_MACD On_Screen_MACD

Indicator On screen MACD

Fibo_Average2 Fibo_Average2

The Fibo Average2 indicator

TriMAgen TriMAgen

The TriMAgen indicator