init
This commit is contained in:
@@ -336,6 +336,7 @@ def monitor_coins():
|
|||||||
continue
|
continue
|
||||||
print(f" - {KR_ETFS[symbol]} ({symbol}): {recent_data['Close'][-1]:.2f}")
|
print(f" - {KR_ETFS[symbol]} ({symbol}): {recent_data['Close'][-1]:.2f}")
|
||||||
message_list.append(format_message('COIN', symbol, US_STOCKS[symbol], recent_data['Close'][-1]))
|
message_list.append(format_message('COIN', symbol, US_STOCKS[symbol], recent_data['Close'][-1]))
|
||||||
|
|
||||||
# buy
|
# buy
|
||||||
buy_ticker(symbol)
|
buy_ticker(symbol)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user