This is a Bollinger Band system built around one core truth: a band touch alone is not a signal — direction, candle shape, and timeframe alignment are what turn a band touch into a high-probability trade.
After losing $300,000 following course-taught strategies, this system was rebuilt from scratch. It has produced consistent daily profits on Nasdaq, gold, and Bitcoin across ten years of live trading.
The Problem With Basic Bollinger Bands
Most traders learn one rule: price touches upper band → sell. Price touches lower band → buy. It sounds clean. It fails in real markets because it ignores two things:
The bigger trend. On a 1-hour chart showing an uptrend, a touch of the upper band does not mean reversal. The daily and weekly charts may be in a strong uptrend — and price keeps breaking above the upper band and pushing higher. You enter short, and the trend runs you over.
Breakout vs. reversal. When the bands squeeze tight and then expand, a strong candle breaking through the band is a breakout signal, not a reversal. Entering a reversal trade on a breakout candle is the opposite of what the chart is telling you.
:::callout[type=warning] Basic Bollinger Bands ignore the main trend, major economic events, and key support/resistance levels. Trading them mechanically leads to losses directly in front of the dominant move. :::
The Custom Dual-Band Setup
Standard Bollinger Bands use the closing price. This system uses four custom bands split into a buy side and a sell side:
Buy-side bands (green) — for long entries only:
- Band 1: High + EMA (Exponential Moving Average)
- Band 2: High + WMA (Weighted Moving Average)
High-based bands react faster to the tops of candles, so price touches the upper band sooner during pullbacks in an uptrend. This creates an aggressive buy-entry trigger that avoids missing pullbacks in strong uptrends.
Sell-side bands (red) — for short entries only:
- Band 1: Low + EMA
- Band 2: Low + WMA
Low-based bands react to the bottoms of candles. During bounces in a downtrend, price reaches the lower band after rising a bit more than with a standard band. This creates a conservative sell-entry trigger, filtering out weak bounces.
// Band entry direction rule
IF setup_side == BUY:
USE green bands (High EMA + High WMA)
ONLY take long positions at green band touch
IF setup_side == SELL:
USE red bands (Low EMA + Low WMA)
ONLY take short positions at red band touch
NEVER take a sell from the green band
NEVER take a buy from the red band
Step 1: Read the Higher Timeframe Direction
Before touching the 1-minute or 5-minute chart, check the 1-hour, 4-hour, and daily charts using the standard Bollinger Band with the 20 MA.
Look for two signals on the higher timeframe:
- Price touches the lower band and closes back inside — bullish signal
- A strong candle breaks through the band with conviction — trend signal
The 20 MA direction is the filter. MA sloping up: look for buys. MA sloping down: look for sells. Ideal conditions are when the 1-hour, 4-hour, and daily all agree. But even one timeframe confirming direction is enough to start hunting entries on the 5-minute chart.
// Higher timeframe direction filter
CHECK 1H, 4H, daily charts
IF 20MA sloping UP on at least one timeframe:
DIRECTION = bullish
HUNT entries from green buy bands on 5M chart
IF 20MA sloping DOWN on at least one timeframe:
DIRECTION = bearish
HUNT entries from red sell bands on 5M chart
IF all three timeframes agree:
SIGNAL = strongest confidence — increase position certainty
Step 2: The Entry Trigger on the 5-Minute Chart
Once the higher-timeframe direction is confirmed, drop to the 5-minute (or 1-minute) chart and apply the dual bands.
For long entries: Wait for price to touch the bottom of the green buy band. The 20 MA on the 5-minute must be sloping up. Enter long at that touch.
For short entries: Wait for price to touch the top of the red sell band. The 20 MA on the 5-minute must be sloping down. Enter short at that touch.
// 5-minute entry trigger (buy example)
IF higher_timeframe_direction == bullish
AND price touches bottom_of_green_band on 5M
AND 20MA on 5M is sloping UP:
ENTER long
SET stop below recent swing low
// 5-minute entry trigger (sell example)
IF higher_timeframe_direction == bearish
AND price touches top_of_red_band on 5M
AND 20MA on 5M is sloping DOWN:
ENTER short
SET stop above recent swing high
:::callout[type=tip] In a confirmed trend, a single 5-minute band touch aligned with the higher-timeframe direction can produce 80–180+ point moves on Nasdaq. :::
Step 3: Add the Candle Filter
A band touch is the condition. The candle is the confirmation. This is the third layer that separates high-probability entries from traps.
Reversal signal: A candle with a long wick that pierces the band but closes back inside, especially a hammer candle at the lower green band in an uptrend. Sellers pushed price down, buyers overwhelmed them, and the candle closed above the open. The rejection is visible in the wick.
Breakout signal: A strong candle with a full body, no wick on the breakout side, pushing through the band. This is expansion, not reversal.
// Candle type decision
IF candle has long rejection wick at band:
SIGNAL = reversal (enter against the band touch direction)
HIGH probability the move returns inside the band
IF candle has large body, no wick at band:
SIGNAL = breakout (enter in the direction of the candle)
Price likely continues through the band, NOT reversing
IF candle is doji or unclear:
WAIT for next candle confirmation before entering
Identifying Breakouts Inside the Band System
Even with dual bands in place, breakouts still occur. Price can hit the top of the red sell band and break hard to the upside instead of reversing, or it can hit the bottom of the green buy band and drop with no bounce.
The breakout signal has two confirmation rules:
- Price breaks through the band with a strong full-body candle
- Price simultaneously breaks the day's high (for longs) or the day's low (for shorts)
Both conditions must be present. One without the other is not a confirmed breakout.
// Breakout confirmation
IF price breaks through buy_band top with strong bullish candle
AND price also breaks above today's high:
SIGNAL = confirmed bullish breakout
ENTER long (breakout mode, not reversal mode)
IF price breaks through sell_band bottom with strong bearish candle
AND price also breaks below today's low:
SIGNAL = confirmed bearish breakout
ENTER short (breakout mode)
Trend Alignment Tips
Session timing matters. The US open creates the largest Bollinger Band expansions. During Asian and European sessions, bands stay tight. When the US session opens and bands start expanding, the breakout direction carries the most weight for the day.
Economic data events (CPI, jobs). Wait approximately one hour after major data releases before entering. Let the initial volatility resolve and the band direction settle. Then enter the confirmed direction — this still catches the majority of the post-event move with far lower risk.
Weekly trend as the master filter. Before Monday's open, read the weekly chart. If it closed with a strong bullish candle, bias all week toward buy setups. If it closed bearish or with a long lower wick, prioritize sells and keep buy stops tight.
// Weekly bias filter
READ weekly chart before market open on Monday
IF weekly candle closed bullish:
WEEK_BIAS = long — favor buy setups, loosen long targets
IF weekly candle closed bearish OR shows long lower wick:
WEEK_BIAS = short — favor sell setups, keep buy stops very tight
Session continuity. When Nasdaq closes the US session with a strong trend, the Asia and European sessions are unlikely to fully reverse it. A pullback in the Asia session is a pullback — not a trend change. Trade in the direction of the prior US close.
:::callout[type=info] Counter-trend trades are not banned, but they carry a different rule: if you enter a counter-trend position, set a very tight stop before entry. A small loss and exit is far better than being trapped. :::
The Three Setups in Practice
The full system produces three types of trades, all from the same framework:
Reversal at the band — price touches the band, candle shows rejection wick, 20 MA confirms direction, higher timeframe aligned. Enter and hold for 20–120+ points.
Band touch + double bottom — first touch at the green band, wick rejection, price bounces. Then a second hammer forms at the same band level. Enter the double bottom, target larger move.
Breakout from band expansion — bands squeeze, expand, strong body candle breaks through and also breaks the day high/low. Enter in the breakout direction, hold for the trend run.
What Makes This Work Over Ten Years
No strategy survives a decade without discipline around three things: direction, entry timing, and stop placement. This system addresses all three with rules, not feelings.
The discipline required is daily repetition — not theoretical understanding. Every live trade is a test of whether the rules hold up in current market conditions. Markets change. The framework for reading them stays the same.
:::callout[type=tip] Start with a small account. Trade the setup two or three times per day. Focus on executing the rules correctly, not on profit size. The profit follows from correct execution. :::
Summary
The system works in three layers: higher-timeframe direction sets the bias, dual custom bands (green for buys, red for sells) identify the entry zone, and candle confirmation decides whether it is a reversal or a breakout. Session timing and weekly trend alignment add a fourth filter that reduces false signals from macro events.
Bollinger Bands are not a shortcut. They are a precision tool when used with direction awareness, position sizing discipline, and candle-level confirmation.