Cody Kessler
Cody Kessler
It's highly unlikely anyone is willing (or able) to tell you some set of parameters that are going to make you money, but I can tell you how to make...
try $ docker logs tribeca for more detailed logs on whats going wrong. This could happen for a whole variety of reasons. Bad API keys, bad set up on your...
isn't this a duplicate of #440?
This is an issue with the way Kraken returns available balances (on short orders) and with the way BlackBird attempts to "getActivePosition" -- it was the inception of the changes...
@da1z I'm not sure if CexIO works at the moment but if not then unfortunately yes
Personally, I wouldn't want to nest action critical functions (like send order) in any loops for a feature like this. Without doing that, I think adding the feature to the...
It would not make a difference at the moment. Binance does not support USD.
I build on - Ubuntu 16.04.3 LTS + OpenSSL 1.0.2g - macOS High Sierra 10.13.3 + OpenSSL 1.0.2n
This is due to the currency hardcoding in main.cpp passing "usd" to Binance. It can be fixed by transforming the relevant parameters in the binance member functions, however, I left...
Replacing the hardcoded strings has weird effects without the change, I would not recommend it. As for RxJava the thing is the java/js libraries are (seemingly) so simple, they basically...