Take the Brain With You.
A chart-level companion to QuantRead's live conviction framework, running directly on your TradingView chart. Two proprietary indicators. Full source code. Zero black boxes.
One-time purchase: $49 · or included with Ticker Grader Pro ($14.99/mo)

What's Inside
Two Indicators. One Unified Edge.
Each indicator is a distillation of the quantitative factors the live engine uses to score and execute trades. They work independently or together.
Quant Model Visualizer
On-Chart Overlay
See the execution-facing Quant trigger, the daily map channels, and the 1H ribbon in one view. It is meant to mirror the live engine's chart logic, not just decorate the screen.
- ATR trigger cloud zones — buy/sell boundaries visible before they fire
- 8/21/34 EMA ribbon with stacked trend detection
- Real-time setup markers when conviction factors align
- Ichimoku baseline overlay for structural confirmation
- Works on any timeframe — 1min to Daily
Quant Conviction Histogram
Sub-Pane Indicator
The factor stack behind each alert grade. Watch conviction build bar-by-bar as cloud state, volatility, ribbon structure, time-of-day, catalyst pressure, Ichimoku, and RSI all push the score around.
- Composite conviction score (S/A/B/C/D grade) in real time
- Individual factor decomposition — see which factors drive the score
- Color-coded intensity: green (strong), yellow (moderate), red (weak)
- Filters out low-conviction noise before you trade
- Alert-compatible — set TradingView alerts on conviction thresholds
Source Code Access
Full Pine Script™. No Obfuscation.
You're not renting a locked indicator. You own the source. Modify it. Learn from it. Build on it.
// Quant Model Visualizer — QuantRead © 2026
// Full Pine Script™ source code — modify freely
//@version=6
indicator("Quant Model Visualizer", overlay=true)
// Quant execution trigger (prev close ± fib × daily ATR)
dailyATR = request.security(syminfo.tickerid, "D", ta.atr(14))
upperTrigger = prevClose + (0.146 * dailyATR)
// Quant daily map channels
mapLookbackBars = input.int(156, "Auto swing lookback bars")
mapFib500 = mapEndPrice + ((mapStartPrice - mapEndPrice) * 0.500)
// BUY gate
buyFire = triggerCross and isBullishConfirm and rvolGatePass
alertcondition(buyFire, "Quant BUY Signal", ... )Complete Package
Everything in the Box
2 Indicators
On-chart overlay + sub-pane histogram. Both ready to add.
Pine Script Source
Full, unobfuscated source code. Modify, learn, extend.
Alert-Compatible
Set TradingView alerts on conviction thresholds directly.
Lifetime Updates
Every engine improvement ships to your indicators too.
Any Timeframe
1-minute scalping to daily swing. The math adapts.
Any Broker
Runs on TradingView. Works with any brokerage account.
How It Compares
Not Another Generic Indicator
Most paid TradingView indicators are generic oscillators wrapped in pretty colors. This gives you a transparent visual companion to QuantRead's live scoring framework.
| Feature | Generic Indicators | QuantRead Suite |
|---|---|---|
| Source code included | ✕Locked / invite-only | ✓ Full Pine Script |
| Connected to live engine logic | ✕Backtested only | ✓ Mirrors core scoring factors |
| Multi-factor conviction scoring | ✕Single indicator | ✓ 7 independent factors |
| ATR-adaptive levels | ✕Fixed / static zones | ✓ Dynamic ATR cloud |
| Works with alerts | Sometimes | ✓ Native TradingView alerts |
| Typical price | $30–$200/mo subscription | ✓ $49 one-time |
Pricing
Two Ways to Access
Buy the indicators outright for $49, or get them included with Ticker Grader Pro alongside unlimited conviction grades.
Indicator Suite
Pine Script™ indicators for your TradingView chart
Pay once, use forever
- Quant Model Visualizer (on-chart overlay)
- Quant Conviction Histogram (sub-pane)
- Full Pine Script™ source code — unobfuscated
- Lifetime updates as the engine evolves
- Any symbol, any timeframe, any broker
Ticker Grader Pro
Unlimited conviction grades for any stock
Cancel anytime · Save 45% with annual ($99/yr)
- Unlimited conviction grades — no daily cap
- Full 6-factor indicator breakdown (EMA, RVOL, RSI, ATR, Momentum, Trend)
- Trading style guide (Day Trader / Scalper / Swing)
- Priority API — faster grade responses
- Pine Script™ indicator suite included
QuantRead indicators and grades are educational market-intelligence tools. They are not personalized investment advice, and you remain responsible for your own trading decisions.
Common Questions
Do I need a paid TradingView plan?
No. Both indicators work on TradingView's free plan. If you run many indicators on one chart, a paid TradingView plan may give you more room.
Can I modify the Pine Script code?
Yes. You receive the full, unobfuscated source code. Change parameters, add rules, combine with your own scripts — it's yours. The only restriction is redistribution or resale.
Is this the same system that runs the live portfolio?
The indicators are a visual representation of the core conviction factors (ATR cloud, EMA ribbon, volume, RSI). The live engine includes additional server-side factors like options flow and news catalysts.
What's the difference between buying once vs. subscribing?
The $49 one-time purchase gets you the Pine Script indicators only. Ticker Grader Pro ($14.99/mo) gets you the same indicators PLUS unlimited AI conviction grades for any stock. Both include the full source code.
What is the Live Feed add-on?
For $29.99/mo you get a real-time transparency window into the autonomous trading engine: recorded entries, exits, morning briefs, and risk alerts via Telegram. The Pro Bundle combines unlimited grading with the Live Feed for $49/mo on the access page.
What happens to the indicators if I cancel my subscription?
The Pine Script code you received stays on your chart. However, you'll lose access to the Ticker Grader web tool, future indicator updates, and the Live Feed.
Can I get a refund?
Subscriptions can be cancelled anytime from your Stripe account — no refund needed, just stop billing. One-time indicator purchases are handled case-by-case within 7 days since source code is involved.
See what the engine sees. Your way.
Chart-level indicators or instant web grades — choose the interface that fits your workflow.