Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Williams_Thrust - indicator for MetaTrader 5

Views:
4321
Rating:
(8)
Published:
2018.09.27 15:18
Need a robot or indicator based on this code? Order it on Freelance Go to 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)

Translated from Russian by MetaQuotes Ltd.
Original code: 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.