mmt-tradingview-charts

📁 emeraldls/mmt-agent-skills 📅 3 days ago
0
总安装量
8
周安装量
安装命令
npx skills add https://github.com/emeraldls/mmt-agent-skills --skill mmt-tradingview-charts

Agent 安装分布

codex 6
opencode 5
github-copilot 5
openclaw 3
kimi-cli 3

Skill 文档

MMT + TradingView Lightweight Charts

Rules for building charting applications that render MMT market data using TradingView Lightweight Charts (v5.x).

Chart Setup

  • Chart Initialization — createChart config, container setup, autoSize, dark/light themes
  • Data Mapping — Transform MMT types (OHLCVTPublic, etc.) to Lightweight Charts format

Real-Time Updates

Multi-Chart Patterns

Indicators & Overlays

Data Management

Interaction

  • Crosshair & Tooltips — subscribeCrosshairMove, custom tooltip with MMT data fields
  • Chart Lifecycle — React/framework integration, cleanup, resize, memory management

Framework Integration