Hi,

I have a live algorithm deployed in Bitfinex which is currently trading BTC, ETH and XRP with hourly resolution. It had been running from 6 days without any problems until yesterday. Last night, I bought a small amount of SHIB directly from Bitfinex, however this morning the algorithm stopped due to the following error:

Runtime Error: The conversion rate for SHIB is not available. in CashBook.cs:line 166 Stack Trace: The conversion rate for SHIB is not available. in CashBook.cs:line 166

Is there any way to know how frequently the algorithm updates the Cash balance? and How can I handle this type of errors without having my algorithm stopped?

Some additional details:
- The algorithm is configured to use the Cash account,
- The algorithm had rebalanced several times prior to this error, without any problems.
- I had SHIB holdings during the first days while the the algorithm was live, and QC successfully updated them in the Live Dashboard.
- I am not using the Algorithm Framework.

Any help is appreciated :D