bollinger-reverter-4h

Automate Bollinger Band mean reversion trades on 4h charts with RSI and ADX filters.

226|9|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Superior-Trade/superior-skills --skill bollinger-reverter-4h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bollinger-reverter-4h
Source: https://github.com/Superior-Trade/superior-skills/tree/main/skills/bollinger-reverter-4h
Command: npx skills add https://github.com/Superior-Trade/superior-skills --skill bollinger-reverter-4h

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires talib, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of Bollinger Band-based mean reversion strategies on the 4-hour timeframe, simplifying the implementation and management of these strategies.

Core Features & Use Cases

  • Mean Reversion Strategy: Execute long or short positions when the price touches the upper or lower Bollinger Band with RSI confirmation, gated to ADX<25 range regimes.
  • Backtest Validation: Provides backtest evidence on BTC/ETH/SOL/DOGE over 162 days with a win rate of 65.5% and profit of 8.77%.
  • ROI Ladder: Utilizes a minimal_roi ladder to maximize profit and minimize risk.
  • Use Case: Combine with donchian-strong-regime for full-regime coverage, ideal for range-bound markets.

Quick Start

Execute the bollinger-reverter-4h skill with the following configuration for BTC/USDC:USDC pair.

Frequently Asked Questions about bollinger-reverter-4h

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a Bollinger Band mean reversion strategy on the 4h timeframe?

You can automate a Bollinger Band mean reversion strategy by executing long or short trades when price touches the bands, using RSI for confirmation and filtering by ADX<25 for range-bound regimes.

What is the best way to filter Bollinger Band trades for range-bound markets?

The best way to filter Bollinger Band trades is by applying an ADX<25 threshold, ensuring the market is in a range-bound regime rather than a strong trend before executing mean reversion positions.

Do I need talib to run this Bollinger Band mean reversion strategy?

Yes, you need the talib technical analysis library installed, as the strategy depends on it to calculate the Bollinger Bands, RSI, and ADX indicators required for trade execution.

How does RSI confirmation work with Bollinger Bands in mean reversion trading?

RSI confirmation works with Bollinger Bands by validating that price momentum aligns with the band touch, triggering long or short trades only when both the band contact and RSI conditions are met.

Has this Bollinger Band strategy been backtested on cryptocurrency pairs?

Yes, the Bollinger Band strategy was backtested on BTC, ETH, SOL, and DOGE over a 162-day period, achieving a 65.5% win rate and 8.77% profit using a minimal_roi ladder.

When should I not use an ADX-gated Bollinger Band strategy?

You should not use an ADX-gated Bollinger Band strategy during strong trending markets where ADX exceeds 25, as mean reversion techniques fail when prices continuously break through bands.