fdoumet
fdoumet
Take a look at #428. I don't believe Kraken is ready to be used as a Short exchange yet.
Happened to me too. I think it's a parsing error somewhere in Quadriga
Thanks for the help on how to debug. ``` #0 0x00007f3bb85d7428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 #1 0x00007f3bb85d902a in __GI_abort () at abort.c:89 #2 0x00007f3bb8f1a84d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6...
Turns out Quadriga has a minimum trade amount of 0.005 BTC. So if you attempt to send a long order with anything else than that, it will return an error.
As was noted in #392, the minimum to short on CEX is 0.05 BTC. I haven't heard of anyone who has tested with that amount yet. Testing with any smaller...
@CCKRK, can you recommend ideas to help us debug? It seems like #430 might be related (and due to Quadriga)
Since it's correctly printing the Entry Info, can't we safely assume that `getLimitPrice` is succeeding?
See issue #382. This is likely due to the minimum trade on QuadrigaCX to be $50. We should add a 'minimum trade' parameter in the `blackbird.conf` file to ignore certain...
Hmm, 1.3.3 does not work for me on M3 mac.