-
![image (4)](https://github.com/TradingToolCrypto/MT5-TradingToolCrypto/assets/37940267/b89adfca-dd80-41a2-bab6-61bf757f4689)
Bitmex Position Request function, is not updating/with errors
This is …
-
Hey,
I was trying out the auto sl and tp script and it resulted in having my bitmex account banned. When I am trying to visit bitmex.com it shows me "forbidden 403" error.
Any ideas what might be …
Mrkrx updated
5 years ago
-
Hello Bitmex Team !
I have an issue with DeltaServer. Everything work perfect since multiple days.
I have a delta Server (last update) and I subscribe to position for ETHUSD and XBTUSD.
Suddenl…
-
Example of a request:
https://testnet.bitmex.com/api/v1/trade/bucketed?binSize=1m&partial=false&symbol=XBTUSD&count=100&reverse=false&startTime=2018-05-05T04%3A02%3A00.000Z
Take a look at timestam…
-
I have added my (testnet) APIKEY+ SECRET in .bash_profile
like so:
export BITMEX_APIKEY=xxxxxxxxxx
export BITMEX_SECRET=xxxxxxxxxxxxxxx
when i run python3 main.py --demo --strategy Doten →
…
-
**Name**: 'XBT' is not of type 'number'
**Description**: This error is generated when I'm going to use `Trade_getBucketed` in order to get OHLCV data. I've been using Bitmex API for months and I neve…
-
I'm getting the error message:
```
{
"message": "Signature not valid.",
"name": "HTTPError"
}
````
for the following code:
```
const r = require('bitmex-node');
const BITMEX_API_KE…
-
Hey, Sam here, CTO of BitMEX.
You can save a lot of time by starting with something like https://github.com/BitMEX/api-connectors/tree/master/official/node-swagger, where we've already written the …
STRML updated
6 months ago
-
On live bot crashes with the following error does this mean that API has a max limit of request?
`2018-07-12 02:35:05,966 - ERROR - bitmex_bot - HTTPSConnectionPool(host='www.bitmex.com', port=443…
-
I am getting the below message every time I switch from Dry Run = True to Dry Run = False. Why is this happening? When running on Dry Run = True everything works fine.
WARNING - bitmex - Unable to …