Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5849
- Rating:
- Published:
- 2018.09.27 16:13
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The Volatility Arbitrage oscillator displays the price rate of change chart and the corridor of the standard deviation of the rate.
Breakdown of the corridor edges indicates an increase in volatility.
There are four input parameters:
- ROC period - period for calculating the price rate of change
- Deviation period - deviation calculation period
- Deviation multiplier - the width of the deviation channel
- Applied price
Calculation:
ROC = 100.0*(Applied price / Applied price[ROC period] - 1.0)
Top = Dev * Deviation multiplier Bottom =-Top
where:
Dev = StdDev(ROC, Deviation period, MODE_SMA)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21857

The Valid Swing HighLow indicator

The Trendless OS DiNapoli indicator

The Wyckoff PV Histogram indicator

The RSI_Histogram_Vol indicator with the ability to change the timeframe using input parameters.