MetaTrader 5 / Göstergeler
Standard_Deviation_Moving_Average_Ratio - MetaTrader 5 için gösterge
4288
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)


MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/22204