/OHLC

Simple OHLC website. Load data from Alpha Vantage and show data with CanvasJS

Primary LanguageJavaScript

OHLC Sample

Shows OHLC Chart with CanvasJS. Load data from Alpha Vantage. You can get API Key here

Quick Start

git clone https://github.com/typescript59/OHLC.git
cd OHLC
code . # open with vscode [optional]
npm i # or cnpm i or yarn install
npm start # or yarn start