Hi new to QuantConnect, I was just trying to play around with the new GDAX API. I wanted to create a simple breakout strategy using Python that is buying BTC when daily price closes above the Upper band of the Bollinger Band and sell it when price closes below the Middle Band. I can't seem to get Bollinger Bands to work with BTC or any other product and the documentation seems incomplete. Any help would be greatly appreciated! Thanks!

Author