barn53 / CoinThing

a coin ticker display
MIT License
32 stars 8 forks source link

Idea: option to draw chart with candlesticks #16

Closed djste123 closed 2 years ago

djste123 commented 2 years ago

Is it possible to add an option to draw the chart using candlesticks instead of the line?

barn53 commented 2 years ago

Yes, of course. You need to pull different data from coingecko and render that to the screen. This is the API entry point: https://api.coingecko.com/api/v3/coins/bitcoin/ohlc?vs_currency=usd&days=7