Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 533 Bytes

File metadata and controls

15 lines (11 loc) · 533 Bytes

Functional Requirements

The project targets a fully interactive trading chart with the following capabilities:

  • Candlestick chart with zoom and scroll.
    • Mouse-wheel zoom recenters the candle under the cursor.
    • Zooming loads older candles when the left edge nears history.
  • Time axis showing timeframe markers.
  • Price axis with dynamic levels and markers.
  • Cursor tooltip displaying OHLCV values on hover.
  • Volume bar chart below the candles.
  • Drag and pan for navigation.
  • Button to jump back to the current time.