Trading chart application created using LightningChart JS and https://www.alphavantage.co/ API.
The logic of computing the trading indicators values is separated into its own open source project at https://github.com/Arction/lcjs-analysis.
More information about LightningChart® JS can be found from our website, https://www.arction.com/lightningchart-js/.
Trading chart with live data fetched from Alpha Vantage. Features:
- OHLC
- Simple Moving Average
- Exponential Moving Average
- Bollinger Bands
- Volume
- Relative Strength Index
The application is hosted at:
https://arction.github.io/lcjs-showcase-trading/
To run the application locally with hot reload:
- Install Node.JS
- Run
npm install
- Run
npm start
- Open browser and navigate to http://localhost:8080
If you notice an error in the example code, please open an issue on GitHub.
Official API documentation can be found on Arction website.
If the docs and other materials do not solve your problem as well as implementation help is needed, ask on StackOverflow (tagged lightningchart).
If you think you found a bug in the LightningChart JavaScript library, please contact [email protected].
Direct developer email support can be purchased through a Support Plan or by contacting [email protected].
© Arction Ltd 2009-2019. All rights reserved.