Note: this repo originates from react-stockcharts. It was converted to typescript by
react-financial
under the name,react-financial-charts
, and in this latest fork,react-candles
real time, React 18, and documentation was added.
- technical indicators and overlays
- drawing objects
- realtime candles
- Scatter
- Area
- Line
- Candlestick
- OHLC
- HeikenAshi
- Renko
- Kagi
- Point & Figure
- EMA, SMA, WMA, TMA
- Bollinger band
- SAR
- MACD
- RSI
- ATR
- Stochastic (fast, slow, full)
- ForceIndex
- ElderRay
- Elder Impulse
- Trendline
- Fibonacci Retracements
- Gann Fan
- Channel
- Linear regression channel
yarn add react-candles
Refer to CONTRIBUTING.md
This project is a mono-repo that uses Lerna to manage dependencies between packages.
To get started run:
git clone https://github.com/react-financial/react-candles.git
cd react-candles
npm ci
npm run build
To start up a development server run:
npm start