Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Williams_Thrust - indicatore per MetaTrader 5

Visualizzazioni:
4381
Valutazioni:
(8)
Pubblicato:
2018.09.27 15:18
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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)

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.