StratBase.aiStratBase.ai
DashboardCreate BacktestMy BacktestsCatalogBlogNewsToolsHelp

Products

  • Researcher Dashboard
  • Create Backtest
  • My Backtests
  • Catalog
  • Blog
  • News

Alerts

  • Calendar
  • OI Screener
  • Funding Rate
  • REKT
  • Pump/Dump

Company

  • About Us
  • Pricing
  • Affiliate
  • AI Widget
  • Contact

Legal

  • Privacy
  • Terms
  • Refund Policy

Support

  • Help Center
  • Reviews
StratBase.aiStratBase.ai

Think it. Test it.

StratBase.ai does not provide financial advice or trading recommendations. AI only formalizes user ideas into testable strategy configurations for research purposes. Past backtesting performance does not guarantee future results. All trading decisions and associated risks are the sole responsibility of the user. This platform is not a broker and does not facilitate real trading.

© 2026 StratBase.ai · AI-powered strategy research and backtesting platform

support@stratbase.ai
Help Center/Indicators/Momentum (MOM)

Momentum (MOM)

📈Indicators
📌

Momentum (MOM)

📋

What is Momentum?

Momentum (MOM) is the simplest momentum indicator. It measures the absolute change in price over a specified number of periods. Unlike ROC which gives a percentage, Momentum gives the raw price difference, making it unbounded and oscillating around zero.

⚙️

How it works

Momentum simply subtracts the price N periods ago from the current price:

Momentum = Close - Close[N]

Positive values mean the current price is higher than N periods ago; negative means lower.

⭐

Key features

  • Above 0 — Price is rising compared to N bars ago
  • Below 0 — Price is falling compared to N bars ago
  • Rising Momentum — Acceleration of price movement upward
  • Falling Momentum — Acceleration of price movement downward
  • Zero line — Key reference point for direction changes
📌

Trading signals

Buy signals

  • Momentum crosses above 0 (price now above N-period-ago price)
  • Momentum is positive and increasing (accelerating uptrend)
  • Bullish divergence: price makes lower low, Momentum makes higher low

Sell signals

  • Momentum crosses below 0 (price now below N-period-ago price)
  • Momentum is negative and decreasing (accelerating downtrend)
  • Bearish divergence: price makes higher high, Momentum makes lower high
📌

Parameters

| Parameter | Default | Description | |-----------|---------|-------------| | Period | 10 | Number of bars to compare against |

💡

Example conditions

| Condition | Meaning | |-----------|---------| | MOM(10) > 0 | Positive price change over 10 bars | | MOM(10) < 0 | Negative price change over 10 bars | | MOM(10) cross_over 0 | Momentum turned positive | | MOM(10) cross_under 0 | Momentum turned negative |

💡

Tips

  • Momentum is the foundation of many other indicators (ROC, MACD, etc.)
  • Scale depends on asset price — a 100-point move means different things for different assets
  • Use percentage-based ROC if you need to compare across assets
  • Best combined with trend-following indicators for trade confirmation
  • Watch for Momentum flattening as an early sign of trend weakening
Related Resources|Fibonacci CalculatorPivot Points CalculatorTrading Blog