Zack West

Results 2 issues of Zack West

Call me crazy—I swear this functionality used to be present. When in the tree viewer mode, I often find it pertinent to extract the data from either a key or...

question

I am trying to place a new order of type STOP_LOSS_LIMIT as follows: `client.create_order( symbol="ABCXYZ", side="SELL", type="STOP_LOSS_LIMIT", timeInForce="GTC", quantity=1.5, price=123.456, stop_price=123.123 )` I get the following error message: `binance.exceptions.BinanceAPIException: APIError(code=-1104):...