Live Stats Panel, Higher Visibility & Smarter Signals
Traders keep asking one question: “How can I see everything that matters—entry, target, trailing stop and live P/L—without juggling spreadsheets or mental math?”
Today, that answer gets a lot simpler. We’re excited to roll out IntradayAFL v1.1, a no-repaint Supertrend-based indicator for TradingView that now includes a high-contrast, real-time statistics panel and a host of code-level improvements. If you already rely on IntradayAFL for your intraday or swing setups, this update will feel like turning on the lights in a dark room: suddenly all the critical numbers pop off the chart.

Top: the older build (cluttered labels & no P/L read-out).
Bottom: v1.1 with a sleek dark panel, bold buy/sell arrows and live P/L.
🚀 What’s New in IntradayAFL v1.1?
1. Live Statistics Panel
- Last Buy/Sell Price – shows the most recent confirmed entry point.
- Target (ATR-Based) – auto-calculates a dynamic target using your custom ATR multiplier.
- Trailing Stop-Loss – leverages the active Supertrend line to trail risk in real time.
- Current Profit/Loss % – updates every tick so you always know your true position health.
2. High-Contrast Dark Theme
The original light-gray table struggled on bright charts. We rebuilt the panel with a deep #191919 background, crisp white labels and lime/red P/L numbers. Whether you trade dark mode or light mode, the data now pops.
3. Cleaner Buy/Sell Labels & Arrows
Size-small triangles, simplified price tags and reduced label overlap mean less visual noise and faster cue recognition.
4. Stable, Warning-Free Logic
We rewrote crossover logic into cached variables (crossUp
/crossDn
) to avoid inconsistent historical evaluations. No more Pine Script warnings.
5. Pine Script v6 Compliance
The codebase now adheres to the latest TradingView guidelines and best practices for Pine Script v6 — future-proofing your chart setups.
💡 Why This Update Matters for Traders
“Indicators should make decisions easier, never harder.”
By bringing all key metrics into one unobtrusive panel, v1.1 lets you:
- Track Risk-to-Reward in Real Time – instantly gauge R:R as price evolves toward target or SL.
- Cut Emotional Noise – objective P/L % reduces impulsive exits.
- Simplify Multi-Asset Dashboards – swap symbols without manually resetting entries; the panel resets automatically.
- Streamline Alerts – future updates will include Webhook/Telegram support keyed to the same logic.
📋 Complete Changelog
Area | v1.0 | v1.1 |
---|---|---|
Stats Panel | — | Live entry, target, trailing SL, P/L % |
Theme | Light gray translucent | Solid dark background, lime/red P/L |
Signal Logic | Direct ta.crossover() calls (warned) |
Cached vars → zero warnings |
Pine Version | v4-style | Optimised for v6 |
Code Clean-Up | Mixed indent & long ternaries | Modular blocks, readable vars |
🔄 How to Upgrade in Under 60 Seconds
Already have the indicator on your chart?
- Open Pine Editor in TradingView.
- Replace your existing script with the new v1.1 code block.
- Click Add to Chart → then Save. Done!
🎉 Ready to See the Difference?
Questions or feature requests? Drop a comment below or tweet us @IntradayAFL — we love trader feedback.
❓ Frequently Asked Questions
Is the indicator still non-repainting?
Absolutely. We only use barstate.isconfirmed
crossovers, so historical signals never shift after the fact.
Will this update affect my existing alerts?
No. Buy/Sell alertcondition()
calls keep the same naming convention. Your alerts keep firing.
Does the new panel add lag?
We refresh table values only on the barstate.islast
bar, so the indicator stays lightweight and snappy even on tick charts.
For a deeper dive on building custom tables in Pine v6, check out TradingView’s official guide: Pine Script Table Reference.
Thank you for trusting IntradayAFL on your trading journey. We hope v1.1 helps you trade smarter, manage risk faster, and focus on what truly moves the P/L needle. Happy trading and see you in the next release!