Trading knowledge, mapped.
The encyclopedia of trading, years in the making and used by millions across the web: 850+ concepts explained and implemented as code that works on your charts. It powers Quant, ships natively on our charting platform, and is open to any agent over MCP. Every node below is a door.
The ultimate context for agentic trading.
All of trading in one place: the classics through modern schools like ICT, researched, organized, and implemented as code that works on your charts. Grounded here, any agent, Quant included, reasons from the real thing instead of generic technical analysis.
850+
Trading concepts mapped
17
Families, one graph
800+
Open indicator implementations
1,400+
Concept-to-code links
Every page is still written for the trader who searched the term: defined, illustrated, linked to its neighbors. The machine simply reads the same corpus.
Plug it into any agent.
The whole Library is available over MCP. Point Claude, Cursor, or any MCP client at mcp.luxalgo.com/mcp and every concept page, family map, and open implementation becomes something your assistant can pull mid-conversation, with canonical URLs attached. Free, no key, no signup.
Price just wicked below yesterday's low and snapped straight back. Is that a liquidity sweep, and do we have code that detects them?
library_search { query: "liquidity sweep" }
concept Liquidity Sweep · smc-ict · 28 implementations
indicator Liquidity Sweeps · LuxAlgo
indicator Pure Price Action Liquidity Sweeps · LuxAlgo
… 10 results, each with its canonical Library URL
library_get_concept { slug: "liquidity-sweep" }
# Liquidity Sweep
A run through a level where resting orders cluster: the stops just beyond an obvious high or low. Price trades through, fills them, and fails to hold: read as a collection of liquidity rather than the start of a trend…
+ how to identify it · how traders use it · vs. stop hunt · FAQ · every implementation
library_get_pine_source { slug: "liquidity-sweeps" }
// Pine Script® source: complete, open, ready to modify
swingHigh = ta.pivothigh(high, length, length)
swingLow = ta.pivotlow(low, length, length)
sweptLow = low < priorLow and close > priorLow
…
That's the classic sweep anatomy: a wick through yesterday's low with a close back inside the range. The Library's definition wants that close-back-inside before calling the level swept; otherwise it reads as a breakout. Liquidity Sweeps by LuxAlgo detects exactly this, and I have its full source loaded. Want me to adapt it to session lows?
source: luxalgo.com/library/concept/liquidity-sweep/
Exchanges condensed for display; responses return as markdown with canonical Library URLs
library_search
Start here: one alias-aware search across every concept and indicator.
library_get_concept
The full concept page as markdown: definition, identification, usage, neighbors.
library_get_indicator
One indicator in full: what it draws, the logic, its linked concepts.
library_get_pine_source
The complete Pine Script® source, fetched only when the agent wants code.
library_list_concepts
Walk the concept roster family by family when browsing beats searching.
library_list_indicators
Page through the shelf of implementations, filtered or in full.
library_list_families
The 17 families with counts: the top level of the map.
library_get_family
A family hub as markdown: its clusters, members, and where to start.
built for agents
Markdown twins
Append .md to any concept or family URL and the page returns as plain markdown: no chrome, no scripts, just the knowledge.
luxalgo.com/library/concept/rsi.md
llms.txt
The curated entry point for crawlers and agents, with the full concept index one hop away at /llms-full.txt.
luxalgo.com/llms.txt
Copy for LLM
Every page carries a one-click copy of its canonical markdown, ready to paste into any context window.
on every concept page
Free with attribution: the license is one line. Read the Library license.
Connected in one click.
The Connect menu under the headline installs the server in Cursor, VS Code, and Claude Code; pasting the endpoint works in any other MCP client. No key, no signup.
From the map to the market.
Reading is half the loop. Every open implementation in the Library opens in Quant, the intelligence inside the LuxAlgo platform: rebuild it, retune it in plain English, and backtest the result against history before it touches a live chart.
The Library is free. Quant makes it yours.
Pull any concept or indicator into Quant: rebuild it, retune it, or turn it into a backtested strategy of your own.