MetaTrader 5 / Indicateurs
MA_Oscillator - indicateur pour MetaTrader 5
5252
MA Oscillator indicator is a moving average in the form of an oscillator.
The indicator has three input parameters:
- Period - calculation period
- Method - calculation method
- Applied price - calculation price
Calculation:
MAOsc = Price/MA-1.0
where:
MA = MA(Applied price, Period, Method)
Price = Applied price

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