Backtest Everything.
Every strategy Quant builds can be proven against history in the same window it was built in — next-gen, bias-free, and refinable in plain language.
Free to start. No credit card required.
I've updated the script in the editor — it now runs as a backtestable strategy. Key changes:
Declaration
indicator() becomes strategy(), with default capital and sizing
Entry logic
Long on a bullish CHoCH — short when a bearish one prints
Exit logic
Positions close when an opposite BOS forms
I’ve updated the strategy logic — order-block mitigation now closes the trade. Re-running the backtest…
Past performance is not indicative of future results.
Net Daily PNL (USD)
Weekday Performance (USD)
From Idea to Evidence.
The old loop was fragmented — build in one tool, restructure the code by hand, test somewhere else. On Quant it's one window: describe, chart, backtest, refine — then save, and the next refinement picks up exactly where this one ended.
01Describe
Plain-language logic
02Chart

Rendered as you talk
03Backtest
Net+161,073.60 USDT
Proven against history
04Refine
Iterated in conversation
05Save
New Overflow
BTCUSDT · 1h
The next pass starts here
Read the Whole Report.
A single headline number isn't a verdict. The report shows you quality.
Net profit, profit factor, win rate, average P&L, and closed trades — split by long and short, so you see whether a strategy only works in one direction. Daily P&L, weekday performance, and trade distribution get their own visual breakdowns, with Monte Carlo when you want to go deeper. Strong strategies show you where they're strong; weak ones show you exactly what to fix next.
Backtest results
New Overflow — HyperWave Below 50
Equity
Every closed trade on the curveNet profit
+161,073.60 USDT
Profit factor
2.333
Gross profit
281,871.55 USDT
Gross loss
−120,797.95 USDT
Avg P&L
+1,579.15 USDT
Open PnL
0.00 USDT
A single headline number isn't a verdict — Trades Analysis splits every one of these by long and short.
Research That Compounds.
Strategy development is never one attempt. Save every strategy inside Quant, return to it from the sidebar, and build variations without screenshots, pasted code, or scattered notes. Your research becomes a collection — the ideas that showed promise stay one click from their next refinement.
Saved Strategies
EURUSD
EUR/USD
AUDUSD
AUD/USD
CRWD
CrowdStrike Holdings, Inc.
ZS
Soybean Futures
SPY
SPDR S&P 500 ETF TRUST
BTCUSDT
Bitcoin
NQ
E-mini NASDAQ 100 Futures
Variations
New Overflow — HyperWave Below 50
BTCUSDT · 1h · saved in Quant
Baseline HyperWave conditions
PF 1.41Net +38,204
+ Overflow threshold below 50
PF 1.92Net +96,510
+ Symmetric long / short exits
PF 2.333Net +161,073current
Every test saved — one click from its next refinement
Take It to TradingView®. If You Want.
Nothing on this page requires leaving Quant — porting is pure optionality. Quant's scripting engine speaks Pine Script®, so generated code drops onto TradingView® charts. And AI Backtesting Assistant strategies replicate onto LuxAlgo's specialized TradingView® Backtesters with one copy-paste — a TradingView Backtesters Ultimate perk.
// Exported from Quant — Overflow + HyperWave modules inline//@version=6strategy("New Overflow — HyperWave Below 50", initial_capital = 100000)longEntry = newBearishOverflow and moneyflow < 50shortEntry = newBullishOverflow and moneyflow > 50if longEntrystrategy.entry("Long", strategy.long)if shortEntrystrategy.entry("Short", strategy.short)
Replicate Strategy on TradingView
Open Chart
Open a TradingView chart using BTCUSDT on the 60 min timeframe.
Add backtester to the chart
If not already on your chart, add "LuxAlgo - Backtester (OSC)" from your invite-only scripts.
Use scripted strategy
In the backtester settings, open "CONDITIONS (ADVANCED)" and paste the script into the "Scripted Strategy" field.
Strategy results provided by the AI may slightly differ from those on TradingView
As Quant's engine grows, some strategies may be too advanced for Pine Script® — most convert with 100% success
Frequent questions.
Yes. Any strategy Quant builds can be backtested without leaving the conversation — the full performance report returns in the same window you built it in.
Prove It First.
Build it, test it, trust it — before a dollar is on the line. Jump in free.