Skip to main content

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

FeatureDescription
Buy Conditions3 independent buy modes
Sell ConditionsMulti-condition combinations + ultra-high dynamic ROI + special exit
ProtectionExtremely short linear-decay stop-loss + early trailing + special exit
Timeframe5 minutes + 1-hour informational layer
DependenciesTA-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

ParameterConfigurationMeaning
droi_pullbackFalseDisable early exit during pullback
droi_pullback_respect_tableTrueStrictly follow ROI table
cstp_threshold-0.001Closer 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

  1. Highest first target: 21.9% profit rate
  2. Extremely early trailing: 42% activates protection
  3. Trend tracking: Strictly holds until trend ends
  4. Shortest decay: 49 minutes completes stop-loss tightening

Cons

  1. Target nearly impossible: 21.9% requires extreme market conditions
  2. May have large losses: -29.9% starting stop-loss
  3. Unsuitable for normal people: Only suitable for extreme volatility markets

VI. Summary

CryptoFrogHO3A3Plus is the "ultimate version" of the HO3 series:

  1. Highest first target: 21.9% is the highest of all strategies
  2. Extremely early trailing: 42% activates protection
  3. Trend tracking: Strictly holds until trend ends
  4. 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.