0
Follow
0
Followers
Como escrever contratos longos, curtos, abertos e fechados na OKEx?
Created 2018-06-03 20:50:44 Updated 2019-07-31 17:33:51
3
4585
A API nativa do okex permite a realização de transações através do tipo de campo 1: open + 2: open + 3: open + 4: open.
Mas como escrever com uma API de inventores quantificados?
É assim?
- O quê?
exchange.SetDirection("buy")
exchange.Buy(Price, Amount)
Pinto
exchange.SetDirection("closebuy")
exchange.Sell(Price, Amount)
Em aberto
exchange.SetDirection("sell")
exchange.sell(Price, Amount)
O céu é plano.
exchange.SetDirection("closesell")
exchange.buy(Price, Amount)
Related Recommendations
The grid trading strategyPython streamlined multi-variety MACD trending strategy frameworkin main TypeError: IO() takes at most 3 arguments (5 given)symbol not setGetTicker: 400: {"code": 2, "data": {}, "message": "invalid params"}gateio getdepth 502Decrypt: Secret key decrypt failedGetOrders: 400: {"code":-1121,"msg":"Invalid symbol."}HTTP 403 errorBitcoin trading by using bots
Comment
All comments (3)
