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:
- 3957
- Rating:
- Published:
- 2018.10.25 18:31
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Standard Deviations/Moving Average Ratio indicator displays volatility by the ratio of the standard deviation to the moving average.
It has two configurable parameters:
- Period - calculation period
- Applied price
Calculation:
Ratio = StdDev / MA
where:
StdDev - StdDev(Applied price, Period) MA - SMA(Applied price, Period)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22204