Open sprototles opened 3 years ago
USE
order = client.order_market_buy( symbol='BNBBTC', quantity=100)
INSTEAD OF
buy_limit = client.create_order( symbol=coin+PAIRING, side='BUY', type='MARKET', quantity=volume[coin+PAIRING] )
USE
order = client.order_market_buy( symbol='BNBBTC', quantity=100)
INSTEAD OF
buy_limit = client.create_order( symbol=coin+PAIRING, side='BUY', type='MARKET', quantity=volume[coin+PAIRING] )