Quants Agent: Now with LLM Choices for Technical Analysis Reports
Published: December 21, 2025
The AI Technical Analysis report (support/resistance, indicators, price outlook, volume, daily/weekly charts) now lets you pick your LLM - including GPT-5.2 and Claude Sonnet 4.5.
How to use it
Go to quants.tigzig.com
Ask the agent: "Technical analysis report for Nifty 50. What model choices do you offer?"
How it works behind the scenes
- Fetch: Daily & weekly OHLCV from Yahoo Finance (yfinance library)
- Calculate: EMAs, MACD, RSI, ROC, Bollinger Bands (finta library)
- Chart: matplotlib generates price/volume/indicator charts
- Analyze: LLM gets charts (base64) + data tables + structured prompt via OpenRouter
- Upload: LLM Analysis goes to my Markdown to PDF service
- Convert: Markdown to HTML to styled PDF
- Output: Downloadable PDF + interactive HTML
Open Source
Hit 'Docs' for all source codes.