SkillAgentSearch skills...

Quantconnect

A dump of all my quantconnect strategy ideas.

Install / Use

/learn @oreilm49/Quantconnect
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Quantconnect strategies

This repo is a collection of strategies that I've developed across a year of tinkering with quantconnect. Most of them are not profitable, but exist as an implementation of an idea I had at one point and wished to try. The only strategy I actually live traded is in the Breakout directory. I no longer use quantconnect and so have decided to make this repo public.

A note on code style and typing

If you're an accomplished python developer you may have noticed that none of my strategy code uses the python typing system, and many class methods use CamelCase. This is because quantconnect's python implementation utilizes PythonNet. If it was up to me I would implement PEP8 to the letter!

Usage guide

When running the strategies locally you can download stock data from qunatconnect API:

$ lean data download --dataset "US Equities" --organization "<ORG_ID>" --data-type "Trade" --ticker "AAPL" --resolution "Daily" --start "20210101" --end "20211231"

To push strategy updates to the cloud, do the following:

$ lean cloud push --project <PROJECT_NAME>

To backtest a strategy on quantconnect, do the following:

$ lean cloud backtest <PROJECT_NAME> --push

The --push flag will ensure that the latest local updates are pushed before the backtest starts. Initiating the backtest via the cli is also much quicker when compared with using the in browser GUI.

View on GitHub
GitHub Stars27
CategoryDevelopment
Updated16d ago
Forks7

Languages

Python

Security Score

80/100

Audited on Mar 10, 2026

No findings