Add total account value to summary page
It is already listed on Poloniex, but should not be difficult to add to the summary page.
- it's not really "lending" bot specific
- need to call 'returnCompleteBalances' and calculate the total
Yea, this would be handy. I still log into polo for that. It would be especially handy for me as we could apply output currency to it.
Started working on this.
I have an implementation working on this branch https://github.com/Mikadily/poloniexlendingbot/tree/total_account_value
Do you think we need to enable/disable the option in the configuration? default to disabled?
Should always be enabled, but (maybe) have a setting between all wallets or just lending.
It seems the api either returns all or exchange, no option to retrieve lending alone.
@rnevet https://github.com/Mikadily/poloniexlendingbot/blob/master/modules/Data.py#L129
Those are available balances, not taking offers, active loans. We might have an internal value calculated of the total.