Take the Brain With You.
The same conviction engine powering a live automated portfolio β now running directly on your TradingView chart. Two proprietary indicators. Full source code. Zero black boxes.
One-time purchase: $49 Β Β·Β or included free with Pro Bundle ($49/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 exactly where the engine would fire. ATR-scaled trigger zones paint dynamically around price, while the multi-timeframe EMA ribbon confirms trend structure at a glance.
- ATR trigger cloud zones β buy/sell boundaries visible before they fire
- 8/21/34 EMA ribbon with stacked trend detection
- Real-time BUY arrow signals 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 breakdown that powers every signal grade. Watch conviction build bar-by-bar as each independent factor β volume, ATR, gap, catalyst, RSI β fires or fails.
- 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)
// ATR Trigger Cloud
atr_period = input.int(14, "ATR Period")
atr_mult = input.float(1.5, "ATR Multiplier")
atr_val = ta.atr(atr_period)
upper_cloud = open + (atr_val * atr_mult)
lower_cloud = open - (atr_val * atr_mult)
// EMA Ribbon (8/21/34)
ema_fast = ta.ema(close, 8)
ema_mid = ta.ema(close, 21)
ema_slow = ta.ema(close, 34)
ribbon_bull = ema_fast > ema_mid and ema_mid > ema_slow
// Conviction Score
score = 0.0
score += ribbon_bull ? 0.3 : 0.0
score += close > upper_cloud ? 0.4 : 0.0
score += volume > ta.sma(volume, 20) * 2 ? 0.3 : 0.0
plotshape(score >= 0.7, style=shape.triangleup,
color=color.green, text="BUY")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 is the actual scoring engine behind a live portfolio.
| Feature | Generic Indicators | QuantRead Suite |
|---|---|---|
| Source code included | βLocked / invite-only | β Full Pine Script |
| Based on live execution data | βBacktested only | β Powers a live portfolio |
| 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
Choose Your Edge
Two ways to access the conviction engine. One-time indicators for your chart, or unlimited AI-powered grading for any stock.
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 AI-powered conviction scores 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
- Includes Indicator Suite free ($49 value)
Common Questions
Do I need a paid TradingView plan?
No. Both indicators work on TradingView's free plan. However, free plans are limited to 2 indicators per chart β you may want Plus ($14.95/mo) for unlimited.
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.
How is this different from QuantRead Alerts?
Alerts ($29/mo) push signals to Telegram. The Indicator Suite puts the visual scoring on your own chart so you can see setups forming, confirm alerts, or trade independently. Many use both.
What if I already have the Pro Bundle?
The Indicator Suite is included free with Pro Bundle ($49/mo). No additional purchase needed.
Can I get a refund?
Because source code is involved, Indicator Suite refunds are handled case-by-case within 7 days. Ticker Grader Pro subscriptions can be cancelled anytime from your account β no refund needed, just stop billing.
What's the difference between the Indicator Suite and Ticker Grader Pro?
The Indicator Suite ($49 one-time) gives you Pine Script indicators to run on your own TradingView chart. Ticker Grader Pro ($14.99/mo) gives you unlimited access to our web-based AI grading tool β enter any ticker and get an instant conviction score with a full 6-factor breakdown. Pro subscribers also get the Indicator Suite included free.
See what the engine sees. Your way.
Chart-level indicators or instant web grades β choose the interface that fits your workflow.