Momentum Raw Node
Pure Percentage Change Momentum
Overview
Momentum Raw is the purest form of momentum measurement - simply the percentage change in price over a specified number of periods. No smoothing, no normalization, no bounded scales. Just raw price change divided by the starting price, multiplied by 100. This simplicity is its strength - raw momentum shows exactly how fast and in which direction price is accelerating without filter or interpretation.
Perfect for trend followers who want to see how much price is actually moving rather than getting relative signals from bounded oscillators. High positive values indicate strong uptrend acceleration. Deep negative values indicate strong downtrend acceleration. Zero crossing provides simple trend transitions. The unbounded nature means extreme moves are never "flattened" like in RSI-style oscillators.
Formula
Momentum Raw is the simplest momentum calculation:
The genius is total simplicity. No filters, no transforms, no scales. What you see is what you get - pure, unfiltered momentum. Some traders prefer this honesty to the subjective judgment required by more complex indicators.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| period | number | 12 | Number of periods to look back. Longer periods = slower momentum. |
| source | Node | Auto | The root data source node. |
💡 Tip: Classic periods are 10 (short-term), 12 (medium), and 24 (longer-term). For intraday, try 5. The beauty is easy switching - no formula changes, just period adjustment. Most traders use 12 as default for daily charts.
Common Use Cases
1. Trend Acceleration Measurement
When momentum is +15%, add longs. When it drops to +8%, reduce position. When it turns negative, reverse to short. The absolute value shows how "hot" the trend is. Accelerating momentum = growing trend strength. Decelerating momentum even while positive = weakening trend.
2. Zero Crossover Signals
Momentum crossing from positive to negative is clear sell signal. Crossing from negative to positive is clear buy signal. No ambiguity, no bounded scale interpretation. The crossover is objective and unambiguous, making it excellent for automated systems.
3. Extreme Comparative Analysis
Compare current momentum to historical extremes. Is +20% momentum extreme for this market? Check the last 5-year range. This context-aware analysis shows when momentum is truly extreme vs. normal for the instrument. Perfect for multi-asset comparison.
4. Momentum Divergence Trading
Price makes new highs. Raw momentum makes lower highs than previous peak. This divergence says the move is weakening. Unbounded momentum shows this more clearly than bounded oscillators. Perfect for identifying exhaustion setups early.
Advantages & Limitations
Advantages
- •Simplicity - easiest momentum calculation possible
- •Unbounded - extremes never get "flattened"
- •Objective interpretation - zero crossing clear signal
- •Perfect for automated systems and backtesting
- •Shows actual acceleration/deceleration magnitude
Limitations
- •Very choppy on shorter timeframes
- •No normalization makes extremes hard to define
- •Context-dependent - must know asset's normal range
- •Whipsaws common without trend filter
- •Absolute values scale with asset price level
Tips & Best Practices
💡 Know Your Asset's Range
An 5% momentum in a low-volatility bond is extreme. A 5% momentum in Bitcoin is nothing. Always check what +10%, +20%, -10% mean for your specific asset. Create a reference chart of historical extremes and normal ranges.
📊 Smooth for Less Chop
If Raw Momentum is too choppy, add an EMA(5) on top to smooth. This preserves the signal while reducing noise. You get "raw momentum momentum" - the rate of change of momentum itself, which is powerful.
⚡ Combine with Moving Average Trend Filter
Raw Momentum zero crossovers alone will whipsaw you. Add SMA(50) or EMA(200) confirmation. Only long when momentum crosses above zero AND price is above the moving average. This keeps you aligned with trends.
⚠️ Watch for Divergences Carefully
Price higher lows but momentum lower lows = bullish setup. However, in choppy markets this creates false signals. Always wait for confirmation from another source before trusting divergence signals from Raw Momentum alone.
Example Strategy
Simple momentum zero-crossover strategy:
Raw Momentum Trend-Following
1Setup
- Add Raw Momentum with period 12
- Add SMA(50) for trend confirmation
- Mark zero line as trigger reference
2Entry Rules
- Momentum < 0 then crosses above 0 + Price > SMA50 = BUY
- Momentum > 0 then crosses below 0 + Price < SMA50 = SELL
- Enter on crossover confirmation candle
3Exit Rules
- Exit when momentum crosses back through zero
- Or price closes below/above SMA50
- Or 2% trailing stop loss triggered
4Risk Management
- Risk 1% per trade maximum
- Only trade with SMA50 confirmation
- Skip when momentum is too choppy