This section highlights your contributions and engagement across the QuantConnect platform — including backtests, live trades, published research, and community involvement through comments and threads. It reflects your overall activity as part of the QuantConnect community.
YQ started the discussion How do I correctly compute SMA (or any moving indicators) for continuous futures?
class ContinuousFuture(QCAlgorithm): def Initialize(self): '''Initialise the data and...
YQ started the discussion How do I correctly compute SMA (or any moving indicators) for continuous futures?
class ContinuousFuture(QCAlgorithm): def Initialize(self): '''Initialise the data and...