Quant · The Intelligence

Intelligence, Everywhere You Trade.

Quant is the intelligence inside every LuxAlgo pane. It reads your chart, builds what you describe in plain English, proves it against history, and runs what you approve.

Specialized, Not Prompted.

Generic AI meets markets the way a tourist meets a city: confidently, and wrong. Quant is different by construction — five years of published trading logic is its native ground, so structure, liquidity, volatility, and trend aren't topics it looks up. They're the vocabulary it thinks in. It doesn't guess what a liquidity sweep is; it has an opinion about the one on your chart.

Why does this level keep holding?

Thinking

Consolidation after the morning push — higher lows stacking into a defended level.

Volume tapering on each retest: absorption, not distribution.

Swept twice below and reclaimed both times. Someone is defending it.

Reasoning grounded in the chart behind it

Order BlocksFair Value GapsWyckoff PhasesVWAP BandsLiquidity SweepsMarket StructureVolume ProfileSession LevelsPremium & DiscountOrder BlocksFair Value GapsWyckoff PhasesVWAP BandsLiquidity SweepsMarket StructureVolume ProfileSession LevelsPremium & Discount
RSI DivergenceHurst ExponentSupertrendDelta ImbalanceTrend RegimesMean ReversionBreaker BlocksEqual Highs & LowsAnchored VWAPRSI DivergenceHurst ExponentSupertrendDelta ImbalanceTrend RegimesMean ReversionBreaker BlocksEqual Highs & LowsAnchored VWAP

Trained on 5 years of published trading logic

It Shows Its Work.

Every answer arrives with its reasoning attached — you watch Quant read the chart before it builds a thing. It validates every line of Pine Script® it writes, catches its own mistakes before you ever see them, and won't ship anything it can't prove runs. Then it backtests what it built, because confidence without evidence is exactly what you came here to stop trading on.

Luminance Breakout Engine — NQ IntradayCopyRun
1//@version=6
2indicator("Luminance Breakout Engine - NQ Intraday", "NQ Luminance")
3
4// Types
5type OrderBlock
6 float top = na
7 float btm = na
8 bool isBull = false
9 float intensity = 0.0
10
11// Default Colors
12color DEF_BULL = #089981
13color DEF_BEAR = #f23645
14color DEF_BULL_GLOW = #00ffbb
15
16// Session
17inSession = not na(time(timeframe.period, "0930-1600"))
18sessionOk = inSession and volume > ta.sma(volume, 20) * 1.5
19
20// Oscillator
21smoothedOsc = smooth(oscSource, "HMA", 3)
22upperThresh = 1.8 * ta.stdev(smoothedOsc, 200)
23plotshape(sessionOk and crossUp, "Bullish Breakout", shape.triangleup)

From Sentence to Strategy.

01 · Describe

Ask, don't write code.

Describe what you want in plain English — a tool, or a full strategy. Quant translates it into concrete, tradable logic grounded in years of published trading concepts.

  • Ask Quant for ideas built on proven concepts
  • Refine direction with your feedback
  • Plain-language prompts, zero code
QI'm trading NQ intraday. What should we build?
Mean-reversion fadeSweep + displacementVolume-profile breakout

Grounded in published concepts — pick a direction and Quant drafts the logic.

02 · Refine

Shape the result.

Tighten filters, swap timeframes, add constraints. Every change lives in the conversation, and Quant explains the why behind every edit — then suggests the next move.

  • Iterate in plain language
  • Reasoning shown for every change
  • One-tap follow-ups, backtest included

Session filter added — breakouts only fire inside 0930–1600, with the window shaded via bgcolor.

Suggested next steps

BacktestAdd anchored VWAPFilter by volume spikes
03 · Validate & Save

Prove it, then keep it.

Backtest with built-in analytics right on the chart, then save what earns its place — every strategy, variation, and test stays in your sidebar, one click from its next refinement.

  • Built-in backtesting with performance analytics
  • Save strategies and revisit from the sidebar
  • Every variation and test kept in one place

Report

Net profit
Max drawdown

Saved Strategies

N

NY Momentum Reclaim

NQ · 15m

v1

+ NY session filter

variation · one click away

v2
B

Enhanced Luminance Breakout

BTCUSD · 15m

v3

Backtest Anything Quant Builds.

Start anywhere. A sentence, a screenshot, a tool already on your chart — Quant turns it into a working strategy and returns the full performance report in the same window.

From the Library

Build on thousands of standardized concepts from the Algorithmic Library, refined for years in the open.

From scratch

Describe logic nobody has built before. Quant writes it, then proves it against history.

> long when the sweep fails and delta flips

From a screenshot

Drop in anything you see on the internet. Quant reads it, rebuilds it, and returns it fully backtested.

→ zones: 3
→ logic: mapped
→ backtest: ready

Architect Your Edge.

Launch drops you onto a live chart with Quant at your side. Describe your first idea in plain English — watch it take shape on the pane, prove itself against history, and earn a place in your sidebar. Free to start.

Frequent questions.

Quant is the intelligence inside the LuxAlgo platform — specialized for markets, present in every pane. Describe strategies and tools in plain English, and Quant builds them, proves them against history, and runs them on your charts.