Momentum Indicator (MOM)
Indicator that compares the current price of an asset with prices from previous periods to calculate the momentum.
Momentum Indicator (MOM) compares the current price of an asset with prices from previous periods to calculate the momentum.
Trading application
A horizontal line is drawn at the central point of the indicator. The MOM line being situated above the central line suggests an uptrend, while seeing MOM line move beneath the central line can identify a downtrend.
Divergences also reflect bullish or bearish conditions: we can consider it bearish if the asset’s price increases more than the MOM (e.g. reaching a new high while the indicator doesn’t), while it would be bullish to see the asset’s price decreasing more than the MOM does.
Calculation
Pn = Previous price (generally 14 periods ago)
Parameters
Input Parameters
Name | Type | Range of value | Description |
| int | <1, int.MaxValue> | Number of bars used in the calculation. |
Output Parameters
Indicator ouptuts a single value.
Type | Range of value |
double | (0, double.MaxValue) |
Examples
Complete example
Last updated