logo
Developers

BBSR Extreme Strategy [nachodog]

Script from: TradingViewSwingPrice actionPullbackScalpingMomentumBotMean reversionReversalVolatilityCandlestickPattern

This strategy identifies reversal points using Bollinger Bands and the Stochastic RSI. Go long when the price crosses above the lower Bollinger Band and the Stoch RSI exits the oversold area. Go short when the price crosses below the upper Bollinger Band and the Stoch RSI leaves the overbought zone. Exits are triggered by opposite signals, the price crossing the opposing band, or your custom stop loss, giving you clear entry and exit rules.

FIL / TetherUS (FILUSDT)

+ BBSR Extreme Strategy [nachodog]

@ Daily

2.38

Risk Reward

230.73 %

Total ROI

21

Total Trades

Cosmos / TetherUS (ATOMUSDT)

+ BBSR Extreme Strategy [nachodog]

@ Daily

1.57

Risk Reward

89.21 %

Total ROI

19

Total Trades

PYTH / TetherUS (PYTHUSDT)

+ BBSR Extreme Strategy [nachodog]

@ 4 h

1.55

Risk Reward

102.99 %

Total ROI

39

Total Trades

NEO / TetherUS (NEOUSDT)

+ BBSR Extreme Strategy [nachodog]

@ Daily

1.17

Risk Reward

28.50 %

Total ROI

26

Total Trades

PYTH / TetherUS (PYTHUSDT)

+ BBSR Extreme Strategy [nachodog]

@ 2 h

1.15

Risk Reward

66.43 %

Total ROI

94

Total Trades

Premium users only

Premium users can access all backtests with a Risk/Reward Ratio > 3

@ Daily

3.03

Risk Reward

353.94 %

Total ROI

20

Total Trades

Constellation Energy Corporation (CEG)

+ BBSR Extreme Strategy [nachodog]

@ 1 h

2.65

Risk Reward

95.77 %

Total ROI

49

Total Trades

Hewlett Packard Enterprise Company (HPE)

+ BBSR Extreme Strategy [nachodog]

@ 4 h

2.34

Risk Reward

135.99 %

Total ROI

46

Total Trades

iPath Series B S&P 500 VIX Short-Term Futures ETN (VXX)

+ BBSR Extreme Strategy [nachodog]

@ Daily

2.13

Risk Reward

116.59 %

Total ROI

20

Total Trades

Coinbase Global, Inc. (COIN)

+ BBSR Extreme Strategy [nachodog]

@ 4 h

1.80

Risk Reward

101.53 %

Total ROI

19

Total Trades

Rocket Companies, Inc. (RKT)

+ BBSR Extreme Strategy [nachodog]

@ 1 h

1.64

Risk Reward

103.26 %

Total ROI

68

Total Trades

iPath Series B S&P 500 VIX Short-Term Futures ETN (VXX)

+ BBSR Extreme Strategy [nachodog]

@ 2 h

1.60

Risk Reward

295.23 %

Total ROI

94

Total Trades
Create your account for free to see all 42+ backtests

Access filters, details, best timeframes, explore 100K+ backtests and more

Active Trades

Create your account to see on which symbols BBSR Extreme Strategy [nachodog] is currently trading on.

Guide

How does the BBSR Extreme Strategy [nachodog] strategy work ?

This strategy is designed to capture reversals when price moves back inside the Bollinger Bands after reaching an extreme. It uses Bollinger Bands to identify overextended price action and a Jurik Moving Average (JMA) as a smooth, low-lag filter to confirm momentum.

Here’s how it generates signals:

  • A long entry occurs when the price crosses from below to above the lower Bollinger Band. This signal is only confirmed if the JMA is also trending up, indicating a potential shift to bullish momentum.
  • A short entry is triggered when the price crosses from above to below the upper Bollinger Band. For this signal to be valid, the JMA must be trending down, confirming bearish momentum.

Exits are not based on opposing signals. Instead, the strategy uses a dynamic system based on the Average True Range (ATR). Upon entry, it automatically places both a trailing stop-loss and a take-profit target calculated using ATR multipliers.

How to use the BBSR Extreme Strategy [nachodog] strategy ?

This trading strategy is a mean-reversion system that enters trades when the price snaps back inside the Bollinger Bands after a brief breakout. It uses a Jurik Moving Average (JMA) as a trend filter to only take trades in the direction of the immediate momentum. Exits are managed with a fixed stop-loss and take-profit based on the Average True Range (ATR).

To trade this strategy manually :

  • Indicators Setup:
    • Bollinger Bands (BB): Add the indicator with Length set to 20 and StdDev to 2.0.
    • Jurik Moving Average (JMA): Search for "Jurik Moving Average" in TradingView's community indicators and add it to your chart. Set its Length to 7, Phase to 50, and Power to 2.
    • Average True Range (ATR): Add the indicator with Length set to 14.
  • Long Entry Conditions:
    1. The previous candle closed below the lower Bollinger Band.
    2. The current candle closes back above the lower Bollinger Band.
    3. The JMA is angled upwards (often colored green by default).
  • Short Entry Conditions:
    1. The previous candle closed above the upper Bollinger Band.
    2. The current candle closes back below the upper Bollinger Band.
    3. The JMA is angled downwards (often colored red by default).
  • Exit Conditions (Set at Entry):
    • When you enter a trade, immediately note the current value of the ATR(14) indicator.
    • For a Long Trade:
      • Set Take Profit at: Entry Price + (ATR value * 3)
      • Set Stop Loss at: Entry Price - (ATR value * 2)
    • For a Short Trade:
      • Set Take Profit at: Entry Price - (ATR value * 3)
      • Set Stop Loss at: Entry Price + (ATR value * 2)

How to optimize the BBSR Extreme Strategy [nachodog] trading strategy ?

To elevate the BBSR Extreme strategy from a mechanical system to a more robust manual approach, you must add layers of confirmation and adapt to market context. The base strategy is prone to failure in strong, trending markets where price can "ride the band" for extended periods. A manual trader can filter these low-probability setups and manage trades more dynamically.

Here is a plan to significantly improve its performance:

  • Add a Trend Filter: The biggest weakness of a pure mean-reversion strategy is fighting a strong trend.
    • Add a 50-period and 200-period Exponential Moving Average (EMA) to your chart. Only consider taking long (buy) signals when the price is above the 50 EMA, and the 50 EMA is above the 200 EMA.
    • Conversely, only take short (sell) signals when the price is below the 50 EMA, and the 50 EMA is below the 200 EMA. This simple filter will keep you on the right side of the dominant market momentum.
  • Demand Candlestick Confirmation for Entries: Don't enter just because the price crosses back inside the band. Wait for the candle that creates the entry signal to close as a strong reversal pattern.
    • For a long entry, look for the candle crossing back above the lower band to close as a bullish engulfing candle, a hammer, or a strong pin bar with a long lower wick. This confirms buyers are stepping in with force.
    • For a short entry, look for a bearish engulfing candle or a shooting star as it crosses back below the upper band.
  • Implement Dynamic Profit Targets and Stops: The strategy's automated exits are rigid. A manual trader can be more intelligent.
    • Take Profit: Instead of waiting for an opposing signal, set your primary take-profit target at the 20-period moving average (the middle line of the Bollinger Bands). This is the natural point of "mean" for the price to revert to. Consider taking partial profits there and letting the rest run to the opposite band.
    • Stop Loss: Place your initial stop-loss just outside the high or low of the reversal candle you used for entry. As the trade moves in your favor, manually trail your stop below recent swing lows (for a long) or above recent swing highs (for a short).

For which kind of traders is the BBSR Extreme Strategy [nachodog] strategy suitable ?

This strategy is best suited for day traders and scalpers who are systematic and can act decisively on clear signals. It appeals to traders who prefer a rule-based approach to capture short-term price reversals rather than follow long-term trends.

The ideal user for this strategy is:

  • A trader who is comfortable with a mean-reversion style, which involves buying into weakness and selling into strength as price returns to its average.
  • Someone who actively monitors charts, as entry signals are precise and can occur frequently, especially on lower timeframes.
  • A trader who understands market context, as this strategy performs best in ranging or choppy markets and can struggle in strong, sustained trends.

It is less ideal for passive investors or traders who prefer to follow long-term market momentum.

Key Takeaways of BBSR Extreme Strategy [nachodog]

Here are the key takeaways for this strategy:

  • Core Concept: A mean-reversion system designed for day traders and scalpers to capture short-term price reversals in ranging or choppy markets.
  • How it Works: The strategy triggers an entry when price moves back inside the Bollinger Bands after touching an extreme. A Jurik Moving Average (JMA) acts as a momentum filter to confirm the trade's direction.
  • How to Use It: While it can be automated, it is best used with alerts. This allows a trader to manually review the signal, check the broader market context, and avoid taking low-probability trades in strong trending conditions.
  • How to Enhance It: Add a long-term trend filter (e.g., 50 & 200 EMAs) to only trade in the direction of the main trend. Further confirm entries by requiring a strong reversal candlestick pattern, like an engulfing bar or a hammer.
  • Better Risk Management: Ditch the fixed ATR exits for a more dynamic approach. Place your stop-loss just beyond the entry candle's high/low and set your primary take-profit target at the Bollinger Band's middle line (the 20-period SMA).
Explore the best Trading & TradingView strategies

Stop trading blindly. Explore the best strategies among 100K+ backtests and improve your trading skills with data.

Start for free