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

The Wilder's Smoothing Average (WMA) indicator.

It has two input parameters:

  • Period - calculation period;
  • Applied price - price used for calculations.

Calculations:

WMA = (Applied price - PrevWMA) * k + PrevWMA

where:

k = 1/Period 

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

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.

VPCI VPCI

The VPCI (Volume Price Confirmation) indicator shows the relationship between the price and the volume.

WMAO WMAO

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

YABSI YABSI

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