What’s New in AI Advisor v2.5.0 & v2.6.0

Data Coverage Status Bar • Live Trader Signals Integration • Smarter Prompts

Published: March 12, 2026  |  ~9 min read  |  AI Advisor Series  |  v2.5.0 & v2.6.0

Multimedia Learning Hub

Data Coverage Status Bar • Trader Signals Integration • 15 interactive flashcards

Two Releases, One Smarter Workflow

v2.5.0 and v2.6.0 focus on one goal: giving you better context before you generate a prompt. v2.5.0 checks whether your Screener.in page has everything the AI needs. v2.6.0 brings in momentum signals from Finmagine Trader so you see both fundamental and technical context in the same place.

✅ Data Coverage Bar (v2.5.0)
  • Checks 4 data sources in real time
  • Warns before you generate
  • Financial tables, concalls, peers, sector
  • One-click fix guidance
🔴 Trader Signals Bar (v2.6.0)
  • Shows all 8 Trader scan results
  • Appears at top of AI Advisor panel
  • Requires both extensions installed
  • 6-hour auto-refresh, no popup needed

🃏 Test Your Knowledge — v2.5.0 & v2.6.0

Click any card to reveal the answer. Use the search to find specific concepts.

✅ v2.5.0: The Data Coverage Status Bar

Before v2.5.0, the AI Advisor would generate a prompt regardless of what was actually loaded on your Screener.in page. If you had not scrolled to the Cash Flow table, the AI would receive an incomplete financial picture. If the Peer Comparison tab had never been opened, there would be no peer data in the prompt. The output would be shallow — not because the AI was limited, but because the input was incomplete.

v2.5.0 solves this at the source. A status bar now appears below the template grid, before the generate button, and checks four things in real time. If any check fails, a warning badge appears with a plain-language explanation of what is missing and how to fix it.

💡 The Core Insight

AI analysis quality is bounded by the data quality you provide. The coverage bar is a pre-flight checklist — it catches the avoidable gaps before generation, so the AI receives everything it needs to give you institutional-grade output.

The Four Checks

Here is what the coverage bar verifies on every Screener.in company page, and what happens when each check fails:

Coverage Status Bar — example state (TATAPOWER)
✓ Financial Tables ⚠ Concall Transcripts ✓ Peer Table ✗ Sector Not Detected
2 warnings — sector-specific benchmarks will not apply; Deep Research template will have thin management commentary
Check What It Verifies Templates Affected How to Fix
Financial Tables P&L, Balance Sheet, and Cash Flow sections are present in the DOM. Critical — prompt will be missing most quantitative data without them. All templates Scroll down past the overview section on the Screener.in company page to trigger lazy-load rendering of all financial tables.
Concall Transcripts At least one concall transcript has been loaded from the Concall section. Deep Research, Forensic Governance, Management Quality Scroll to the “Concalls” section and click “Load All Concall Transcripts” to expand all entries.
Peer Table The Peer Comparison section has been expanded, giving the advisor access to live peer financial snapshots via the Finmagine Data Layer. Peer Comparison Click the “Peers” tab or scroll to the Peer Comparison section on the page and let it fully load.
Sector Detection The extension has successfully identified the stock’s GICS sector from the Peer Comparison breadcrumb. All templates (benchmarks vary by sector) Wait for the page to fully load, including the Peer Comparison breadcrumb. For banking/NBFC stocks, sector detection uses P/B as the primary metric.

How the Warnings Are Prioritised

The coverage bar uses a severity system. Missing financial tables is shown as a hard error in red — it will critically degrade every template. Missing concall data or peer table shows as a yellow warning — it affects specific templates only. Missing sector detection shows as an orange warning — it reduces benchmark precision but does not prevent generation.

💡 Best Practice

When you open a company page on Screener.in, do a full scroll-to-bottom before opening the AI Advisor panel. This ensures all lazy-loaded sections — Cash Flow, Concalls, Peer Comparison — have been rendered and extracted. The coverage bar will then show all-green, and your prompt will have the richest possible context.

🔴 v2.6.0: The Trader Signals Bar

v2.6.0 bridges the gap between your momentum scanner and your fundamental analyst. Before this release, the two tools lived in separate windows. You would find a stock in Trader — say, GESHIP qualifying for ⭐ All Three — then switch to Screener.in for fundamental analysis, with no record of why you were there or what momentum context the stock carried.

With v2.6.0, when you open any Screener.in company page, the AI Advisor panel shows a signals bar at the very top, before the template grid. It lists every Trader scan the current stock qualifies for right now, so the technical and fundamental contexts live together in one view.

💡 Requires Both Extensions

The Trader Signals Bar appears only when both Finmagine Trader and Finmagine AI Advisor are installed. If only AI Advisor is installed, the signals bar section is hidden. Once Trader is installed, the bar is populated automatically within the next scan cycle — no configuration required.

The Eight Signals

The signals bar can display up to eight scan badges, one for each of Trader’s scans. Only the scans that the current stock qualifies for are shown — the rest are not displayed, keeping the bar uncluttered.

Trader signals: ⭐ All Three 🚀 Stage 2 + Near High 📈 Stage 2 🎯 Near 52W High 📊 High Volume 💎 VCP Breakout 📐 3-Week Tight 🌟 IPO Breakout
Signal What It Means Why It Matters for Fundamental Analysis
⭐ All Three Stage 2 + Near 52W High + High Volume simultaneously Highest conviction setup — price, trend, and volume all confirming. Warrants thorough fundamental validation before entry.
🚀 Stage 2 + Near High Confirmed uptrend and near 52-week high, but no volume surge yet Pre-breakout coiling. Check if valuations are stretched after the run, or if earnings growth justifies continuation.
📈 Stage 2 50/150/200 SMAs in correct order, price above all three, all rising Trend is intact. Use Comprehensive or Risk-Reward template to confirm the business fundamentals support the technical structure.
🎯 Near 52W High Within 2% of 52-week high Potential breakout imminent. Check if this is a new high on earnings or a technical retest of a prior high.
📊 High Volume Volume surging above 20-day average on an up day Institutional activity signal. Forensic Governance template useful to confirm the volume is not event-driven by related-party activity.
💎 VCP Breakout Volatility Contraction Pattern with RSI above 50 Classic Minervini setup. Use Management Quality template — VCPs often precede re-rating events tied to management execution.
📐 3-Week Tight Three weekly closes within 1.5% of each other, above SMA50 and SMA200 Quiet institutional accumulation. Deep Research template to assess whether upcoming concall or earnings could be the catalyst.
🌟 IPO Breakout Newly listed stock (no SMA-200 yet) pressing all-time high on above-average volume Limited price history. Use Comprehensive or Risk-Reward template to establish base fundamental thesis before momentum chasing.

How the Signals Bar Works Technically

Trader’s screener-signals.js runs on Screener.in company pages alongside the AI Advisor panel. It reads the current stock’s ticker from the page, looks up the cached scan data in chrome.storage.local, and writes the matching scan names to a shared DOM attribute on the <html> element. The AI Advisor reads this attribute on load and renders the colour-coded bar. Because both extensions share the same DOM, no direct extension-to-extension API call is needed — only a write and a read to the page’s own HTML element.

Staleness Indicator

If the scan data is older than 15 minutes, the signals bar shows a small timestamp: stale · 23m ago. This tells you the signals are from a prior refresh cycle. For swing trading, data a few hours old is usually adequate. For intraday decisions near a breakout, re-open Trader manually to force a fresh ChartInk fetch.

💡 Auto-Refresh Runs Without You

Trader v1.6.0 registers a chrome.alarms periodic refresh every 6 hours, starting from Chrome launch and extension install. You never need to open the Trader popup for the signals bar to be populated. By the time you open your first stock on Screener.in each morning, Trader has already refreshed its scans in the background.

📋 The Complete Research Workflow

Both features work together as a pre-generation checklist — one checking your data completeness, the other providing momentum context. Here is the recommended workflow that uses both:

1

Open the Stock on Screener.in

Scroll all the way to the bottom to trigger lazy-load for all financial sections, including Cash Flow, Concalls, and Peer Comparison.

2

Check the Signals Bar

Open the AI Advisor panel. The signals bar at the top shows which Trader scans the stock currently qualifies for — this is your momentum context.

3

Read the Coverage Bar

Below the signals bar, the coverage bar confirms which data sources are loaded. Fix any red or yellow warnings before selecting a template.

4

Select the Right Template

Use the signals bar to inform your template choice. ⭐ All Three warrants Comprehensive. 💎 VCP warrants Management Quality. 🌟 IPO Breakout warrants Risk-Reward.

5

Generate and Paste

Generate the prompt, copy it, and open your preferred AI platform — ChatGPT, Gemini, Claude, or Perplexity. Paste for full analysis with momentum context already embedded.

“The signals bar tells you why a stock is worth analysing today. The coverage bar tells you whether you have everything the AI needs. Together, they eliminate the two most common sources of shallow AI stock analysis.”

Add Both Extensions — Free

Get live momentum signals and complete data coverage checks in every Screener.in session.

Get AI Advisor Get Finmagine Trader
← Back to Blog