Skip to content

Commit

Permalink
examples: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutny committed May 6, 2018
1 parent fcc1842 commit 23d74e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/py/margin-leverage-order-kraken.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
'Sell:', kraken.markets[symbol]['info']['leverage_sell']
)

# THIS IS A KRAKEN-SPECIFIC EXAMPLE
# THE LEVERAGE WILL NOT WORK WITH OTHER EXCHANGES THE SAME WAS
# USE IMPLICIT METHODS FOR MARGIN/LEVERAGED ORDERS WITH OTHER EXCHANGES
# THIS IS A KRAKEN-SPECIFIC EXAMPLE.
# THE LEVERAGE WILL NOT WORK WITH OTHER EXCHANGES THE SAME WAY.
# USE IMPLICIT METHODS FOR MARGIN/LEVERAGED ORDERS WITH OTHER EXCHANGES:
# https://github.com/ccxt/ccxt/wiki/Manual#implicit-api-methods

# with create_order all params (including the price=None) are needed!
Expand Down

0 comments on commit 23d74e4

Please sign in to comment.