Title:
Lightweight Charts – Custom Order Flow & Market Depth Renderer
Description:
This project extends TradingView’s Lightweight Charts to visualize order flow and market depth directly on candlestick charts. Since Lightweight Charts doesn’t provide native support for order flow or depth visualization, this implementation demonstrates how to use custom primitives (ISeriesPrimitive) to draw bid/ask rectangles and real-time market depth overlays.
Why I Created It: