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.36k stars 821 forks source link

Super Opportunities Bug #1087

Open MiningInMySleep opened 3 years ago

MiningInMySleep commented 3 years ago

Currently in BTC/USD in Bitfinex. SOP triggered in stats/web UI: chrome_2021-03-15_21-23-07 sop Does not show up in console: putty_2021-03-15_21-24-01 And is not shown in reports on Bitfinex: chrome_2021-03-15_21-25-28

MiningInMySleep commented 3 years ago

Update: Even with sopSize of 1 it still thinks it sells size > 1x. Not sure what's going on here, but trade history on web UI (and maybe whole bot?) is inaccurate.

MiningInMySleep commented 3 years ago

Same thing is happening with SOP setting of "Trades" which should be only increasing the number of trades but is (falsely) increasing quantity sold to over 2x. Profit stats are getting skewed in some unknown direction due to this. Will try with SOP completely off now.

MiningInMySleep commented 3 years ago

SOP completely disabled and the 2x+ order still shows up. Might not even be related?