binance icon indicating copy to clipboard operation
binance copied to clipboard

Add create OCO

Open jayztemplier opened this issue 3 years ago • 0 comments

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

jayztemplier avatar Apr 07 '21 23:04 jayztemplier