Pivot points were originally developed by floor traders in the Chicago futures pits who needed a quick way to calculate key reference levels for the coming session using the prior day's high, low, and close. The formula produces a central Pivot (PP) and multiple support and resistance levels (S1, S2, S3, R1, R2, R3) that are watched by a large number of traders simultaneously. Like Fibonacci levels, the collective watching of pivot levels creates self-fulfilling support and resistance — when enough participants use the same levels, the levels become real through collective behavior. Pivot points are particularly relevant for crypto because the continuous nature of crypto markets means daily pivots (calculated from 00:00–24:00 UTC) provide consistent reference levels that update daily.
For crypto bot automation, pivot points provide automatically-calculated, always-current support and resistance levels without manual analysis. Related guides: Fibonacci levels, Volume Profile, VWAP, RSI momentum filter.
Classic Pivot Point Calculation
Pivot (PP) = (High + Low + Close) / 3 Resistance 1 (R1) = (2 × PP) − Low Resistance 2 (R2) = PP + (High − Low) Resistance 3 (R3) = High + 2 × (PP − Low) Support 1 (S1) = (2 × PP) − High Support 2 (S2) = PP − (High − Low) Support 3 (S3) = Low − 2 × (High − PP)
Each day, these levels are recalculated using the previous 24-hour (UTC) high, low, and close. The central PP level is the most important reference point; S1/R1 are the primary support and resistance; S2/R2 are secondary levels with less frequency of interaction; S3/R3 are extreme levels typically only tested during high-volatility moves.
Pivot Point Entry Strategies
1. Pivot Bounce (Mean Reversion)
When price approaches a pivot support level (S1 or S2) from above, a bounce entry targets a return toward PP or R1. Automated rule: price enters ±0.3% tolerance band around S1 AND RSI below 40 (momentum weakening before support) → long entry, target PP, stop below S2. See our RSI guide for momentum confirmation.
2. Pivot Breakout
When price breaks decisively through a resistance pivot (R1 or PP), the broken level often becomes support and price targets the next resistance. Automated rule: price closes a 1H candle above R1 by more than 0.5% AND MACD is bullish → long entry targeting R2, stop below R1. See our MACD guide.
3. Pivot Range Trading
During range-bound markets, price oscillates between S1 and R1 throughout the session. Automated rule: buy near S1 (±0.3%), sell near R1 (±0.3%), with stops outside S2/R2. This approach combines well with the Grid strategy configured using S1 and R1 as grid boundaries — see our Grid guide.
Fibonacci Pivot Points
Fibonacci pivot points calculate support and resistance levels using Fibonacci ratios instead of the arithmetic formula. The central pivot remains the same but the support and resistance levels use Fibonacci multipliers:
R1 = PP + 0.382 × (High − Low) R2 = PP + 0.618 × (High − Low) R3 = PP + 1.000 × (High − Low) S1 = PP − 0.382 × (High − Low) S2 = PP − 0.618 × (High − Low) S3 = PP − 1.000 × (High − Low)
Fibonacci pivots are preferred by traders who use Fibonacci levels as a primary framework since the two systems produce confluent levels more frequently, increasing signal strength when both a Fibonacci retracement level and a Fibonacci pivot level coincide. See our Fibonacci guide for the combination approach.
Camarilla Pivot Points
Camarilla pivots produce 8 levels (4 support, 4 resistance) using a proprietary multiplier set derived from the previous day's range. The C3 and C4 levels are particularly important: if price opens above C3, go long with target C4; if price breaks below C4, treat as breakdown signal. Camarilla pivots are favored by day-trading strategies requiring tighter support and resistance bands than classic pivots provide.
Configuring Pivot Points in DennTech
- Navigate to Strategy → Pivot Points
- Select pivot type: Classic, Fibonacci, or Camarilla
- Select calculation period: Daily (recommended), Weekly, or Monthly
- Select strategy: Bounce (mean reversion), Breakout, or Range
- Set entry tolerance band (0.3% recommended for bounce; 0.5% for breakout confirmation)
- Enable RSI filter for bounce entries (RSI below 40 for long, above 60 for short)
- Set stop-loss: below S2 for bounce from S1; below R1 (become support) for breakout above R1
- Paper trade first — see paper trading guide
Full documentation at DennTech docs. All 25 strategies at the strategies page. Get started at the pricing page.
Combining Pivot Points with Volume Profile POC
When a daily pivot support level (S1) coincides with the Weekly Volume Profile POC within a small tolerance (±0.5%), the combined signal is notably stronger than either level alone. Two independent methodologies from different data sets agreeing on the same price level as important means more market participants are watching that level. Configure DennTech to require both conditions — pivot level proximity and POC proximity — for higher-conviction entries. See our Volume Profile guide. Compare editions at the pricing page.
Frequently Asked Questions
- What calculation period should I use for crypto pivot points — daily, weekly, or monthly?
- Daily pivots (based on the previous 24-hour UTC session) are the most commonly used for intraday to multi-day strategies. They provide fresh reference levels every day and are widely watched by crypto day traders. Weekly pivots (based on the prior Mon–Sun week) provide better reference points for swing strategies with 3–7 day holds. Monthly pivots are useful as macro reference levels for longer-term trend direction decisions. For DennTech strategies running on 4H to Daily charts, daily pivots are the most practical starting point. See our timeframe guide.
- Do institutional crypto traders watch pivot points the same way retail traders do?
- Institutional crypto market participants use a variety of level-calculation methodologies. Large crypto trading firms frequently use VWAP, Volume Profile POC, and options gamma exposure levels as their primary reference framework rather than classic pivot points. However, the large number of algorithmic and retail traders using pivot points creates sufficient collective attention to generate measurable order clustering at pivot levels on BTC/USDT and ETH/USDT. Pivot points work best on the most liquid pairs precisely because the larger the trading population, the stronger the self-fulfilling mechanism. See our VWAP guide and start at the pricing page.
- Can pivot points be used for take-profit placement in trend-following strategies?
- Yes — pivot levels serve effectively as take-profit targets for trend entries that begin near support. A long entry at S1 naturally targets R1 (prior resistance, next reference level) as the first take-profit level, with R2 as a secondary target if momentum continues. This provides mathematically-derived, session-specific take-profit levels that automatically adjust every day with new price data, rather than fixed percentage take-profits that do not adapt to current market structure. Combine with MACD or EMA trend filter for entry confirmation — see our MACD guide and EMA guide. Compare editions at the pricing page.
Levels framework: Fibonacci, Volume Profile, Pivot Points (this guide). All strategies at the strategies page.