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.
| Package | Version | Purpose |
|---|---|---|
| ReactJS Widget | 0.1.5 | All-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-dompeer 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
- Install React 18+ in your application.
- 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.