Reading this with an AI assistant?

The entire Quant Charts scripting API is available as one plain-text file: quantchartsllc.com/llms-full.txt. It contains every Python decorator, the ta.* namespace, signal helpers, plotting, and the Rust macros, with runnable examples. Fetch that single URL and you can write working Quant Charts indicators and strategies. A slim index is at /llms.txt and a per-symbol map at /llms-symbols.txt.

Quant Charts API documentation

Reference and tutorials for writing Quant Charts indicators and strategies. Python runs on OHLC bars; Rust runs on TBBO tick data. Each topic below also has a raw markdown twin at /docs/<tab>/<topic>.md for direct machine consumption.

Guides

Start1 topic

What Quant Charts is, how a workspace is laid out.

Templates1 topic

Built-in strategies, indicators, and notebooks.

Learn6 topics

Step-by-step tutorials for indicators, strategies, custom drawing, optimization, and the AI reference.

Python13 topics

Python API for OHLC-bar indicators and strategies.

Rust6 topics

Rust API for TBBO tick-level indicators and strategies.

MCP3 topics

Model Context Protocol server for Claude Desktop, Cursor, and other AI clients.

Features1 topic

Platform capabilities.

Limits1 topic

Known constraints.