Floating Bar Tooltip

SkillCommerce & finance

Provides a floating tooltip that appears on long-press/hover, displaying OHLCV values and price change for any bar. Follows cursor movement for seamless data inspection across charts.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Floating Bar Tooltip skill

About this capability

About AI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading

What this skill tells your AI

The instructions your AI receives, as published by signal-execution-labs/forex-trading-ai-agent in skills/floating-bar-tooltip/SKILL.md and read by ahel’s review.

TradingView-style floating tooltip for detailed bar analysis on charts

Overview

Provides a floating tooltip that appears on long-press/hover, displaying OHLCV values and price change for any bar. Follows cursor movement for seamless data inspection across charts.

Features

Core Functionality

  • Long-Press Activation: Touch or click-hold to activate tooltip
  • Cursor Following: Tooltip follows mouse/finger across chart
  • OHLCV Display: Open, High, Low, Close, Volume for selected bar
  • Price Change: Percentage and absolute change from previous bar
  • Multi-Timeframe: Works on any chart timeframe

Advanced Data

  • Indicator Values: Show current indicator readings at bar
  • Volume Analysis: Volume vs average, buy/sell pressure
  • Time Info: Full timestamp, session info, day of week
  • Custom Fields: Add any indicator value to tooltip

Styling Options

  • Themes: Dark, light, custom colors
  • Position: Auto-position to avoid chart edges
  • Size: Compact, normal, detailed modes
  • Opacity: Adjustable background transparency

Usage

// Enable floating tooltip
kit.chart.enableTooltip({
  mode: 'detailed',
  showIndicators: ['RSI', 'MACD', 'Volume'],
  theme: 'dark',
  delay: 300  // ms before showing
});

// Custom tooltip fields
kit.chart.addTooltipField('customRSI', (bar) => {
  return `RSI: ${calculateRSI(bar, 14).toFixed(2)}`;
});

API Endpoints

MethodEndpointDescription
GET/api/chart/tooltip/configGet tooltip configuration
PUT/api/chart/tooltip/configUpdate tooltip settings
POST/api/chart/tooltip/fieldsAdd custom tooltip field
DELETE/api/chart/tooltip/fields/:idRemove custom field

Inspired By

TradingView 2025 Release - Floating tooltip for detailed bar analysis in Cursors menu.

Signals

GitHub stars
136
Forks
870
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
floating-bar-tooltip
Source
github.com/signal-execution-labs/forex-trading-ai-agent