jaggedsoft / chartaholic

Lightning fast ⚡ Responsive SVG candlestick chart generation in Javascript

Home Page:https://liquidity.ltd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest Version GitHub last commit Views jaggedsoft on Twitter

This software is open source and depends on contributions from the community. Under the GNU GPL v3 License, you are given permission to use this freely for any purpose you like, with no liability and no warranty, as long as you make the source code of any improvements available for all.

Examples: Live demo using Binance data: https://liquidity.ltd

Indicator Example Binance Futures: BTC Binance OGN-BTC Line Chart

The goal is to become an open source alternative to TradingView with built-in functions available in Javascript.

Getting Started

let chart = new Chartaholic( "#chart", { ticks: ohlc } );
let chart = new Chartaholic( "#chart", { theme: "blue", keys: { time: "time_open" }, ticks, title, usd:true, overlay, annotations } );

Contribution

  • Give us a star ⭐
  • Fork and Clone! Awesome
  • Select existing issues or create a new issue and give us a PR with your bugfix or improvement after. We love it ❤️

Need a capable market maker for your project? Visit https://liquidity.ltd

Stars Contributors Stargazers over time jaggedsoft on Twitter

About

Lightning fast ⚡ Responsive SVG candlestick chart generation in Javascript

https://liquidity.ltd

License:GNU General Public License v3.0


Languages

Language:JavaScript 86.6%Language:CSS 10.2%Language:HTML 3.2%