ondra-novak / mmbot

Market Making trading bot for cryptomarkets
MIT License
218 stars 57 forks source link

Wallet details are not shown #36

Closed mbexo closed 2 years ago

mbexo commented 2 years ago

Hi Ondra,

it seems the details in the wallets page are not shown. I have some balance (EUR/BTC) on Bitfinex.

image

mbexo commented 2 years ago

Just an update from my observiation: this happens only when the button "No budget allocation" is turned on. When the button os off, the wallet details are shown in the wallet list.

image

ondra-novak commented 2 years ago

Whole "wallet" feature is built up on wallet allocation. So if you disable this feature, the trader doesn"t rerport any information about wallet and allocations and then the wallet service can"t see it. The main purpose of the feature "no budget allocation" is to help solve allocation clash which can sometime happen if you rebalance your portfolio. This allows to temporarily remove certian trader from allocations and make its balance seen as available.

mbexo commented 2 years ago

Thank you for the explanation of this behavior, it was not clear for me based on the description from the UI interface.