Dr. Alexander Elder introduced the Force Index as part of his Triple Screen trading system, designed to capture the relationship between price movement and the volume driving that movement. The underlying insight is simple: a 2% price move on 10× average volume reflects much more significant market force than a 2% price move on average volume. The Force Index mathematically embodies this by multiplying price change by volume — large positive values indicate powerful bullish force, large negative values indicate powerful bearish force. When smoothed with an EMA, the Force Index oscillator filters out noise and provides clear signals about the dominant force in the market. DennTech implements Force Index with configurable EMA smoothing periods, zero-line crossover detection, and Force Index divergence scanning. Compare editions at the pricing page.
Related volume strategies: CMF, OBV, ADX.
Force Index Formula
Raw Force Index = (Current Close - Previous Close) × Current Volume Positive Force Index: Price closed higher than previous period (bullish force) Negative Force Index: Price closed lower than previous period (bearish force) Magnitude: Large absolute value = strong force; small = weak force Smoothed Force Index: Short-term: EMA(2) of Raw Force Index — very responsive, captures intrabar momentum Long-term: EMA(13) of Raw Force Index — smoothed, shows medium-term dominant force Alexander Elder's Three Uses: 1. EMA(2) FI crossing above zero: short-term bullish; below zero: short-term bearish 2. EMA(13) FI trend: positive = accumulation phase; negative = distribution phase 3. EMA(13) FI divergence: price new high but FI lower high = weakening bullish force
Force Index Strategy Modes
Mode 1: Short-Term Force Index Entry Filter
Use EMA(2) Force Index as a precision entry timer: when a trend-following indicator (EMA crossover, MACD) gives a bullish signal, only enter when EMA(2) Force Index is above zero on that candle — confirming that immediate buying force supports the entry. Avoids entering on candles with bearish immediate force. See our MACD guide.
Mode 2: Long-Term Force Index Trend Confirmation
EMA(13) Force Index above zero = accumulation phase (bulls have sustained force advantage). Below zero = distribution phase. Use as primary trend direction filter — only take longs when EMA(13) FI is positive. See our EMA guide.
Mode 3: Force Index Spike Detection
A Force Index value that is 3–5× the recent average absolute value (abnormal spike) indicates capitulation or climax — often a reversal signal. Large positive spike: buying climax; large negative spike: selling climax. DennTech's spike threshold is configurable as a multiple of the rolling Force Index standard deviation.
Frequently Asked Questions
- How does Force Index differ from OBV and CMF for crypto bot strategy use?
- The three volume indicators complement each other: OBV adds or subtracts the full period volume based on whether price closed higher or lower — creating a cumulative trend line where divergence from price is a primary signal. CMF measures the position of the close within the high-low range multiplied by volume — an oscillator bounded between -1 and +1 showing buying vs selling pressure. Force Index multiplies the price change (not just direction, but magnitude) by volume — capturing both how far price moved AND how much volume drove that move. The key difference: Force Index is the only one that captures price change magnitude × volume, making it uniquely sensitive to large-range candles on high volume. A small-range candle on high volume (indecision) produces a small Force Index value; a wide-range candle on high volume produces a large Force Index value. This makes Force Index particularly useful for detecting genuine strong trend thrusts vs high-volume but range-constrained consolidation. Compare editions at the pricing page. See our CMF guide.
- What EMA smoothing period should I use for Force Index in DennTech?
- The optimal Force Index smoothing depends on your trading timeframe and purpose. For entry timing precision: EMA(2) is highly sensitive and best used on Daily or 4H charts where you want a same-candle confirmation that the entry candle has bullish force (raw Force Index for the entry candle should be positive). For trend direction filtering: EMA(13) is Alexander Elder's original recommendation and remains effective — it smooths the Force Index across approximately two trading weeks on a Daily chart, showing the medium-term dominant force. For higher timeframe strategies: EMA(26) or EMA(52) provides an even smoother long-term force trend, appropriate for Weekly chart strategies. The choice framework: use shorter smoothing periods for entry timing and longer smoothing periods for trend direction. Running both EMA(2) and EMA(13) simultaneously — EMA(13) defines the trend, EMA(2) times the entry — is Alexander Elder's original Triple Screen application. Explore the live demo. Start at the pricing page.
- Can Force Index alone generate profitable signals without a price-based indicator?
- Force Index as a standalone strategy (enter long when EMA(13) FI crosses above zero, exit when crosses below) is functional and has been backtested across multiple markets. However, like most oscillators, standalone Force Index generates frequent whipsaws during ranging markets when the Force Index oscillates around zero without a clear sustained positive or negative regime. Force Index performs significantly better as a component of a multi-indicator system: a price-based trend indicator (EMA, ADX) defines whether the market is trending; Force Index confirms that the trend has volume force behind it. This combination reduces whipsaws during ranging markets (when price indicators signal no trend, Force Index signals are suppressed) while ensuring volume-force confirmation when trends are entered. For most DennTech traders, using Force Index as a confirmation filter rather than a standalone signal generator produces better risk-adjusted results. See our ADX guide. Start at the pricing page.
Volume indicators: Force Index (this guide), CMF, OBV. All at the strategies page.
Key Considerations for Automated Crypto Trading
Selecting the right configuration for an automated trading bot requires balancing three competing priorities: signal quality, execution speed, and risk control. A well-tuned strategy minimises slippage by using limit orders on exchanges with high liquidity and tight spreads. For most indicator-based strategies, the 4-hour and daily timeframes produce fewer false signals than lower timeframes, making them the preferred starting point for new configurations. The strategies page provides a full breakdown of every strategy DennTech supports, including the indicators used, recommended timeframes, and risk parameters.
Risk Management Fundamentals
Position sizing is the single most controllable lever available to any bot trader. Setting a fixed percentage of capital per trade — typically 2–5% — limits the damage from any single losing trade and allows the strategy to survive extended drawdown periods. Pairing position sizing with a per-session stop loss prevents a string of losses from compounding into account-threatening drawdowns. DennTech's built-in circuit breaker halts trading automatically if losses exceed a configurable threshold within a session window, providing an additional safety net. Review the full risk management configuration options at the pricing page or get hands-on experience through the live demo.
Exchange Selection and API Setup
The choice of exchange has a direct impact on trading costs and strategy performance. Exchanges with a 0% maker fee tier — such as Kraken Pro, Coinbase Advanced, and Bybit — significantly reduce the cost of limit-order strategies. DennTech connects natively to 13+ major exchanges via API, with each connection using read-trade-only permissions to ensure withdrawals are never exposed. Detailed API setup instructions are available in the installation guide and the documentation section.