Skip to main content

BbandRsi: The "Classic Recipe" 1-Hour Dip-Buyer

Nickname: Classic Remake
Profession: Quant world's "old school" — using 20-year-old classic indicators, making 2026 money
Timeframe: 1 hour (office-worker friendly)


1. What Is This Thing?

Simply put, BbandRsi is:

  • A strategy with only 1 entry condition
  • A strategy with only 1 exit condition
  • A strategy using 1-hour timeframe (no need to stare at screens!)

Like an old-school investor who only checks two indicators before buying: "Is RSI oversold? Did it break Bollinger Band? Both good? BUY!" 🤣


2. Core Config: Basically "Classic Recipe"

Profit-Taking Rules (ROI Table)

Make 10%? → RUN! (Only this one level)

Translation: This strategy is practical, runs at 10% profit, not greedy,追求 quick turnover.

Stoploss Rules

Hard stoploss: Cut at 25% loss (more conservative than BBRSI21's 30%)
Trailing stop: None (exits on technical signals)

Translation: Admit defeat at 25% loss, exits on RSI overbought signal after profits — classic "take profits and run" 😅


3. Entry Conditions: Classic RSI 30 + Bollinger Bands

This strategy's entry conditions are textbook classic:

🎯 RSI Oversold + Bollinger Lower Band

Core Logic: RSI < 30 + Price breaks below lower Bollinger Band

In Plain English:

"RSI is already below 30 (classic oversold line), and price broke below lower Bollinger Band — if this isn't a dip-buying opportunity, what is?"

Code Translation:

# Entry conditions
(RSI < 30) AND (Price < Lower Bollinger Band)

Classic Lines:

  • "RSI 30 is the classic oversold line, way looser than BBRSI21's 21!"
  • "2 standard deviations is enough, don't need BBRSI21's 3x!"

4. Protection: Basically Relies on "Classic"

This strategy's protection is so simple it's nostalgic:

Protection TypeFunctionPlain English
Hard StoplossCut at 25% loss"25% loss means we were wrong, admit defeat"
Timeframe1-hour level"1-hour candles are way more stable than 5-minute"

Roast: This strategy's protection is so simple it's heartbreaking, but it's a classic recipe, simple and effective! 🤣


5. Exit Logic: Even Simpler Than Entry

5.1 Technical Exit: Just 1 Condition

Trigger:

RSI > 70  # Classic overbought line

In Plain English:

"RSI is already above 70 (classic overbought line), if you don't run now what are you waiting for?"

Roast: Exit condition is just RSI > 70, way looser than BBRSI21's RSI > 99, much easier to exit!


5.2 ROI Exit: Just One Level, 10%

Profit      Hold Time    Trigger Exit
─────────────────────────────────────
10% Anytime Run when reached

In Plain English:

  • Make 10%? → Run run run, secure the bag!

6. This Strategy's "Personality Traits"

✅ Pros (Praise Section)

  1. Simple to Tears: Only 2 indicators, even grandparents can understand
  2. Classic Thresholds: RSI 30/70 are textbook standard values
  3. 1-Hour Friendly: No need to stare at screens, office worker essential
  4. Low Computational Load: Old computers can run it, 512MB VPS is enough
  5. Quick Turnover: Runs at 10%, high capital utilization

⚠️ Cons (Roast Section)

  1. No Trend Filter: Buys regardless of market direction, easy to "catch falling knives" in downtrends
  2. No BTC Correlation: Doesn't know when Bitcoin crashes
  3. Stoploss A Bit Wide: -25% stoploss, might hurt in extreme conditions
  4. Single Exit Condition: Only RSI > 70, might exit too early
  5. No Trailing Stop: No trailing protection after big profits

7. When to Use It?

Market EnvironmentRecommended ActionReason
Ranging MarketHighly RecommendedMean reversion strategy's paradise
UptrendRecommended10% ROI allows quick turnover
DowntrendPause or Light PositionNo trend filter, easy to lose consecutively
High VolatilitySuitableLoose stoploss can handle volatility
Low VolatilityLower ROIToo little volatility, lower ROI to 5-8%
BTC CrashPauseWhen the big brother crashes, watch first

8. Summary: How Is This Strategy Really?

One-Line Review

"A classic recipe, 1-hour level, office-worker-friendly dip-buying pro"

Who Should Use It?

  • ✅ Quant beginners (simple code, easy to understand)
  • ✅ Office workers (1-hour level, no screen staring)
  • ✅ Low-spec VPS users (512MB RAM can run it)
  • ✅ People who like classic strategies

Who Should NOT Use It?

  • ❌ People chasing high signal frequency
  • ❌ Those wanting to catch dips in downtrends
  • ❌ People wanting luxury protection
  • ❌ Those expecting "one-click riches"

My Recommendations

  1. Paper Trade First: Run 2-4 weeks to check signal frequency
  2. Add Trend Filter: Can add EMA200 trend filter yourself
  3. Adjust Thresholds: RSI thresholds can be adjusted per coin
  4. Watch BTC: Manually pause strategy when Bitcoin crashes hard

9. What Markets Make Money With This?

9.1 Core Logic: Faith in Mean Reversion

BbandRsi is old school, using classic indicators from 20 years ago, you know what that means? Like using your grandpa's fishing rod to catch modern fish 🎣

Its Money-Making Philosophy:

"RSI 30/70 worked for decades, why change what isn't broken? Classic is classic for a reason!"

  • RSI Faith: RSI 30/70 are time-tested oversold/overbought levels
  • Bollinger Faith: 2 standard deviations captures 95% of price action
  • Quick Exit: 10% profit is enough, don't get greedy

9.2 Performance in Different Markets (Plain English Version)

Market TypePerformance RatingPlain English Explanation
📈 Slow Bull/Ranging Up⭐⭐⭐⭐☆Makes money, 10% ROI captures moves well
🔄 Wide Ranging⭐⭐⭐⭐⭐Born for ranging markets,收割 both sides
📉 One-Way Crash⭐⭐☆☆☆No trend filter, easy to "buy at halfway down"
⚡️ Extreme Sideways⭐⭐⭐☆☆Low volatility but low risk too

One-Line Summary: Makes money in ranging markets, okay in uptrends, struggles in crashes


10. Want to Run This? Check These Configs First

10.1 Pair Configuration

ConfigRecommended ValueRoast
Number of Pairs20-40 USDT pairsModerate signal frequency
Quote CurrencyUSDTDon't use BTC/ETH as quote
Max Open Trades3-6 orders1-hour level, don't overdo it
Position ModeFixedRecommend fixed position
Timeframe1hMandatory, can't change

10.2 Hardware Requirements (This Strategy Is SUPER Friendly!)

This strategy has minimal computation, very low VPS requirements:

PairsMinimum RAMRecommended RAMExperience
20-40512MB1GBRuns easily
40-801GB2GBVery comfortable

Warning: This strategy could run on a potato 😅

10.3 Backtest vs Live Trading

Simple strategy logic means small differences between backtest and live trading.

Recommended Process:

  1. Backtest first to see historical performance
  2. Paper trade (Dry-Run) for 2-4 weeks
  3. Small capital live test for 1 month
  4. Increase capital after stable

Don't go all-in immediately, even classic strategies need磨合!


11. Easter Egg: The Classic Touch

Look carefully, you'll find interesting things:

  1. Same Author as BBRSI21: Gert Wohlgemuth ported from C# Mynt project

    "If it ain't broke, don't fix it — classic works!"

  2. RSI 30/70: Textbook values, not optimized

    "Why optimize what's already proven?"

  3. Simple Exit: Just RSI > 70, no complications

    "Keep it simple, stupid!"


12. Final Final Words

One-Line Review

"Classic doesn't mean outdated — sometimes old is gold"

Who Should Use It?

  • ✅ Quant beginners (top choice for入门)
  • ✅ Office workers (no screen staring needed)
  • ✅ Low-spec VPS users
  • ✅ Classic strategy lovers

Who Should NOT Use It?

  • ❌ People chasing high signal frequency
  • ❌ Those wanting to catch dips in downtrends
  • ❌ People wanting luxury protection
  • ❌ Those expecting "one-click riches"

Manual Trading Recommendations

Manual traders can reference this strategy's signals:

  • RSI < 30 + Price < Lower Bollinger → Consider buying
  • RSI > 70 → Consider selling
  • Combine with BTC market trend analysis

13. ⚠️ Risk Reminder Again (MUST READ This Section)

Classic Strategies Have Traps

BbandRsi's classic approach is proven — but here's the catch:

Classic thresholds like RSI 30/70 work well in normal markets, but can fail in extreme conditions. Markets evolve, classics might need updates.

Simply put: What worked for 20 years might need tweaking for today's markets.

Hidden Risks

In live trading, classic approach can lead to:

  • No Trend Protection: Can lose consecutively in downtrends
  • Early Exits: RSI > 70 might exit too early in strong trends
  • Wide Stoploss: -25% can hurt in crypto volatility

My Recommendations (Real Talk)

1. Test with minimum capital first (e.g., 100U)
2. Run live at least 2-4 weeks, observe signal frequency
3. Confirm performance in downtrends (might lose consecutively)
4. Consider adding trend filter yourself (e.g., EMA200)

Remember: Classic is good, but market conditions change. Adapt or die!


Final Reminder: No matter how classic the strategy, the market won't say hello before teaching you a lesson. Light positions for testing, survival is most important! 🙏