Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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:
3332
Note:
(10)
Publié:
2018.09.27 15:24
WMAO.mq5 (12.16 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

WMAO (Wilder's Moving Average Oscillator) - an oscillator based on Welles Wilder's Moving Average.

The indicator has three input parameters:

  • Fast WMA period - fast WMA calculation period;
  • Slow WMA period - slow WMA calculation period;
  • WMA applied price - price used for the calculation of both WMAs.

Calculations:

WMAO = FastWMA - SlowWMA

where:

FastWMA = WMA(WMA applied price, Fast WMA period)
SlowWMA = WMA(WMA applied price, Slow WMA period)
WMA = Wilders Moving Average

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

WMA WMA

The Wilder's Smoothing Average (WMA) indicator.

Williams_Thrust Williams_Thrust

The signal and information indicator Williams Thrust is based on two Williams' Percent Range indicators with different periods and their average values.

YABSI YABSI

A signal indicator YABSI. It shows Buy and Sell labels on the price chart.

Twiggs_Money_Flow Twiggs_Money_Flow

Twiggs Money Flow is an indicator by Colin Twiggs, which uses Welles Wilder's Moving Average.