The Tom DeMark (TD) Indicator is a powerful tool in the world of quantitative and technical trading, renowned for its unique ability to identify trend exhaustion and potential reversal points—unlike most trend-following indicators. Originally developed by market analyst Tom DeMark, the TD framework includes over 70 distinct techniques, with TD Sequential and TD Combo being the most widely used in modern trading systems.
This comprehensive guide breaks down the mechanics, strategies, risk management, and real-world applications of the TD indicator while integrating essential SEO keywords such as TD indicator, quantitative trading, TD Sequential, TD Combo, trend reversal, technical analysis, DeMark strategy, and trading signals.
What Is the TD Indicator?
The TD Indicator, created by Tom DeMark, diverges from conventional momentum or moving average-based tools by focusing on market exhaustion rather than trend continuation. It excels at detecting turning points in price action, making it a favorite among swing traders and algorithmic trading developers.
At its core, the TD system revolves around structured sequences of price behavior that signal when an existing trend may be losing steam and a reversal could be imminent. The two primary components are:
- TD Sequential: Identifies reversal setups through a 9-13 count structure.
- TD Combo: A faster, more responsive version that starts counting earlier.
Both rely on strict rules based on closing prices, price comparisons across multiple bars (K-lines), and confirmation patterns.
👉 Discover how professional traders use advanced indicators like TD on powerful platforms.
Understanding TD Structure: The Foundation
Before diving into TD Sequential or Combo, it's crucial to grasp the foundational concept: TD Structure.
Price Reversal Point (Buy Setup Initiation)
A bearish-to-bullish reversal begins with a specific pattern:
- At least six consecutive K-lines.
- The 5th K-line’s close is higher than the 1st K-line’s close.
- The 6th K-line’s close is lower than the 2nd K-line’s close.
This final (6th) K-line becomes the first bar of the TD Buy Setup, signaling the start of a potential bullish reversal structure.
TD Setup Completion (9-Count Rule)
Once the reversal point is identified:
- The next nine consecutive K-lines must each close lower than the close four bars prior (i.e., current close < close[4]).
- This forms a complete TD Buy Setup.
- If any bar breaks this sequence, the count resets.
Note: While nine bars are required, the setup can extend beyond nine as long as the condition holds.
Validating a Complete TD Buy Structure
To increase reliability, traders often apply validation criteria before acting:
- The low of bar 8 or 9 (or after) should be ≤ lows of bars 6 and 7.
- All closes within the setup must remain above the prior TD Sell Setup’s trend support line.
- Bar 9 should be near or touching the previous sell structure’s support.
- Some traders prefer bar 9 to close below bar 8 — indicating continued selling pressure before reversal.
These filters help avoid false signals during choppy or sideways markets.
Risk Management in TD Structures
Even strong setups require disciplined risk control.
Stop-Loss Placement
Identify the lowest true low in the entire TD Buy Setup.
- True Low = min(current low, prior close)
Calculate True Range:
- TR = max(|High - Low|, |High - Prior Close|, |Prior Close - Low|)
- Subtract TR from the lowest true low → this gives your stop-loss level.
Trade Viability Check
DeMark suggests only taking trades where:
(Resistance Line – Entry Price) > 1.5 × (Entry Price – Stop Loss)
This ensures a favorable risk-reward ratio, essential for long-term profitability.
TD Sequential: From Setup to Countdown
After completing a valid TD Setup, the market enters the Countdown Phase—a critical period indicating trend exhaustion.
How TD Buy Countdown Works
Starting from the last bar of the completed setup:
- A bar qualifies for countdown if its close ≤ low two bars prior.
- Each qualifying bar increments the count (max = 13).
- Counts don’t need to be consecutive; gaps are allowed.
- When count reaches 13, it signals a high-probability reversal zone.
Special Rule for Count 13
To confirm count 13:
- The bar must satisfy the standard condition (close ≤ low[-2]).
- Additionally, its low ≤ close of count 8 bar.
If only the first condition is met, it shows as “+” — indicating incomplete confirmation and possible delay in reversal.
👉 Learn how to backtest complex strategies like TD Sequential using real market data.
When Does the TD Countdown Cancel?
Not all countdowns reach 13. Two key cancellation rules:
- A new TD Sell Setup appears → invalidates current buy countdown.
- Any bar’s true low > prior TD Buy Setup’s resistance line → implies strength, so reversal unlikely.
These rules prevent traders from chasing outdated signals.
Advanced: TD Combo – Faster Signal Generation
While TD Sequential requires at least 24 bars (9 + 13), TD Combo can complete in just 13 bars—making it ideal for faster-moving markets.
Key Differences
| Feature | TD Sequential | TD Combo |
|---|---|---|
| Start of Count | After Setup completion | From first bar of Setup |
| Minimum Bars | ~24 | ~13 |
| Responsiveness | Moderate | High |
Because TD Combo begins counting immediately from bar 1 of the setup, it reacts quicker but may generate more false signals.
Strict vs. Relaxed Combo Rules
Strict Version (Counts 1–13):
Each qualifying bar must meet all three:
- Close ≤ low[-2]
- Low < low[-1]
- Close < previous count bar’s close
Relaxed Version (Counts 11–13 only):
Only requirement: each successive count bar closes lower than the last.
This flexibility increases completion rate without sacrificing too much accuracy.
Practical Trading Strategies Using TD Indicators
Conservative vs. Aggressive Entry Tactics
TD Direct Strategy
- Aggressive: Enter long at close of count 13 bar.
- Conservative: Wait for price reversal confirmation — e.g., a close > close[-4].
Many professional systems use the conservative approach to filter out fakeouts.
Other Confirmation Patterns
- TD Fakeout (Trap): Open within prior bar’s range, then break out upward.
- TD Jump (Horse Jump): Gap down open followed by strong recovery.
- TD Opening Gap: Open below prior low, then reverse upward.
- TD Victory Jump: Inside bar followed by bullish breakout.
These patterns add confluence to TD signals and improve win rates.
Enhancing Accuracy: Modified TD Models
Classic TD models underperform in fast-moving or volatile markets like China’s A-shares. To address this, researchers have proposed modifications:
1. Adjusted Count Start Point
Align TD Combo counting with Sequential logic — start from the last bar of setup instead of the first — improving consistency.
2. Dynamic Parameter Tuning
Instead of fixed 9/13 counts, optimize parameters using historical backtesting across different assets and timeframes.
3. Dual-Count Logic (Forward + Reverse)
Introduce a secondary countdown:
- Original: look for declining closes (bearish exhaustion).
- New: look for rising closes (bullish momentum shift).
Signal triggers when either count completes, capturing sudden reversals missed by classic models.
For example:
Modified TD Sequential Buy Signal: Triggered when either:
- Standard count reaches 12
- Reverse momentum count reaches 6
This hybrid model adapts better to non-linear market behaviors.
Real-World Application & Limitations
Strengths
- Excellent at identifying exhaustion zones.
- Works well in trending markets with clear directional moves.
- Provides objective, rule-based entries and exits.
Weaknesses
- Generates excessive noise in sideways or choppy markets.
- Fixed thresholds may not suit all instruments or volatility regimes.
- Delayed signals in flash crash or gap-driven reversals.
👉 See how top traders combine TD indicators with sentiment analysis and volume profiling.
Frequently Asked Questions (FAQ)
Q: Can the TD Indicator be used on any time frame?
A: Yes. While commonly applied to daily charts, TD Sequential and Combo work effectively on hourly, 4-hour, and weekly timeframes—ideal for both day traders and investors.
Q: Is the TD Indicator suitable for automated trading systems?
A: Absolutely. Its rule-based logic makes it highly programmable. Many algo traders integrate TD signals into Python or Pine Script strategies for systematic execution.
Q: How do I distinguish between a valid signal and a false one?
A: Use confluence: combine TD counts with support/resistance levels, volume spikes, RSI divergence, or moving average alignment to filter high-quality setups.
Q: Does the TD Indicator work in crypto markets?
A: Yes—especially in established cryptocurrencies like Bitcoin and Ethereum. Due to high volatility, combining TD signals with volatility bands improves reliability.
Q: What’s the difference between TD Lines and TD Structures?
A: TD Lines project future resistance/support based on past structure highs/lows. They help set profit targets post-reversal, while structures define entry zones.
Q: Should I always trade at count 13?
A: Not necessarily. Wait for price confirmation unless using aggressive scalping strategies. Premature entries increase risk during extended trends.
Final Thoughts
The TD Indicator remains one of the most insightful tools for predicting trend reversals in quantitative trading. Whether you're using classic DeMark setups or modern adaptations like GFTD (Guangfa Financial Time Domain), mastering its nuances can significantly enhance your market timing precision.
By combining rigorous structure rules with sound risk management and strategic filtering, traders can turn theoretical models into consistent edge-generating systems.
Remember: no indicator works perfectly all the time. The key lies in integration—using TD signals as part of a broader analytical framework that includes price action, volume, and macro context.