taoteh1221 / Slideshow_Crypto_Ticker

Real Time Slideshow Crypto Price Ticker For Raspberry Pi LCD Screens
https://sourceforge.net/projects/dfd-crypto-ticker/
GNU General Public License v3.0
56 stars 10 forks source link

US Exchange Support #35

Open spenadel opened 2 years ago

spenadel commented 2 years ago

Does the project support US exchanges such as the NASD? If so, what's the exchange_markets identifier for NASD, NYSE?

Thank you

taoteh1221 commented 2 years ago

@spenadel No, see README.txt for the list of supported crypto-only exchanges. Currently supported are: Binance / Coinbase Pro / Kraken / Kucoin / Bitstamp / Bitfinex / HitBTC / OKex / LoopRing / Bitmart / Gate.io

spenadel commented 2 years ago

Thanks for the response. I did see the supported exchanges but still wanted to ask ;)

taoteh1221 commented 2 years ago

:) I only do crypto assets in my apps. Not a stocks guy, never really have been.

spenadel commented 2 years ago

Understood. Any thought around modifying the program to reflect price charts and/or cost basis to reflect profit/loss?

taoteh1221 commented 2 years ago

The only thing slated to be added for trend data is the option to show 1h / 24hr / 7d / 30d price change percentage (per market), with coingecko data: https://github.com/taoteh1221/Slideshow_Crypto_Ticker/blob/main/DOCUMENTATION-ETC/TODO.txt#L70

taoteh1221 commented 2 years ago

It's a big challenge to fit data onto small lcd screens (primary use case of this app), without doing overkill and squeezing too much data into a tiny space. Have to keep it minimal to avoid confusion.

hapklaar commented 2 years ago

btcticker did a nice job of a layout with trend graph on a small screen. Could this be something to incorporate into your project?

spenadel commented 2 years ago

That's what I was referring to

taoteh1221 commented 2 years ago

That looks pretty cool. Honestly not sure how much time I'll have to look into something like this and possibly implement anytime soon. But maybe at some point in the future. Thanks very much for the feedback, I appreciate it.