-
- OS: MacOS 10.14.2
- Programming Language version: Python 3.7
- CCXT version: 1.18.115
- Exchange: bitmex
- Method: fetch_closed_orders
It seems the value format for the since parameter is wro…
-
The procedure "Obtain ACCESS TOKEN" dos not work, when you follow the steps in the swagger interface the response is a 200 code, but you get the start page of simpleFX, not the access token.
-
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
Python 3.5.2, zipline1.3.0
* Operating System: (Windows Version or `$ uname --al…
-
```
import ccxt
bitmex = ccxt.bitmex({})
candles = bitmex.fetch_ohlcv('BTC/USD', '1m')
print(candles)
```
produces similar to:
[[1483228800000, 968.29, 968.29, 968.29, 968.29, 0], [1483…
-
- Programming Language version: Python 3.6
- CCXT version: 1.18.64
- Exchange: Bitmex
Hello,
Can we create long or shorts on bitmex using ccxt natively?
On exchange api doc (https://www.bitme…
-
Hi,
I was using ccxt to fetch daily volumes of okex exchange. Today, I realized that every Friday at 08:00 UTC, the volume of BTC/USD is dropping suddenly. I have checked BTC/USDT; there is not a s…
-
- OS: Ubuntu 18.04 -> Docker
- CCXT version: ccxt@1.18.315
- Method: npm run build..
Hi @kroitor. Its been a couple weeks now since i have worked with ccxt, but after updating to latest available…
-
I would like some help closing an open position using Python.
I have tried using the following command but it doesn't work.
client.Order.Order_new(symbol='XBTUSD', orderQty=2, ordType = 'Market…
-
Can u explain to me how to implement this script on cli base php,
frist setup api->connection to api->check balance->if null return error else load market->load market
make proceess buy sell and…
-
I know this is not the first time this question has been asked, however its still not clear to me. I'm also a python novice which is probably why. The best answer I found was:
https://github.com/BitM…