Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | Volatility_Stop_Oscillator

Volatility indicator based on the article 10 Selling Tips by Thomas Bulkowski.

It has two configurable parameters:

  • Period - calculation period
  • Multiplier - ratio of the line deviation from the price

Calculation:

VSO = Multiplier * Avg / Close

where:

Avg = SMA(High,Period) - SMA(Low,Period)

It can be used with the Volatility Stop indicator.

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. Volatility Stop oscillator

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 2. Volatility Stop oscillator + Volatility Stop

22368