-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2041 from DerekMelchin/bug-subscription-required-…
…for-cli Add subscription requirement to CLI pages
- Loading branch information
Showing
69 changed files
with
204 additions
and
26 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
05 Lean CLI/01 Key Concepts/01 Getting Started/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
<p> | ||
The Lean CLI is a cross-platform CLI which makes it easier to develop with the LEAN engine locally and in the cloud. | ||
</p> | ||
|
||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
05 Lean CLI/02 Installation/01 Installing pip/01 Introduction.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<? include(DOCS_RESOURCES."/cli/install/pip/introduction.php"); ?> | ||
|
||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
05 Lean CLI/03 Initialization/01 Authentication/01 Introduction.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
<? include(DOCS_RESOURCES."/cli/init/auth-intro.html"); ?> | ||
<? include(DOCS_RESOURCES."/cli/init/auth-intro.html"); ?> | ||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
05 Lean CLI/05 Datasets/01 Format and Storage/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<p>LEAN strives to use an open, human-readable format, so all data is stored in flat files (formatted as CSV or JSON). The data is compressed on disk using zip</p> | ||
|
||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...LI/05 Datasets/05 QuantConnect/01 Download By Ticker/01 Key Concepts/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<p>Downloading data by the ticker is the ideal, low-cost option to acquiring local trading data if you don't need an entire universe. This technique is for smaller, discrete downloads. You can download our ticker data through the CLI or LEAN in exchange for some <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/credit'>QuantConnect Credit</a> (QCC). Before the CLI or LEAN download new files, they check if your local machine already stores the files.</p> | ||
|
||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
4 changes: 3 additions & 1 deletion
4
05 Lean CLI/05 Datasets/05 QuantConnect/01 Download By Ticker/02 Costs/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
<p>This page describes how to calculate the approximate cost of downloading local data for algorithms of each asset class. The prices reflect the data prices at the time of writing. To view the current prices of each dataset, open a dataset listing in the <a href="https://www.quantconnect.com/datasets">Dataset Market</a> and then click the <span class="page-section-name">Pricing</span> tab. To download the data, use the <a href="/docs/v2/lean-cli/datasets/quantconnect/download-by-ticker/key-concepts#02-Using-the-CLI">lean data download</a> command or the <a href="/docs/v2/lean-cli/backtesting/deployment#04-Download-Datasets-During-Backtests">ApiDataProvider</a>.</p> | ||
<p>This page describes how to calculate the approximate cost of downloading local data for algorithms of each asset class. The prices reflect the data prices at the time of writing. To view the current prices of each dataset, open a dataset listing in the <a href="https://www.quantconnect.com/datasets">Dataset Market</a> and then click the <span class="page-section-name">Pricing</span> tab. To download the data, use the <a href="/docs/v2/lean-cli/datasets/quantconnect/download-by-ticker/key-concepts#02-Using-the-CLI">lean data download</a> command or the <a href="/docs/v2/lean-cli/backtesting/deployment#04-Download-Datasets-During-Backtests">ApiDataProvider</a>.</p> | ||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
3 changes: 3 additions & 0 deletions
3
05 Lean CLI/05 Datasets/05 QuantConnect/02 Download in Bulk/01 CFD Data/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<p>Download the <a href="https://www.quantconnect.com/datasets/oanda-cfd-data">CFD dataset</a> in bulk to get the full dataset without any selection bias. The bulk dataset packages contain data for every ticker and trading day.</p> | ||
|
||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
3 changes: 3 additions & 0 deletions
3
...an CLI/05 Datasets/05 QuantConnect/02 Download in Bulk/02 FOREX Data/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<p>Download the <a href="https://www.quantconnect.com/datasets/oanda-forex">FOREX dataset</a> in bulk to get the full dataset without any selection bias. The bulk dataset packages contain data for every ticker and trading day.</p> | ||
|
||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
4 changes: 3 additions & 1 deletion
4
...n CLI/05 Datasets/05 QuantConnect/02 Download in Bulk/03 US Equities/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<p>Download the <a href="https://www.quantconnect.com/datasets/algoseek-us-equities">US Equities dataset</a> in bulk to get the full dataset without any selection bias. The bulk dataset packages contain data for every ticker and trading day. If the resolution you download provides trade and quote data, the bulk download contains both data types. To check which data types each resolution provides, see <a href="https://www.quantconnect.com/docs/v2/writing-algorithms/securities/asset-classes/us-equity/requesting-data#03-Resolutions">Resolutions</a>.</p> | ||
|
||
<div class="highlight">The US Equities dataset depends on the <a href="https://www.quantconnect.com/datasets/quantconnect-us-equity-security-master">US Equity Security Master</a> dataset because the US Equity Security Master contains information on splits, dividends, and symbol changes.</div> | ||
<div class="highlight">The US Equities dataset depends on the <a href="https://www.quantconnect.com/datasets/quantconnect-us-equity-security-master">US Equity Security Master</a> dataset because the US Equity Security Master contains information on splits, dividends, and symbol changes.</div> | ||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
4 changes: 3 additions & 1 deletion
4
...ets/05 QuantConnect/02 Download in Bulk/04 US Equity Coarse Universe/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<p>Download the <a href='https://www.quantconnect.com/datasets/quantconnect-us-coarse-universe-constituents'>US Equity Coarse Universe dataset</a> in bulk to get the full dataset without any selection bias. The bulk dataset packages contain data for every trading day.</p> | ||
|
||
<div class="highlight">The US Equity Coarse Universe dataset depends on the <a href="https://www.quantconnect.com/datasets/quantconnect-us-equity-security-master">US Equity Security Master</a> dataset because the US Equity Security Master contains information on splits, dividends, and symbol changes.</div> | ||
<div class="highlight">The US Equity Coarse Universe dataset depends on the <a href="https://www.quantconnect.com/datasets/quantconnect-us-equity-security-master">US Equity Security Master</a> dataset because the US Equity Security Master contains information on splits, dividends, and symbol changes.</div> | ||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
... Datasets/05 QuantConnect/02 Download in Bulk/07 US ETF Constituents/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
<p>Download the <a href='https://www.quantconnect.com/datasets/quantconnect-us-etf-constituents'>US ETF Constituents dataset</a> in bulk to get the full dataset without any ETF selection bias. The bulk dataset package contains constituents data for all of the <a href='https://www.quantconnect.com/docs/v2/writing-algorithms/datasets/quantconnect/us-etf-constituents#07-Supported-ETFs'>supported ETFs</a> for every trading day.</p> | ||
|
||
<div class="highlight">The US ETF Constituents dataset depends on the <a href="https://www.quantconnect.com/datasets/quantconnect-us-equity-security-master">US Equity Security Master</a> dataset because the US Equity Security Master contains information on splits, dividends, and symbol changes.</div> | ||
|
||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
<p>Instead of using the data from QuantConnect, you can use data from your brokerage.</p> | ||
<p>Instead of using the data from QuantConnect, you can use data from your brokerage.</p> | ||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<p>Instead of using the data from QuantConnect or your brokerage, you can use data from <a rel='nofollow' target='_blank' href='https://www.factset.com/'>FactSet</a> if you have the authetication <span class="public-file-name">JSON</span> file.</p> | ||
|
||
<p>To view the implementation of the FactSet integration, see the <a href='https://github.com/QuantConnect/Lean.DataSource.FactSet' rel='nofollow' target='_blank'>Lean.DataSource.FactSet repository</a>.</p> | ||
<p>To view the implementation of the FactSet integration, see the <a href='https://github.com/QuantConnect/Lean.DataSource.FactSet' rel='nofollow' target='_blank'>Lean.DataSource.FactSet repository</a>.</p> | ||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
<p>Instead of using the data from QuantConnect or your brokerage, you can use data from <a rel='nofollow' target='_blank' href='https://polygon.io/'>Polygon</a> if you have an API key. To get an API key, see the <a href='https://polygon.io/dashboard/api-keys' rel='nofollow' target='_blank'>API Keys</a> page on the Polygon website</p> | ||
|
||
<p>To view the implementation of the Polygon integration, see the <a href='https://github.com/QuantConnect/Lean.DataSource.Polygon' rel='nofollow' target='_blank'>Lean.DataSource.Polygon repository</a>.</p> | ||
|
||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
3 changes: 3 additions & 0 deletions
3
05 Lean CLI/05 Datasets/12 Terminal Link/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<p>Instead of using the data from QuantConnect, you can use data from Bloomberg EMSX through Terminal Link if you're in an organization on the <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features#06-Institution-Tier'>Institution tier</a>.</p> | ||
|
||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<p> | ||
When you run the <code>lean project-create</code> or <code>lean cloud pull</code> commands, the CLI creates the basic files and folders most editors need to open your source code, provide autocomplete, and enable local debugging. This page documents exactly which files are created when you create a new local project with <code>lean project-create</code> or <code>lean cloud pull</code>. | ||
</p> | ||
</p> | ||
|
||
<p>To use the CLI, you must be a member in an <a href='https://www.quantconnect.com/docs/v2/cloud-platform/organizations/tier-features'>organization</a> on a paid tier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.