emeraldls

mmt-tradingview-charts

Best practices for building charting applications using MMT real-time crypto market data with TradingView Lightweight Charts. Use when creating price charts, volume charts, indicator overlays, multi-chart dashboards, or any visualization that renders MMT data using the TradingView Lightweight Charts library.

emeraldls 0 Updated 3mo ago

Resources

1
GitHub

Install

npx skillscat add emeraldls/mmt-api-skills/mmt-tradingview-charts

Install via the SkillsCat registry.

SKILL.md

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

Framework Integration