0.0.2 • Published 7 months ago

react-candles v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

React Candles

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.

Features

  • technical indicators and overlays
  • drawing objects
  • realtime candles

Chart types

  • Scatter
  • Area
  • Line
  • Candlestick
  • OHLC
  • HeikenAshi
  • Renko
  • Kagi
  • Point & Figure

Indicators

  • EMA, SMA, WMA, TMA
  • Bollinger band
  • SAR
  • MACD
  • RSI
  • ATR
  • Stochastic (fast, slow, full)
  • ForceIndex
  • ElderRay
  • Elder Impulse

Interactive Indicators

  • Trendline
  • Fibonacci Retracements
  • Gann Fan
  • Channel
  • Linear regression channel

Installation

yarn add react-candles

Documentation

Stories

Contributing

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