OsMA "Oscillator - Moving Average of Oscillator"
Usually OsMA is the variance of the oscillator from its moving average. In this case, the main line of MACD, is used as the oscillator, and the signal line as the moving average.
Parameters:
- N - time period for the signal line.
Calculation (basing on MACD):
OsMAj = MACDj - MAvej(MACD, N)
|