candle-chart

There are 7 repositories under candle-chart topic.

  • spareleg/bitcoin-ticker

    Uses SPI TFT display ILI9341 and NodeMCU to display current Bitcoin price, candle chart and time. Binance REST API + Binance Web Sockets API

    Language:C++21658
  • SyncfusionExamples/how-to-create-flutter-financial-charts-like-candle-and-ohlc-in-10-minutes

    A quick-start example to help you add the Syncfusion Flutter Charts package to a Flutter app. You will learn how to add a cartesian chart to a Flutter project. You will learn how to set a data source to the chart and how to add a Candle and OpenHighLowClose (OHLC) series to it. You will also see how to customize the primary axes; enable trackball, show legends, and add a title in the financial charts.

    Language:Dart7602
  • nonisich/Binance-Data-Downloader

    This tool facilitates the seamless download and visualization of historical data for cryptocurrency pairs from the Binance exchange. Overcoming the 1500-bar limit per request, the tool allows users to efficiently download candlestick data for specified timeframes, ranging from days to years.

    Language:Python3102
  • laredoza/AngularPlotlyCandleChart

    An example project to display Stock / Crypto candle chart ( Plotly ) with Angular 8. The chart gets it's data from Poloniex

    Language:TypeScript2202
  • SyncfusionExamples/candlestick-flutter-charts

    Our Cartesian chart widget provides financial chart support. The candlestick provides information about the open, close, high and low price over a particular period. Here if the opening price is higher than the closing price, the candle is filled and if the closing is higher than the opening price, then candle is unfilled. The wick at top represe..

    Language:C++2505
  • cryphash/Binance-OHLCV-Candle-Data-Collector

    This is a python script that can fetch OHLCV data from Binance spot markets by drawing tokens from a CSV which specifies the ticker, the date you want to pull data from and the number of days worth of data you want.

    Language:Python1100
  • cryphash/Binance-Kucoin-OHLCV-Candle-Scraper

    This script is designed to collect historical OHCLV from Binance or KuCoin, depending on which Exchange has the most data for the pair you are running a query on. The data will be retrieved from whichever exchange listed the coin earlier.

    Language:Python0100