Problem / Motivation
Currently, the bot is designed with a single-symbol, static configuration flow. As the scope of the project expands toward broader crypto coverage and real-world deployment, it's critical to:
- Support multiple exchanges (e.g., Binance, Kraken, Coinbase, etc.)
- Enable live trading and historical data fetching from different sources
Proposed Solution
Integrate CCXT as a unified market data and execution layer to:
- Fetch OHLCV data for backtesting and feature generation
- Place live orders on any supported exchange
- Enable stream/online mode for real-time decisioning
Problem / Motivation
Currently, the bot is designed with a single-symbol, static configuration flow. As the scope of the project expands toward broader crypto coverage and real-world deployment, it's critical to:
Proposed Solution
Integrate CCXT as a unified market data and execution layer to: