MetaTrader 5 / Indicateurs
Average_Change - indicateur pour MetaTrader 5
5498
"Average change price" displays the average change in the price value.
It has three input parameters:
- Period - calculation period
- Method - calculation method
- Applied price - price used for calculations
Calculation:
Average change = AvgAC
AC = Price - PrevPrice
Price - Applied price
AvgAC - MA(AC, Period, Method)

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22989