Section 01
Core Overview of DeepTrader Open-Source AI Quantitative Trading System
DeepTrader is an open-source AI quantitative trading system developed and maintained by vmakarov28 (formerly known as Alpaca Neural Bot), with source code hosted on GitHub. The system integrates LSTM+Multi-Head Attention Network, Hidden Markov Model (HMM), and XGBoost ensemble learning technologies to implement automated stock trading, supporting backtesting, paper trading, and live trading, and featuring a complete risk management mechanism. In 122 days of paper trading, the initial capital of $100,000 grew to $128,613.36, with a cumulative return of 28.6%. Additionally, the system supports market-neutral pair trading strategies and is built on a tech stack including PyTorch and XGBoost.