ctubio / Krypto-trading-bot

Self-hosted crypto trading bot (automated high frequency market making) written in C++
https://127.0.0.1:3000
Other
3.37k stars 823 forks source link

Raspberry Pi 3 / Bitfinex M - Wrong exchangeId + Not funded orders #576

Closed 5ymph0en1x closed 6 years ago

5ymph0en1x commented 6 years ago

Hi everyone !

I'm trying to make Krypto Bot work on Raspbian Stretch with "Bitfinex Margin" but I'm facing an issue concerning the exchangeId number which comes out negative in the debug report. The consequence is that Bitfinex doesn't retrieve the order for cancelling (Order not found) and Krypto keeps piling stop orders but doesn't keep track of them in the web interface. It even tries to open orders with insufficient funds...

I've compiled everything (make packages + make dist + make) but it doesn't change anything.

The Id tracking works on a fresh Debian 9 install even if the insufficient funds problem persists...

No problem with HitBTC and Raspbian.

Kind regards

PS : Thanks for this amazing piece of software !

ctubio commented 6 years ago

thanks for the info'' lets solve this at https://github.com/ctubio/Krypto-trading-bot/issues/527 im currently looking to fix this