A little program that observes the current market price for your choice of currency pairs, looks for drastic reductions (dips) and then places buy orders.
Somehow each ReadTimeout sends out two notifications:
🟠We have had a read timeout, likely just a temporary internet or API availability glitch.Details: HTTPSConnectionPool(host='api.kraken.com', port=443): Read timed out. (read timeout=None)
🟠An exception of type <class 'requests.exceptions.ReadTimeout'> has occurred: HTTPSConnectionPool(host='api.kraken.com', port=443): Read timed out. (read timeout=None)
Somehow each
ReadTimeout
sends out two notifications:This is redundant and should be simplified.