donbing / Bitbot

Simple python app to drive Pimoroni e-ink displays with finance candle charts
GNU General Public License v3.0
29 stars 2 forks source link

🕹️ InkyImpression Button 3 now cycles between configured instruments #62

Closed donbing closed 2 years ago

donbing commented 2 years ago

Add instruments cycle list to config

[display] 
instrument=BTC/USD
instruments=LTC/USD,ETH/BTC 
uududde commented 2 years ago

Nice! But this will only work for pairs from the same exchange right? So I couldn't list binance:btc/usdt,kucoin:hapi/usdt ... maybe food for thought.

donbing commented 2 years ago

Nice! But this will only work for pairs from the same exchange right? So I couldn't list binance:btc/usdt,kucoin:hapi/usdt ... maybe food for thought.

yeah, this is a quick-fix approach. This branch was really just about making the button work again. nice suggestion tho, ta.