Skip to main content

ReactJS Widget

iC Candle publishes a React overlay for the TradingView Charting Library. You host the charting library under your own license, bootstrap the chart in your app, and pass the live IChartingLibraryWidget instance into the widget.

PackageVersionPurpose
ReactJS Widget0.1.5All-in-one chart overlay — scanner, results iframe, pattern tracker, news sync

The package:

  • Ships as ESM and CommonJS with styles bundled and injected at runtime (no separate CSS import).
  • Requires React 18+ (react, react-dom peer dependencies).
  • Requires a TradingView Charting Library build served as static assets (not included in the npm package).

ReactJS Widget authenticates via the embedded results app (iccandle_token).

Prerequisites

  1. Install React 18+ in your application.
  2. Obtain and host the TradingView Charting Library (for example under /charting_library/ in your public folder).

Get started

Read the ReactJS Widget introduction for install, quick start, and an overview of the scanner popup, results iframe, and chart sync.