Difference of OsMA (DOsMA)
Category: momentum
Calculates the derivative (rate of change) of the OsMA indicator and its ratio to price, highlighting momentum acceleration.
Formula
DOsMA = OsMA_{t} - OsMA_{t-1} \\ OsRatio = \frac{OsMA_{i}}{Price_{i}}
Inputs
- DOsMA_TF (default: PERIOD_CURRENT)
- DOsMA_EMAFP (default: 15)
- DOsMA_EMASP (default: 30)
- METHOD_PRICE (default: PRICE_TYPICAL)
See signal primitives and every published strategy that uses Difference of OsMA (DOsMA) on WOBR StrategyVerse.