Let's say I have a very long running script, and each day I want to reload markets.
(eg; to make sure that all fees are up to date)
Start of script uses loadMarkets(), can I use the same command again?
As far as I understand, loadMarkets only works when they weren't previously loaded.
loadMarkets(true) reloads markets.
Most helpful comment
loadMarkets(true) reloads markets.