Bengt Brodersen

Results 277 comments of Bengt Brodersen

@luckfamousa first of all I forgot to say thank you for this extension update. > Sure. Does it work for you this way? Yes it works as expected. > So...

works like a charm

One last idea, maybe it make sense to filter currencies with no or zero value.

Awesome. I guess you missed the filter for `account["type"] == "ACCOUNT_TYPE_FIAT"`

And for some reason for some `accounts` the currency is `%`, very strange, for most currencies it is my account currency

It appears when I add `()` to currency for non fiat currencies (`currency = account["currency"] .. "()",`) it works as expected

just remove `currency = account["currency"]` works as well

This is my version ```lua -- Inofficial Coinbase Extension (www.coinbase.com) for MoneyMoney -- Fetches balances from Coinbase API V3 and returns them as securities -- -- Username: Coinbase Key Name...

Good Point, negative values should not be filtered.