Open jayztemplier opened 3 years ago
Added support for creating OCO. Example:
args = {symbol: "BTCUSDT, side:"sell", quantity: 0.5, price: 65000, stopPrice:55000, stopLimitPrice: 54500, stopLimitTimeInForce:"GTC"} res = binance_client.create_oco! args
Added support for creating OCO. Example: