Pivot Points are among the oldest institutionally-used technical analysis tools — originally developed by floor traders at CME to quickly calculate key intraday levels from the prior session's price action. Unlike drawn support/resistance (which involves human subjectivity), pivot points are fully mathematical: given yesterday's High, Low, and Close, the pivot level (PP) and surrounding support/resistance levels (S1, S2, S3 below; R1, R2, R3 above) are deterministic outputs. This mathematical nature makes them ideal for automation — the bot calculates fresh pivot levels each period, trades bounces from support levels as entries, and targets resistance levels as exits. For crypto bots specifically, Daily pivots (using the prior day's candle) are the most widely followed by institutional and professional participants — meaning the levels often function as self-fulfilling support/resistance. This guide covers standard pivot point calculation, S1/S2/R1/R2 level usage, Camarilla vs Standard pivot variants, and DennTech's Pivot Points strategy configuration.
Related strategies: Bollinger Bands, RSI, Stochastic.
Standard Pivot Point Formula
PP (Pivot Point) = (High + Low + Close) / 3 Resistance levels: R1 = (2 × PP) - Low R2 = PP + (High - Low) R3 = High + 2 × (PP - Low) Support levels: S1 = (2 × PP) - High S2 = PP - (High - Low) S3 = Low - 2 × (High - PP) Example (daily BTC candle): High = $68,000 | Low = $64,500 | Close = $66,200 PP = ($68,000 + $64,500 + $66,200) / 3 = $66,233 R1 = (2 × $66,233) - $64,500 = $67,967 R2 = $66,233 + ($68,000 - $64,500) = $69,733 S1 = (2 × $66,233) - $68,000 = $64,467 S2 = $66,233 - ($68,000 - $64,500) = $62,733
Three Pivot Point Bot Strategies
Strategy 1: Pivot Bounce (Mean-Reversion)
Entry: price pulls back to S1 or S2 support during an uptrend (PP must be below current price baseline) + RSI oversold (below 40). Take-profit: PP or R1. Stop-loss: ATR × 1.5 below S2 for S1 entries, ATR × 1.5 below S3 for S2 entries. See our RSI guide for the oscillator filter.
Strategy 2: Pivot Breakout
Entry: price closes above R1 with volume confirmation. Take-profit: R2. Stop-loss: back below PP level (failed breakout). Best in trending markets when ADX > 25. See our ADX guide.
Strategy 3: PP as Daily Bias Filter
Price above daily PP = bullish bias — only take long signals from other strategies (RSI, EMA, MACD). Price below daily PP = bearish bias — suppress long entries. PP acts as the daily trend filter integrated with other DennTech strategies. See our EMA guide.
Standard vs Camarilla Pivot Comparison
| Pivot Type | Level Spacing | Best Use Case |
|---|---|---|
| Standard | Wider levels — PP +/- full range | Daily timeframe, BTC major levels |
| Camarilla | Tighter, 8 levels (L1–L4, H1–H4) | Intraday scalping, tighter S/R bands |
| Woodie | More weight to Close: PP=(H+L+2C)/4 | Trending market entries near close |
| Fibonacci | PP levels at 38.2%, 61.8%, 100% | Combined Fibonacci and pivot analysis |
DennTech Pivot Points Configuration
- Navigate to Strategy → Pivot Points
- Pivot type: Standard (default)
- Calculation period: Daily (use prior day's candle)
- Mode: select Bounce (mean-reversion), Breakout, or PP Filter
- For Bounce mode: RSI confirmation threshold (default 40), ATR stop multiplier
- For Breakout mode: require volume spike (1.5× average)
- Take-profit: R1 for S1 bounce entries; R2 for R1 breakout entries
All strategies at strategies page. Full documentation at DennTech docs. Start at pricing page.
Frequently Asked Questions
- Do pivot points work well for crypto or were they designed only for stock and futures markets?
- Pivot points were originally developed for floor trading of futures and equities, but they have been widely adopted across all liquid markets — including crypto. The key requirement for pivot points to be effective as support/resistance is that enough market participants are watching and acting on the same levels. For major pairs like BTC/USDT and ETH/USDT, daily pivot levels are actively monitored by professional traders, institutional desks, and algorithmic systems — creating the self-fulfilling dynamic that makes pivots meaningful. For smaller altcoins with low institutional participation, pivot levels are less reliable because fewer participants are acting on them. DennTech's Pivot Points strategy is recommended primarily for BTC/USDT, ETH/USDT, and top-10 market-cap pairs. See our general strategy overview at the strategies page. Compare editions at the pricing page.
- Should I use Daily, Weekly, or Monthly pivot points for automated crypto bot strategies?
- Daily pivot points are the most actionable for crypto bot strategies operating on 1H–4H timeframes — they provide fresh support/resistance levels every 24 hours aligned with the global trading day. Weekly pivot points (calculated from the prior week's H/L/C) provide higher-significance levels that act as stronger support/resistance when tested — useful as take-profit targets and stop-loss reference zones. Monthly pivots provide the biggest-picture context levels (major support/resistance) but are rarely appropriate as direct entry/exit triggers for automated bots. The recommended practice: use Daily pivots for entry/exit signals, and Weekly pivots as a sanity-check filter (avoid entering at Daily S1 if Weekly S2 is only 0.5% below — potential accelerated move if Weekly level breaks). DennTech supports configurable pivot calculation periods. Explore the live demo.
- How should I handle the situation when current price is exactly at the PP level — should I treat it as support or resistance?
- The PP itself is a dual-use level: it acts as support when price is above it (bullish bias zone) and as resistance when price is below it (bearish bias zone). When price is trading very close to the PP (within 0.3% of the level), the trading signal is ambiguous — the bot is at the boundary between bullish and bearish territory. The appropriate bot response: do not take new entries when price is within 0.3% of the PP. Wait for a confirmed close above PP (bullish bias established, look for long entries at S1) or a confirmed close below PP (bearish bias, suppress long entries). This neutral zone avoids entering on uncertain bias transitions. This ambiguity handling is built into DennTech's PP bias-filter mode. See our timeframe guide. Start at the pricing page.
Support/Resistance tools: Pivot Points (this guide), Bollinger Bands, Fibonacci. All at the strategies page.