Charts

Charts

Momentum Oscillator (MOM)

The Momentum Oscillator compares the current price with the previous price from a selected number of periods ago. This indicator is similar to the "Rate of Change" indicator, but the MOM does not normalize the price, so different instruments can have different indicator values based on their point values

Configuration Options

  • Period: Number of bars to use in the calculations.
  • Color Selectors: Colors to use for graph elements.
  • Display Axis Label: Whether to display the most recent value on the Y axis.

Formula

\[MOM = Close_{t} - Close_{t-n}\]

where t equals the close of the current bar and (t-n) equals the close of n-periods back bar.