-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I want it to print on the screen when there is an increase of 1% and above. I'm very new to python binance, please help me with this.
conn_key = bm.start_trade_socket('BNBBTC', process_message) I get the following output with the code.
print("Time:{} - BUY/SELL{} - {} - Price: {} - Qty: {}".format(timestamp,
event_side,
msg['s'],
msg['p'],
msg['q']))
conn_key = bm.start_trade_socket('BNBBTC', process_message)
Metadata
Metadata
Assignees
Labels
No labels