An advanced crypto trading framework with regime-aware strategy routing.
- 📊 Regime Detection — Multi-timeframe market state classification (trending/ranging)
- 🔄 Strategy Routing — Automatically switch strategies based on market regime
- 📈 Backtesting — Fast, accurate backtesting without look-ahead bias
- 📋 Paper Trading — Simulate with live data before going live
- 🔒 Live Trading — Deploy to exchanges with built-in risk management
- 🧪 Optimization — AI-powered parameter optimization
- 📉 300+ Indicators — Comprehensive technical indicator library
- ⏰ Multi-Timeframe — Native support for multiple timeframes per strategy
pip install -r requirements.txt
python setup.py installMIT License — see LICENSE for details.
Based on open-source foundations. See LICENSE for attribution.