Type stubs for QuantConnect's Lean
Project description
QuantConnect Stubs
This package contains type stubs for QuantConnect's Lean algorithmic trading engine and for parts of the .NET library that are used by Lean.
These stubs can be used by editors to provide type-aware features like autocomplete and auto-imports in QuantConnect strategies written in Python.
After installing the stubs, you can copy the following line to the top of every Python file to have the same imports as the ones that are added by default in the cloud:
from AlgorithmImports import *
This line imports all common QuantConnect members and provides autocomplete for them.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for quantconnect_stubs-12669-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f01dc72c41ec1d4188cc7683b28349d8ad47b1ab6cd6746aa64809edceb5ec1a |
|
MD5 | dea821c9a7128fd32c73eb7420daeeda |
|
BLAKE2b-256 | 5f9984357416de2b7070a119fe0d535f3c4de878feffff4851f9b9ee3f437480 |