We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f50942b + ef13250 commit affef1dCopy full SHA for affef1d
examples/py/bitmex-create-order.py
@@ -15,7 +15,7 @@
15
'enableRateLimit': True,
16
})
17
18
-symbol = 'XBTM18' # bitcoin contract according to bitmex futures coding
+symbol = 'XBTM18' # bitcoin contract according to https://github.com/ccxt/ccxt/wiki/Manual#symbols-and-market-ids
19
type = 'StopLimit' # or 'Market', or 'Stop' or 'StopLimit'
20
side = 'sell' # or 'buy'
21
amount = 1.0
0 commit comments