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

Volatility Stop indicator is a stop level by volatility 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:

VS = Multiplier * HiLoAvg / Close

where:

HiLoAvg = MAH - MAL MAH - SMA(High,Period) MAL - SMA(Low, Period)

It can be used with the Volatility Stop Oscillator indicator.

By default, the indicator line is displayed below the price (Multiplier = 2):

MetaTrader Experts, Indicators, Scripts and Libraries

To draw a line above the price, you should enter a negative coefficient value (Multiplier = -2):

MetaTrader Experts, Indicators, Scripts and Libraries

The indicator can also be used to create a volatility channel by applying two indicators with different Multiplier values to a chart.

For example, you may use 0.618 for the lower line and -0.618 - for the upper one and trade when the lines of the obtained channel are broken.

MetaTrader Experts, Indicators, Scripts and Libraries

22366