Hi,

I am new to QuantConnect, trading algos, and python in general. I am trying to test out a simple EMA crossover strategy for cryptocurrencies to gain more famliarity.

I am using the below code to set the brokerage model:

self.SetBrokerageModel(BrokerageName.GDAX, AccountType.Cash)

After backtesting my algo, you can see that it had 383 total trades but only $67.09 in fees. Is this correct? Am I missing something?

Thanks!

Author