Floating Chart Inspector

Expose OHLCV, indicators, and metrics at the cursor for charting workflows.

125|865|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/Signal-Execution-Labs/forex-trading-ai-agent --skill floating-chart-inspector-signal-execution-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Floating Chart Inspector
Source: https://github.com/Signal-Execution-Labs/forex-trading-ai-agent/tree/main/src/skills/floating-chart-inspector
Command: npx skills add https://github.com/Signal-Execution-Labs/forex-trading-ai-agent --skill floating-chart-inspector-signal-execution-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hovering over a chart often fails to reveal all quantitative details; this Skill provides an interactive inspector that surfaces OHLCV data, indicator readings, and key metrics at the cursor.

Core Features & Use Cases

  • OHLCV Tooltip: Open, High, Low, Close, Volume on any bar
  • Price Change: Percentage and absolute change from previous bar
  • Indicator Values: RSI, MACD, EMA at cursor position
  • Volume Analysis: Volume vs. 20-bar average and buy/sell breakdown
  • Time Context: Bar timestamp, session context, and market hours
  • Quick Actions: Set alerts, draw levels, mark key bars
  • Multi-Monitor: Works across chart windows

Quick Start

Enable the inspector on a chart and fetch bar data for a symbol/timeframe using ChartInspector.getBarAt.

Frequently Asked Questions about Floating Chart Inspector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I display OHLCV data and indicators when hovering over a chart bar?

To display OHLCV data and indicators on hover, use an interactive chart inspector that surfaces Open, High, Low, Close, Volume, and indicator readings like RSI and MACD directly at the cursor position.

Can I retrieve volume analysis and price change for a specific chart bar?

Yes, you can retrieve volume analysis and price change for a specific bar by fetching bar data at the cursor, which calculates percentage change and compares volume against a 20-bar average.

How do I get RSI, MACD, and EMA values at my cursor position on a chart?

You can get RSI, MACD, and EMA values at your cursor position by enabling an interactive chart inspector that queries and formats indicator readings for the selected symbol and timeframe.

Does the chart inspector work across multiple symbols and timeframes?

The chart inspector works across multiple symbols and timeframes, enabling retrieval of bar data, indicator readings, and market context for any chart window through multi-monitor support.

What's the best way to add tooltips with bar timestamps and market session context?

The best way to add tooltips with bar timestamps and market session context is using a chart inspector that formats time context and emits events for the hovered bar.

How do I start using ChartInspector to fetch bar data?

To start using ChartInspector, enable the inspector on your chart and call ChartInspector.getBarAt to fetch bar data for your target symbol and timeframe.