Skip to main content

QuantConnect/Documentation

SkillsMP는 QuantConnect/Documentation에서 99개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
99
GitHub 스타
260
GitHub 포크
191

이 저장소의 skills

수집된 skill 99개 중 40개를 표시합니다.

직업 분류
미분류
설명

Use when subscribing to a QuantConnect/LEAN alternative-data class via `AddData<AltClass>(symbol)` and reading the result from `slice` in `OnData`. Triggers — "is this dataset a list or single point per bar", "why does iterating slice[dataset_symbol] fail",…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when selecting a dynamic Equity universe from QuantConnect/LEAN alternative-data classes with `AddUniverse<AltClass>(selector)`. Covers Brain, CoinGecko, EODHD, Quiver Quantitative, and Smart Insider universes. Skip for Morningstar fundamentals, ETF…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when subscribing to a QuantConnect/LEAN alternative-data class via `add_data(<AltClass>, symbol)` and reading the result from `slice` in `on_data`. Triggers — "is this dataset a list or single point per bar", "why does iterating slice[dataset_symbol]…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when selecting a dynamic Equity universe from QuantConnect/LEAN alternative-data classes with `add_universe(<AltClass>, selector)`. Covers Brain, CoinGecko, EODHD, Quiver Quantitative, and Smart Insider universes. Skip for Morningstar fundamentals, ETF…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when subscribing to a QuantConnect/LEAN alternative-data class via py`add_data(<AltClass>, symbol)`cs`AddData<AltClass>(symbol)` and reading the result from py`slice`cs`slice` in py`on_data`cs`OnData`. Triggers — "is this dataset a list or single point…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use when selecting a dynamic Equity universe from QuantConnect/LEAN alternative-data classes with py`add_universe(<AltClass>, selector)`cs`AddUniverse<AltClass>(selector)`. Covers Brain, CoinGecko, EODHD, Quiver Quantitative, and Smart Insider universes. Skip…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use whenever placing orders, sizing positions to target weights, exiting/flattening, choosing an order type (incl. market-on-close), or deciding on fee/slippage/fill models. Prefer QuantConnect built-ins over hand-rolled order math.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use whenever placing orders, sizing positions to target weights, exiting/flattening, choosing an order type (incl. market-on-close), or deciding on fee/slippage/fill models. Prefer QuantConnect built-ins over hand-rolled order math.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Use whenever placing orders, sizing positions to target weights, exiting/flattening, choosing an order type (incl. market-on-close), or deciding on fee/slippage/fill models. Prefer QuantConnect built-ins over hand-rolled order math.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Use to look up the exact path or spelling of any Morningstar BALANCE SHEET field on a QuantConnect/LEAN `Fundamental` object — everything under py`f.financial_statements.balance_sheet.*`cs`f.FinancialStatements.BalanceSheet.*` — assets, liabilities,…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Use to look up the exact path or spelling of any Morningstar CASH FLOW STATEMENT field on a QuantConnect/LEAN `Fundamental` object — everything under py`f.financial_statements.cash_flow_statement.*`cs`f.FinancialStatements.CashFlowStatement.*` — operating /…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Use to look up the exact path or spelling of any Morningstar ASSET CLASSIFICATION field on a QuantConnect/LEAN `Fundamental` object — everything under py`f.asset_classification.*`cs`f.AssetClassification.*` (Morningstar sector / industry-group / industry…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar EARNING REPORT, COMPANY/SECURITY REFERENCE, or COMPANY PROFILE field on a QuantConnect/LEAN `Fundamental` object — everything under py`f.earning_reports.*`cs`f.EarningReports.*` (EPS, DPS,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar INCOME STATEMENT field on a QuantConnect/LEAN `Fundamental` object — everything under py`f.financial_statements.income_statement.*`cs`f.FinancialStatements.IncomeStatement.*` — revenue, cost/expense…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar RATIO field on a QuantConnect/LEAN `Fundamental` object — everything under py`f.operation_ratios.*`cs`f.OperationRatios.*` (ROA, ROE, margins, turnover, growth),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

START HERE to look up the exact path or spelling of any Morningstar fundamental data point on a QuantConnect/LEAN `Fundamental` object `f`. This skill holds the path-reading rules, the top-level and filing-metadata fields (market cap, `period_ending_date`,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar BALANCE SHEET field on a QuantConnect/LEAN `Fundamental` object — everything under `f.FinancialStatements.BalanceSheet.*` — assets, liabilities, stockholders' equity, debt, working-capital…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar CASH FLOW STATEMENT field on a QuantConnect/LEAN `Fundamental` object — everything under `f.FinancialStatements.CashFlowStatement.*` — operating / investing / financing cash flows, capital…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar ASSET CLASSIFICATION field on a QuantConnect/LEAN `Fundamental` object — everything under `f.AssetClassification.*` (Morningstar sector / industry-group / industry codes, style box, financial health…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar EARNING REPORT, COMPANY/SECURITY REFERENCE, or COMPANY PROFILE field on a QuantConnect/LEAN `Fundamental` object — everything under `f.EarningReports.*` (EPS, DPS, report/file dates, shares),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar INCOME STATEMENT field on a QuantConnect/LEAN `Fundamental` object — everything under `f.FinancialStatements.IncomeStatement.*` — revenue, cost/expense lines, operating and net income, EBIT/EBITDA,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar RATIO field on a QuantConnect/LEAN `Fundamental` object — everything under `f.OperationRatios.*` (ROA, ROE, margins, turnover, growth), `f.ValuationRatios.*` (PE, PB, PS, EV multiples, yields), and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

START HERE to look up the exact path or spelling of any Morningstar fundamental data point on a QuantConnect/LEAN `Fundamental` object `f`. This skill holds the path-reading rules, the top-level and filing-metadata fields (market cap, `period_ending_date`,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar BALANCE SHEET field on a QuantConnect/LEAN `Fundamental` object — everything under `f.financial_statements.balance_sheet.*` — assets, liabilities, stockholders' equity, debt, working-capital…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar CASH FLOW STATEMENT field on a QuantConnect/LEAN `Fundamental` object — everything under `f.financial_statements.cash_flow_statement.*` — operating / investing / financing cash flows, capital…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar ASSET CLASSIFICATION field on a QuantConnect/LEAN `Fundamental` object — everything under `f.asset_classification.*` (Morningstar sector / industry-group / industry codes, style box, financial…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar EARNING REPORT, COMPANY/SECURITY REFERENCE, or COMPANY PROFILE field on a QuantConnect/LEAN `Fundamental` object — everything under `f.earning_reports.*` (EPS, DPS, report/file dates, shares),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar INCOME STATEMENT field on a QuantConnect/LEAN `Fundamental` object — everything under `f.financial_statements.income_statement.*` — revenue, cost/expense lines, operating and net income,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use to look up the exact path or spelling of any Morningstar RATIO field on a QuantConnect/LEAN `Fundamental` object — everything under `f.operation_ratios.*` (ROA, ROE, margins, turnover, growth), `f.valuation_ratios.*` (PE, PB, PS, EV multiples, yields),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

START HERE to look up the exact path or spelling of any Morningstar fundamental data point on a QuantConnect/LEAN `Fundamental` object `f`. This skill holds the path-reading rules, the top-level and filing-metadata fields (market cap, `period_ending_date`,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when selecting or screening a QuantConnect/LEAN Equity universe on Morningstar fundamentals — the py`add_universe(...)`cs`AddUniverse(...)` pattern, the `Fundamental` object and how its data is organized, period accessors for `MultiPeriodField` values,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Base mechanics shared by EVERY dynamic universe in QuantConnect/LEAN — what universe selection returns is what QC subscribes to, the MINUTE resolution default, scheduling selection to the strategy's rebalance calendar, and what selection should return during…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when selecting or screening a QuantConnect/LEAN Equity universe on Morningstar fundamentals — the `AddUniverse(...)` pattern, the `Fundamental` object and how its data is organized, period accessors for `MultiPeriodField` values, and year-over-year…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Base mechanics shared by EVERY dynamic universe in QuantConnect/LEAN — what universe selection returns is what QC subscribes to, the MINUTE resolution default, scheduling selection to the strategy's rebalance calendar, and what selection should return during…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when selecting or screening a QuantConnect/LEAN Equity universe on Morningstar fundamentals — the `add_universe(...)` pattern, the `Fundamental` object and how its data is organized, period accessors for `MultiPeriodField` values, and year-over-year…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Base mechanics shared by EVERY dynamic universe in QuantConnect/LEAN — what universe selection returns is what QC subscribes to, the MINUTE resolution default, scheduling selection to the strategy's rebalance calendar, and what selection should return during…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when selecting a QuantConnect/LEAN universe based on per-symbol indicators. Triggers — code uses py`add_universe(...)`cs`AddUniverse(...)` with a selection callback that builds per-symbol…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use whenever a signal needs a technical indicator or rolling statistic (moving average, momentum/rate-of-change, RSI, ATR, rolling volatility, etc.) — OR any custom per-symbol statistic computed from a trailing window of prices/returns (weighted sums of past…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use for any cross-sectional strategy that ranks a large universe and trades only a subset (e.g. long-short deciles/quintiles). The principle — narrow to a bounded set as early as you can, store the target weights, and subscribe to only that bounded set (never…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when selecting a QuantConnect/LEAN universe based on per-symbol indicators. Triggers — code uses `AddUniverse(...)` with a selection callback that builds per-symbol `SimpleMovingAverage`/`ExponentialMovingAverage`/`BollingerBands`/`RSI`/`ATR` etc., often…

원문 언어: 영어

업데이트
수집된 skill 99개 중 40개를 표시합니다.