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
Indicateurs

Williams_Thrust - indicateur pour MetaTrader 5

Vues:
4328
Note:
(8)
Publié:
2018.09.27 15:18
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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

There are five inputs:

  • First WPR period - first WPR calculation period;
  • First MA period - first WPR averaging period;
  • Second WPR period - second WPR calculation period;
  • Second MA period - second WPR averaging period;
  • MA method - averaging calculation method.

Calculations:

  • if FirstWPR > FirstMA and SecondWPR > SecondMA - a Buy signal.

  • If FirstWPR < FirstMA and SecondWPR < SecondMA - a Sell signal.

  • Otherwise - neutral value.

where:

FirstWPR = WPR(First WPR period)
SecondWPR = WPR(Second WPR period)
FirstMA = MA(FirstWPR, First MA period, MA method)
SecondMA = MA(SecondWPR, Second MA period, MA method)

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

VPCI VPCI

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

STPMT STPMT

The STPMT (Medium Term Weighted Stochastics) indicator.

WMA WMA

The Wilder's Smoothing Average (WMA) indicator.

WMAO WMAO

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