CryptoFrogHO3A3Plus Strategy Analysis
Strategy ID: Batch 14 - 10th Strategy
Strategy Type: Third-Order Heiken Ashi + Ultra-High ROI + Early Trailing + Special Exit
Timeframe: 5 minutes (5m) + 1-hour informational layer
I. Strategy Overview
CryptoFrogHO3A3Plus (aka CryptoFrogHO3A4) is the final evolution version of the CryptoFrogHO3 series, combining ultra-high ROI targets with extremely early trailing stop-loss, along with a unique dynamic ROI exit mechanism.
Core Features
| Feature | Description |
|---|---|
| Buy Conditions | 3 independent buy modes |
| Sell Conditions | Multi-condition combinations + ultra-high dynamic ROI + special exit |
| Protection | Extremely short linear-decay stop-loss + early trailing + special exit |
| Timeframe | 5 minutes + 1-hour informational layer |
| Dependencies | TA-Lib, finta, technical (qtpylib) |
II. Strategy Configuration Analysis
2.1 Core Risk Parameters
# ROI Exit Table - Ultra-high profit version
minimal_roi = {
"0": 0.219, # 0-14 minutes: 21.9% profit (highest in series!)
"14": 0.021, # 14-24 minutes: 2.1% profit
"24": 0.01, # 24-49 minutes: 1% profit
"49": 0 # After 49 minutes: free exit
}
# Extremely loose stop-loss
stoploss = -0.299 # -29.9% starting stop-loss
# Trailing Stop - Extremely early activation
trailing_stop = True
trailing_stop_positive = 0.324
trailing_stop_positive_offset = 0.42
trailing_only_offset_is_reached = True
Design Philosophy:
- Highest first target: 21.9% is the highest in the entire HO3 series
- Extremely early trailing: Activates at 42% (earliest in series)
- Special exit mechanism: droi_pullback=False, droi_pullback_respect_table=True
2.2 Special Parameter Configuration
# Special exit configuration (different from other HO3 variants)
droi_pullback = False # Disable pullback exit
droi_pullback_respect_table = True # Strictly follow ROI table
cstp_threshold = -0.001 # Threshold closer to zero
III. Entry Conditions Details
Same three modes as HO3A1/A2/A3:
- Mode A: BB Expansion + Momentum Filtering
- Mode B: SAR + Stochastic RSI Oversold
- Mode C: DMI Crossover + Bollinger Band Bottom / SQZMI Squeeze
Volume filtering: (dataframe['vfi'] < 0.0) & (dataframe['volume'] > 0)
IV. Risk Management Highlights
4.1 Extremely Short Linear-Decay Stop-Loss
Timeline (minutes): 0 ---- 49 ---->
Stop-loss value: -29.9% ----> -2%
4.2 Extremely Early Trailing Stop
- Triggers when profit exceeds 42% (earliest in series)
- Trailing distance 32.4% (largest in series)
4.3 Special Exit Mechanism
| Parameter | Configuration | Meaning |
|---|---|---|
| droi_pullback | False | Disable early exit during pullback |
| droi_pullback_respect_table | True | Strictly follow ROI table |
| cstp_threshold | -0.001 | Closer to zero, earlier protection |
This means: Once in a trend, holds until trend truly ends, won't sell due to short-term pullback.
V. Strategy Pros & Cons
Pros
- Highest first target: 21.9% profit rate
- Extremely early trailing: 42% activates protection
- Trend tracking: Strictly holds until trend ends
- Shortest decay: 49 minutes completes stop-loss tightening
Cons
- Target nearly impossible: 21.9% requires extreme market conditions
- May have large losses: -29.9% starting stop-loss
- Unsuitable for normal people: Only suitable for extreme volatility markets
VI. Summary
CryptoFrogHO3A3Plus is the "ultimate version" of the HO3 series:
- Highest first target: 21.9% is the highest of all strategies
- Extremely early trailing: 42% activates protection
- Trend tracking: Strictly holds until trend ends
- Shortest decay: 49 minutes completes stop-loss tightening
Usage Recommendation: Designed for ultra-high-volatility markets, extremely high target, extremely high risk. Only suitable for extremely experienced traders. Strong parameter modification is strongly recommended.