1-NoLimits
Results
2
issues of
1-NoLimits
Any clue why we can't place LIMIT_MAKER orders, but any other order? resultb =client.futures_create_order( symbol='BTCUSDT', side=Client.SIDE_BUY, positionSide = "LONG", type= Client.FUTURE_ORDER_TYPE_LIMIT_MAKER, quantity=0.01, price = 25000, timeInForce = 'GTC') print(resultb) binance.exceptions.BinanceAPIException:...
Hi, I set device to cuda and default also to cuda but it runs on cpu. Further inspection shows .cpu() hardcoded across the scrips. Is there a version that uses...