| Where backtests run | QuantConnect’s cloud. On-premises is available on the Institution tier. | Your computer. Nothing is uploaded to run it. |
|---|
| Free backtesting | Unlimited cloud backtesting on the free tier, across all asset classes. | Unlimited, local, in your own Python. Nothing is queued, metered or throttled, because it is running on your hardware. |
|---|
| Live execution | Built into the platform. Live deployment requires a paid plan. | No execution engine ships. Order routing is something you build against your venue, with your credentials, and test before it touches money. |
|---|
| Broker and data support | A fixed set of integrations they build and maintain. If yours is missing, you wait. | No list. Describe the venue you use and the connection gets built, or install a stack for it. |
|---|
| Language | Python or C#, written against the LEAN API. | Whatever the job calls for. The agent writes it, you read it, and it runs like any other program on your machine. |
|---|
| What you end up owning | A project inside their platform, in Python or C#, built on the LEAN engine. | A self-contained script on your disk, in any language, that runs like any other program. |
|---|
| Pricing | Free tier, then paid plans. Monthly prices are not published — tiers are quoted. | The workstation and the stacks come with the download. Engine capacity is the subscription; current rates are published in the app. |
|---|
| Maturity | Large, established, years of community strategies and a proven engine. | Much newer. Smaller community, smaller marketplace. |
|---|