-
see https://github.com/ctubio/tribeca/issues/71#issuecomment-300542856
-
-
Not sure if it's a bug on Windows but no matter what value I put in the btc-buy-order-amount in the strategies.xml file this is what I see: (I'm configured to connect to Bitfinex.)
"message":"Invalid…
-
I think this is the part that needs to integrated in zenbot
https://www.kraken.com/help/api#private-user-trading
Is this part implemented on zenbot 3.x for some other exchange?
-
Hello,
I'm am constantly getting the following errors after invoking ./run.sh:
- (node:31590) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
- { message: 'Forbidden' }
…
ghost updated
7 years ago
-
I prepared the extension to add Bitfinex to upcoming version, but I see that it will be necessary to change engine.js for it to work.
-
HitBTC exchange has both DASH/BTC and DSH/BTC pairs with different prices. I'd expect naming pair would be consistent across various markers, however following code proves me otherwise:
```
import…
-
I am repeatedly calling `async_read` to pull order book feed from an exchange in a fashion like this:
```
void on_read(const boost::system::error_code& ec)
{
m_b.consume(m_b.size());
…
-
Version one: Auto coin-switching trading python plugin (trades for 20 minutes, searches for coins for 5:
```
import json
import requests
import re
import unicodedata
import subprocess
import …
ghost updated
7 years ago
-
It happens because it only send new orders if the new order have a different price than the previous order.
For example, this impacts when canceling orders manually, it will not place a new order u…