0
Follow
0
Followers
Comment écrire des contrats longs, courts, ouverts et fermés sur OKEx ?
Created 2018-06-03 20:50:44 Updated 2019-07-31 17:33:51
3
4585
L'API native d'Okex permet de réaliser toutes sortes de transactions en utilisant le champ type 1: ouvert plus 2: ouvert moins 3: ouvert plus 4: ouvert moins.
Mais comment écrire avec une API quantifiée par l'inventeur ?
C'est comme ça ?
Je suis désolée.
exchange.SetDirection("buy")
exchange.Buy(Price, Amount)
Pinto
exchange.SetDirection("closebuy")
exchange.Sell(Price, Amount)
La place est libre.
exchange.SetDirection("sell")
exchange.sell(Price, Amount)
Le vide
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)
