Hi, I'm new to QuantConnect, and hope for some help!. Can I trade and reference to CME Bitcoin futures? Is there also a documentation/reference source which can list all the tickers used by QuantConnect?

For examples, E-minis are referred to Futures.Indices.SP500EMini, and gold is referred to Futures.Metals.Gold.

futureGC = self.AddFuture(Futures.Metals.Gold) futureES = self.AddFuture(Futures.Indices.SP500EMini)Thanks for the help!