Hi all,

Is the Binance integration ready for use here in the browser? I tried plugging in:

"self.AddCrypto("BTCUSDT", Resolution.Hour, Market.Binance)"

...and was hit with the classic:

"Algorithm.Initialize() Error: In order to maintain cash in BTC you are required to add a subscription for Forex pair BTCUSD or USDBTC Stack Trace: System.ArgumentException: In order to maintain cash in BTC you are required to add a subscription for Forex pair BTCUSD or USDBTC"

...and a similar one regarding USDUSDT.

I tried various permutations of AddForex, AddCrypto to satisfy the console error suggestions, but to no avail. Any help greatly appreciated!

Author