Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
Volatility_Stop_Oscillator - indicator for MetaTrader 5
- Views:
- 5154
- Rating:
- Published:
- 2018.10.25 18:12
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
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.
Fig. 1. Volatility Stop oscillator
Fig. 2. Volatility Stop oscillator + Volatility Stop
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22368