Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Y-Research-SBU/QuantAgent/llms.txt
Use this file to discover all available pages before exploring further.
QuantAgent’s Pattern and Trend agents generate and interpret visual charts. You must use a vision-capable LLM (e.g.,
gpt-4o, claude-haiku-4-5-20251001, or qwen3-vl-plus) — text-only models will not work.Using the web interface
Set your API key
Export the key for your chosen provider before starting the server. You can also set it later through the web interface settings panel.
Run your first analysis
- Select an asset (e.g., BTC, SPX, AAPL) from the asset list.
- Choose a timeframe — from
1mup to1d. - Set a date range. The system uses the most recent 45 candlesticks from your selection.
- Click Analyze. The four agents run in sequence and return their reports alongside the final trade decision.
Using the Python API
If you prefer to run analyses programmatically, importTradingGraph directly and pass your OHLC data as a dictionary.
Next steps
- Read the Installation guide for detailed TA-Lib troubleshooting and provider-specific setup.
- Learn how to configure models and temperatures in
default_config.py. - See the arXiv paper for the research methodology behind the agent design.