Skip to main content

BcmbigzDevelop: Quant World's "Super Composite Warrior"

Nickname: Quant World's "Sea King" + "Late-Stage Indecisive Patient"
Profession: "All-around" player with 22 conditions online simultaneously
Timeframe: 5 minutes + 1-hour information layer


1. What Is This Thing?

Simply put, BcmbigzDevelop is:

  • Integrates 3 strategy families (bzv7, v6, v8)
  • Total 22 entry conditions
  • Multi-timeframe analysis
  • Comes with dynamic take-profit and custom stoploss
  • Complex to the point of being outrageous "Super Composite Strategy"!

This strategy is like a general practitioner — knows a bit of everything, but nothing in depth. It integrates the advantages of multiple strategies, hoping that "if the east doesn't shine, the west will" — one condition will always catch an opportunity!

Like chasing 22 girls at the same time, surely one will work out, right? 😏


2. Core Config: Simply "Complex"

Profit-Taking Rules (ROI Table)

Holding Time         Take-Profit Target
───────────────────────────────────────
0-38 minutes 20%
38-78 minutes 7.4%
78-194 minutes 2.5%
194+ minutes 0% (Run!)

Translation:

"Early stage make 20% and run, mid-stage make 7.4% and run, late-stage make 2.5% and run!"

This design is so competitive! Simply taking "profits secured" to the extreme!

Stoploss Rules

stoploss = -0.99 (disable default stoploss)

Translation:

"I don't trust default stoploss, I want to design my own!"

Custom stoploss is the core of this strategy!


3. 22 Entry Conditions: I've Categorized Them for You

This strategy has super many entry conditions, I've grouped them into 3 major categories:

🎯 Category 1: bzv7 Family (14 conditions)

Core Logic: RSI filtering + Volume filtering + Bollinger Band break

In Plain English:

"Market can't be too weak (RSI can't be too high), volume needs pattern (first big then small), price needs to be cheap enough (touch lower Bollinger Band)"

Representative Conditions:

  • bzv7_0: RSI oversold + strong confirmation

    rsi < 30 & rsi_1h < 71 & close above EMA200

    "5-minute needs oversold, 1-hour also needs strong, and in uptrend!"

  • bzv7_1-2: Bollinger Band safe zone

    close < bb_lowerband * 0.989

    "Price needs to be near lower Bollinger Band, can't be too far!"

  • bzv7_3-4: 1-hour RSI filtering

    rsi_1h < 16.5-35 & price < bb_lowerband

    "1-hour also needs oversold!"

  • bzv7_5-7: MACD crossover

    ema26 > ema12 & macd difference > threshold & price < bb_lowerband

    "MACD needs golden cross, price needs to be cheap enough!"

  • bzv7_8-9: Dual RSI filtering

    rsi_1h < 20 & rsi < 28

    "5-minute and 1-hour both need oversold!"

🎯 Category 2: v6 Family (4 conditions)

Core Logic: EMA long arrangement + Bollinger Band break

In Plain English:

"Need to be in uptrend (EMA long), price needs to pull back to lower Bollinger Band!"

Classic Lines:

  • v6_0: close > EMA200 & close < EMA50 & price < bb_lowerband

    "Long-term trend up, short-term pullback to support, buy!"

🎯 Category 3: v8 Family (5 conditions)

Core Logic: SSL Channel + EMA crossover + Multi-timeframe confirmation

In Plain English:

"Trend needs confirmation (SSL channel up), need to buy low (price below moving average), and also need to check big cycle's mood!"

Classic Lines:

  • v8_0: close > EMA200_1h & EMA50 > EMA200 & multi-timeframe resonance

    "Big cycle needs uptrend, small cycle also needs uptrend, and buy low!"


4. Protection: Multi-Layer "Armor"

This strategy has multi-layer protection mechanisms, much stronger than the previous strategies:

Protection TypeFunctionPlain English
RSI Filtering5-minute and 1-hour RSI can't be too high"Can't chase highs!"
Volume FilteringVolume needs specific pattern"Can't buy randomly!"
EMA FilteringPrice needs to be in uptrend"Need to follow the trend!"
Multi-Timeframe1-hour trend needs to cooperate"Big cycle needs to support!"
CMF FilteringCapital flow needs to be healthy"Need capital support!"

Roast:

"This protection is done too well, feels more bulletproof than a bulletproof vest! 😎"


5. Exit Logic: More Flashy Than Entry

5.1 Graded Take-Profit: Run at What Profit

Profit 14-30% + RSI < 58 → Run!
Profit 8-14% + RSI < 56 → Run!
Profit 4-8% + RSI < 50 → Run!
Profit 1-4% + RSI < 50 → Run!
Profit 0-1% + SMA200 Death Cross → Run!

In Plain English:

  • "When making big money, don't be greedy, leave when you've had enough!"
  • "When making small money, RSI hits and retreat!"

5.2 Trailing Take-Profit

Profit 10-40% + Price pullback from high > 3% → Run!
Profit 2-10% + Price pullback from high > 1.5% → Run!

In Plain English:

"Already made quite a bit, give back some and run!"

5.3 Custom Stoploss

if profitable:
hold (let profits run)
elif holding > 240 minutes:
if rsi_1h < 35:
hold (wait for rebound)
elif price > EMA200:
cut 10%
elif price continues falling:
cut 1%

In Plain English:

"When losing money depends on situation: if market still falling then hold, if rebound weak then cut!"


6. This Strategy's "Personality"

✅ Pros (Praise Session)

  1. Many Conditions: 22 conditions, one will always catch an opportunity!
  2. Many Protections: RSI, volume, EMA all-around protection
  3. Multi-Timeframe: 1-hour information layer, filters false signals
  4. Dynamic Take-Profit: Graded take-profit + trailing take-profit
  5. Adaptive Stoploss: Adjust stoploss based on market state
  6. Flexible Configuration: Conditions can be individually switched

⚠️ Cons (Roast Session)

  1. Too Complex: 22 conditions, understanding and maintaining is hard
  2. Overfitting Risk: Too many parameters, may overfit historical data
  3. High Hardware Requirements: Multi-timeframe + multi-indicators, high computation
  4. High Learning Cost: Hard for newcomers to get started
  5. Trading May Be Frequent: Many conditions = many signals = many trades = many fees

7. When to Use It?

Market EnvironmentRecommended ActionReason
🎢 Range-bound Market✅ Use it!Many conditions = many opportunities, always catch rebounds
📈 Uptrend✅ Use it!v8 conditions can capture trend pullbacks
📉 Downtrend⚠️ Use bzv7 lessCounter-trend buying needs caution
⚡️ High Volatility✅ Use it!High volatility = many opportunities

8. Bottom Line: How Is This Strategy?

One-Sentence Review

"Quant world's 'all-around player', complex but powerful!"

Who Should Use It?

  • ✅ Experienced quantitative traders
  • ✅ People who like flexible configuration
  • ✅ Want to capture various opportunities
  • ✅ Users with high-spec computers

Who Should NOT Use It?

  • ❌ Newcomers (too complex, can't learn)
  • ❌ Low-spec computers
  • ❌ Don't want to adjust parameters

My Recommendations

  1. Use default parameters first: Don't change parameters right away!
  2. Observe signal distribution: See which conditions contribute most
  3. Gradually optimize: Adjust condition switches based on market
  4. Small capital test: Increase position only after confirming effectiveness

9. What Markets Make Money?

9.1 Core Logic: Building "Defense Net" with Complexity

This strategy's profit philosophy:

"I weave a big net with 22 conditions, surely can catch some fish!"

  • Many Conditions: Provides more entry opportunities
  • Many Protections: Filters false signals, improves win rate
  • Multi-Timeframe: Big cycle confirms trend
  • Dynamic Take-Profit: Let profits run, leave when you've had enough

9.2 Performance in Different Markets (Plain English Version)

Market TypePerformance RatingPlain English Explanation
📈 Uptrend⭐⭐⭐⭐⭐v8 conditions can capture pullback entries!
🔄 Range Consolidation⭐⭐⭐⭐⭐Many conditions = buy on rebound = make money!
📉 Downtrend⭐⭐⭐☆☆Counter-trend buying needs caution, bzv7 may catch falling knives
⚡️ High Volatility⭐⭐⭐⭐☆High volatility = many triggered conditions = many opportunities!

One-Sentence Summary:

"Range and uptrend markets are home field, be careful in downtrend markets!"


10. Want to Run This Strategy? Check These First

10.1 Pair Configuration

Configuration ItemRecommended ValueRoast
Number of Pairs10-20Many conditions = don't need too many coins
Take-Profit TargetDefaultAlready optimized
Stoploss TargetCustomLet strategy decide

10.2 Key Config File Settings

# Key configuration
minimal_roi:
"0": 0.20
"38": 0.074
"78": 0.025
"194": 0

stoploss: -0.99 # Disable default stoploss

trailing_stop: true
trailing_stop_positive: 0.01
trailing_stop_positive_offset: 0.05

10.3 Hardware Requirements (Important!)

This strategy has huge computation, requires VPS memory:

Number of PairsMinimum MemoryRecommended MemoryExperience
10-20 pairs2GB4GBBarely enough
30-50 pairs4GB8GBButtery smooth

Warning: May not run with less than 2GB memory!

10.4 Backtest vs Live Trading

Differences:

  • Many signals in backtest, returns may look very good
  • Complex conditions in live trading may cause calculation timeout
  • Slippage and liquidity issues may affect execution

Recommended Process:

  1. Backtest at least 1 year of data first
  2. Then simulated trading for 3 months
  3. Small capital live test for 1 month
  4. Increase position only after confirming effectiveness

Don't go all-in right away, even good strategies need breaking in!


11. Easter Egg: Strategy Author's "Little Thoughts"

Looking carefully at the code, you'll find some interesting things:

  1. 22 Condition Numbers

    "My strategy I decide, 22 conditions for you to choose!"

  2. Custom Stoploss

    "I don't trust default stoploss, I want to design my own!"

  3. Multi-Timeframe

    "Just looking at 5-minute isn't enough, I want to look at 1-hour!"

  4. Dynamic Take-Profit

    "I want both big and small profits, decide based on market!"


12. Last But Not Least

One-Sentence Review

"Quant world's 'all-around player', complex but powerful!"

Who Should Use It?

  • ✅ Have quantitative experience
  • ✅ Want flexible configuration
  • ✅ Want to capture various opportunities
  • ✅ High-spec computers

Who Should NOT Use It?

  • ❌ Newcomers (too complex!)
  • ❌ Low-spec computers
  • ❌ Don't want to research parameters

Manual Trader Recommendations

Manually running this strategy is too complex, not recommended!


13. ⚠️ Final Risk Reminder (Must Read This Section)

Backtests Look Beautiful, Live Trading Requires Caution

BcmbigzDevelop's historical backtest performance is often extremely excellent — but there's a trap:

Because there are many parameters, the strategy easily "fits" the optimal solution of past market conditions, but this doesn't mean it will definitely profit in the future.

Simply put:

"22 conditions can combine countless 'historical optimal solutions', but these solutions may not work in future markets!"

Hidden Risks of Complex Strategies

In live trading, complex logic may lead to:

  • Calculation Timeout: Too many conditions, VPS can't calculate
  • Signal Conflict: Multiple conditions trigger simultaneously, but in opposite directions
  • Maintenance Difficulty: 22 conditions, debugging is troublesome
  • Overtrading: Many conditions = many trades = many fees

My Recommendations (Real Talk)

1. Test with default parameters first, don't change right away!
2. Observe which conditions contribute most, gradually simplify!
3. Small capital test for 3 months before increasing position!
4. Mental preparation: drawdown may be relatively large!
5. Regular review, adjust parameters based on market!

Remember:

"Complex strategies aren't omnipotent, simple strategies aren't necessarily bad! Tread carefully!"


Final Reminder: No matter how good the strategy, the market won't greet you when teaching you a lesson. Light position test, staying alive is most important! 🙏

This article is for entertainment and learning only, not investment advice. Investment involves risks, enter the market with caution.