Quick Start
Get up and running with Quantum Trader in just a few minutes.
Prerequisites
Section titled “Prerequisites”Make sure you have completed the installation steps.
-
Open the Dashboard
Navigate to http://localhost:8500
-
Add a Ticker
- Click “Tickers” in the sidebar
- Click “Add Ticker”
- Enter “AAPL” and click “Lookup”
- The form will auto-populate with Apple Inc. details
- Click “Save”
-
Collect Data
- On the ticker row, click the “Collect” button
- Select “Daily” interval
- Wait for data collection to complete (check Task Queue)
-
Create a Strategy
- Click “Strategies” in the sidebar
- Click “New Strategy”
- Select “Rule-Based”
- Add an entry condition: RSI(14) < 30
- Add an exit condition: RSI(14) > 70
- Save as “RSI Mean Reversion”
-
Run a Backtest
- Click “Backtests” in the sidebar
- Select your strategy
- Select “AAPL”
- Set date range (e.g., 2023-01-01 to 2024-01-01)
- Click “Run Backtest”
-
Analyze Results
View the equity curve, trade list, and performance metrics.
Next Steps
Section titled “Next Steps”- Configuration - Customize your setup
- Custom Strategies - Build more complex strategies
- API Examples - Automate with the API