Technical profile and market coverage
Mickey
uses Gate
on 5m timeframe.
Sample capital: $1000.
Recommended minimum: $200.
Technical notes
Mickey runs the MetaLabel strategy from MetaLabelSimple with an XGBoostClassifier FreqAI model. A deterministic base signal proposes direction, then the meta-label layer decides whether the trade should be accepted or skipped. Exits use ATR, meta-probability deterioration, trend invalidation, and time limits; leverage adapts to model confidence and volatility.
Covered pairs (4)
BTC/USDTETH/USDTSOL/USDTXRP/USDT
Full bot details
Mickey uses a staged decision flow: it detects a candidate opportunity, then passes it through an additional quality gate before entry.
Quality-first short-term bot that prioritizes validated setups and suppresses low-confidence entries.
The model warm-up uses 400 initial candles.
Features
MetaLabel strategy with XGBoostClassifier signal validation.Long/short entries gated by do_predict and meta probability.ATR, model-quality, and time-based exit controls.Dynamic leverage based on confidence and volatility.Periodic optimization with separate training and validation ranges.