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
