---
title: "Quants Agent: Now with LLM Choices for Technical Analysis Reports"
slug: quants-agent-llm-choices-technical-analysis-reports
date_published: 2025-12-21T00:00:00.000Z
original_url: https://www.tigzig.com/post/quants-agent-llm-choices-technical-analysis-reports
source: fresh
processed_at: 2025-12-21T10:00:00.000Z
---

# Quants Agent: Now with LLM Choices for Technical Analysis Reports

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](https://quants.tigzig.com)

Ask the agent: "Technical analysis report for Nifty 50. What model choices do you offer?"

## How it works behind the scenes

1. **Fetch:** Daily & weekly OHLCV from Yahoo Finance (yfinance library)
2. **Calculate:** EMAs, MACD, RSI, ROC, Bollinger Bands (finta library)
3. **Chart:** matplotlib generates price/volume/indicator charts
4. **Analyze:** LLM gets charts (base64) + data tables + structured prompt via OpenRouter
5. **Upload:** LLM Analysis goes to my Markdown to PDF service
6. **Convert:** Markdown to HTML to styled PDF
7. **Output:** Downloadable PDF + interactive HTML

## Open Source

Hit 'Docs' for all source codes.
