react-stockcharts-lx
Version:
Highly customizable stock charts with ReactJS and d3
100 lines (68 loc) • 2.3 kB
Markdown
## React Stockcharts
[](https://gitter.im/rrag/react-stockcharts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://badge.fury.io/js/react-stockcharts)
Create highly customizable stock charts
Built with [React JS](http://facebook.github.io/react/) and [d3](http://d3js.org/)
If you like this project checkout <a href="https://gocharting.com" target="_blank">gocharting.com</a>
- integrates multiple charttypes
- over 60 technical indicators and overlays
- drawing objects
Multiple [quick start examples](https://github.com/rrag/react-stockcharts-examples2)
- svg and canvas for improved performance.
- pan and zoom, on touch devices too
#### 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
(more to come),
and it is simple to create your own indicator too
#### Interactive Indicators
- Trendline
- Fibonacci Retracements
- Gann Fan
- Channel
- Linear regression channel
---
### Installation
```sh
npm install --save react-stockcharts
```
### Documentation
[Documentation](http://rrag.github.io/react-stockcharts)
[Ready to use Examples](https://github.com/rrag/react-stockcharts-examples2)
### Demo
[Demo v1](http://rrag.github.io/stockcharts-demo/) (closed source) built with react-stockcharts
[Demo v2](https://demo.reactstockcharts.org/) - Includes
- Serverside calculation of indicators
- Pan to load more
- option of websocket/xhr to download data
- Multiple chart types, including advanced types
- Drawing objects
- Indicators
- Compare with another
I am exploring options to license this, contact me if you are interested
### Contributing
Refer to [CONTRIBUTING.md](./CONTRIBUTING.md)
### Stability
This is alpha state software, the api will change with each minor version.
### Roadmap
[Roadmap](./docs/md/COMING-SOON.md)
### LICENSE
[MIT](./LICENSE)