cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
4k stars 310 forks source link

Possible to have candlestick? #134

Open kikieri opened 3 years ago

kikieri commented 3 years ago

I really love your app! Thumbs up! Is there a possibilty to get candlestick?

miguelmota commented 3 years ago

@kikieri Thank you! Candlestick charts would be awesome but I haven't found a good terminal based charting library. If you know a good library for this let us know!

kikieri commented 3 years ago

Im not 100 % into if you can use every library when you wrote the app in GO.

But I found these: maybe its a help for you? ;-) Keep on going! Really best CLI app for crypto/portfolio etc since long time! https://github.com/sgeisler/termgraph

https://github.com/gizak/termui

https://github.com/nii236/candlestick

miguelmota commented 3 years ago

Thanks for those suggestions! cointop is using the termui chart library already actually but doesn't have candlestick options. I'll give those other libraries a try 🙂

Thanks for the kind words!