Krypto-trading-bot icon indicating copy to clipboard operation
Krypto-trading-bot copied to clipboard

Self-hosted crypto trading bot (automated high frequency market making) written in C++

Results 79 Krypto-trading-bot issues
Sort by recently updated
recently updated
newest added

Failed to execute the command ‘make lib‘ Failed to execute the command ‘make‘ Unable to compile source file ERROR INFO: make[3]: Leaving directory '/home/admin/K/src/lib' test -f /home/admin/K/build-linux-x86_64/include/catch.h || (mkdir -p...

Hi, Awesome project. Had this running for about 6 months against Coinbase Pro with no problems until about 10 days ago. Getting the following error: ``` GW Errrror: Unable to...

maybe binance did change something, but K can only push new orders but can't delete them, but i don't see anything in console for errors

Please see screenshot for details. I have observed that the Bot (trading bot) places orders on Binance but does not show the correct information or quantity about them in the...

:fire: fixme!

06/29 15:57:48.643077 GW BINANCE Warrrrning: Error while place order: Too many new orders; current limit is 60 orders per 10 SECOND.. 06/29 15:57:48.698437 GW BINANCE Warrrrning: Error while place order:...

Currently using an IP whitelist and have been seeing segfaults happen almost immediately after dropping gzip bombs on unauthorized connections like this: 01/22 07:05:04.019419 UI dropping gzip bomb on 172.104.140.107....

This makes it so that they incur any trade/sec restrictions set which they should be bypassing if I'm not mistaken. It isn't always the case and I'm not sure why...

Their API is also incorrect: { "expiration" : "NA", "initial_margin" : "20.0", "margin" : true, "maximum_order_size" : "5000.0", "minimum_margin" : "10.0", "minimum_order_size" : "0.0008", "pair" : "ethbtc", "price_precision" : 5...

For some reason BFX added pairs with colons (DOGE:USD) and K errors out when trying to set them. Tried both "DOGE/USD" and "DOGE:USD" like their API shows but the first...

:heavy_check_mark: acknowledged
:fire: fixme!