Documentation
Welcome to the Quantum Trader documentation. Here you’ll find guides for using the dashboard, creating trading strategies, running backtests, and integrating with the REST API.
Dashboard
Section titled “Dashboard”- Overview - Navigate the trading dashboard and data views
- Charts & Indicators - Candlestick charts with technical indicators
- Ticker Management - Add and manage stock tickers
- Backtesting - Run backtests and analyze results
- Task Queue - Monitor background jobs and data collection
Strategies
Section titled “Strategies”- Concepts - How strategies generate buy/sell signals
- Built-in Strategies - SMA Crossover, RSI, MACD, Bollinger Bands
- Code-Based Strategies - Write custom strategies in Python
Combo Strategies
Section titled “Combo Strategies”- Introduction - Combine strategies with AND/OR logic
- Creating Combos - Build multi-strategy combinations
- Examples - Real-world combo strategy examples
Optimization
Section titled “Optimization”- Overview - Find optimal strategy parameters
- Running Optimizations - Configure and execute optimization jobs
- Walk-Forward Analysis - Out-of-sample validation
- Best Practices - Avoid overfitting and common pitfalls
API Reference
Section titled “API Reference”- Overview - REST API introduction and authentication
- Stock Data - OHLCV data and indicators endpoints
- Strategies - Strategy CRUD operations
- Backtests - Run backtests programmatically
- Tickers - Manage tracked symbols
- Tasks - Background job management