Skip to content

Commit

Permalink
Fixes Broken Links
Browse files Browse the repository at this point in the history
Broken because of datasets updates.
  • Loading branch information
AlexCatarino committed Apr 19, 2024
1 parent 4e8bc98 commit 89c9124
Show file tree
Hide file tree
Showing 30 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

<p>The <code>AddCryptoFuture</code> method creates a subscription for a single Crypto Futures asset and adds it to your <span class="new-term">user-defined</span> universe.</p>

<p>To view the supported assets in the Crypto Futures dataset, see <a href="/docs/v2/writing-algorithms/datasets/coinapi/binance-crypto-future-price-data#06-Supported-Assets">Supported Assets</a>.</p>
<p>To view the supported assets in the Crypto Futures dataset, see <a href="/docs/v2/writing-algorithms/datasets/coinapi/binance-crypto-future-price-data#07-Supported-Assets">Supported Assets</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<pre class="csharp">_symbol = AddForex("EURUSD").Symbol;</pre>
<pre class="python">self.symbol = self.add_forex("EURUSD").symbol</pre>
</div>
<p>To view the supported Forex pairs, see <a href="/docs/v2/writing-algorithms/datasets/oanda/forex-data#06-Supported-Assets">Supported Assets</a>.</p>
<p>To view the supported Forex pairs, see <a href="/docs/v2/writing-algorithms/datasets/oanda/forex-data#07-Supported-Assets">Supported Assets</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ <h4>Warm Up Contract Prices</h4>
</div>

<h4>Supported Assets</h4>
<p>To view the supported assets in the US Futures dataset, see <a href="/docs/v2/writing-algorithms/datasets/algoseek/us-futures#07-Supported-Assets">Supported Assets</a>.</p>
<p>To view the supported assets in the US Futures dataset, see <a href="/docs/v2/writing-algorithms/datasets/algoseek/us-futures#08-Supported-Assets">Supported Assets</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@

<h4>Supported Assets</h4>

<p>To view the supported assets in the US Future Options dataset, see <a href="/docs/v2/writing-algorithms/datasets/algoseek/us-future-options#06-Supported-Assets">Supported Assets</a>.</p>
<p>To view the supported assets in the US Future Options dataset, see <a href="/docs/v2/writing-algorithms/datasets/algoseek/us-future-options#07-Supported-Assets">Supported Assets</a>.</p>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<p>The Future Option markets have the same hours as the Futures market. For more information, see the <a href="/docs/v2/writing-algorithms/datasets/algoseek/us-future-options#06-Supported-Assets">supported contracts</a> and the <a href="/docs/v2/writing-algorithms/securities/asset-classes/futures/market-hours/cbot">market hours of Future markets</a>.</p>
<p>The Future Option markets have the same hours as the Futures market. For more information, see the <a href="/docs/v2/writing-algorithms/datasets/algoseek/us-future-options#07-Supported-Assets">supported contracts</a> and the <a href="/docs/v2/writing-algorithms/securities/asset-classes/futures/market-hours/cbot">market hours of Future markets</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<pre class="python">self.symbol = self.add_index("VIX").symbol</pre>
</div>

<p>To view the supported assets in the US Cash Indices dataset, see the <a href="/docs/v2/writing-algorithms/datasets/tickdata/us-cash-indices#06-Supported-Indices">Supported Indices</a>.</p>
<p>To view the supported assets in the US Cash Indices dataset, see the <a href="/docs/v2/writing-algorithms/datasets/tickdata/us-cash-indices#07-Supported-Indices">Supported Indices</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@
</div>

<h4>Supported Assets</h4>
<p>To view the supported assets in the US Index Options dataset, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-index-options#06-Supported-Assets'>Supported Assets</a>.</p>
<p>To view the supported assets in the US Index Options dataset, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-index-options#07-Supported-Assets'>Supported Assets</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<pre class="python">self.symbol = self.add_cfd("XAUUSD").symbol</pre>
</div>

<p>To view the supported CFD contracts, see <a href="/docs/v2/writing-algorithms/datasets/oanda/cfd-data#06-Supported-Assets">Supported Assets</a>. For more information about the specific dataset we use for backtests, see the <a href='/datasets/oanda-cfd-data'>OANDA CFD dataset listing</a>. To trade OANDA CFDs live, use our <a href='/docs/v2/cloud-platform/datasets/quantconnect/cfd'>QuantConnect data provider</a>.
<p>To view the supported CFD contracts, see <a href="/docs/v2/writing-algorithms/datasets/oanda/cfd-data#07-Supported-Assets">Supported Assets</a>. For more information about the specific dataset we use for backtests, see the <a href='/datasets/oanda-cfd-data'>OANDA CFD dataset listing</a>. To trade OANDA CFDs live, use our <a href='/docs/v2/cloud-platform/datasets/quantconnect/cfd'>QuantConnect data provider</a>.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr>
<td>
<h4>Argument: <span><code>etfTicker</code></span></h4>
<p class='property-description'>The ETF ticker. To view the supported ETFs in the US ETF Constituents dataset, see <a href='/docs/v2/writing-algorithms/datasets/quantconnect/us-etf-constituents#06-Supported-ETFs'>Supported ETFs</a>.</p>
<p class='property-description'>The ETF ticker. To view the supported ETFs in the US ETF Constituents dataset, see <a href='/docs/v2/writing-algorithms/datasets/quantconnect/us-etf-constituents#07-Supported-ETFs'>Supported ETFs</a>.</p>
<p>Data Type: <span><code class="csharp">string</code><code class="python">str</code></span><span class='pipe-separator'> | </span> Default Value: <span><code>None</code></span></p>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>The following example chains a <a href='/docs/v2/writing-algorithms/universes/equity/fundamental-universes'>fundamental universe</a> and a <a href='/docs/v2/writing-algorithms/datasets/quiver-quantitative/cnbc-trading#09-Universe-Selection'>QuiverCNBCsUniverse alternative universe</a>. It first selects the 100 most liquid US Equities and then filters them down to those mentioned by CNBC commentator/trader Jim Cramer. The output of the alternative universe selection method is the output of the chained universe.</p>
<p>The following example chains a <a href='/docs/v2/writing-algorithms/universes/equity/fundamental-universes'>fundamental universe</a> and a <a href='/docs/v2/writing-algorithms/datasets/quiver-quantitative/cnbc-trading#10-Universe-Selection'>QuiverCNBCsUniverse alternative universe</a>. It first selects the 100 most liquid US Equities and then filters them down to those mentioned by CNBC commentator/trader Jim Cramer. The output of the alternative universe selection method is the output of the chained universe.</p>
<div class="section-example-container">
<pre class="csharp">#region imports
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>The following example chains an <a href="/docs/v2/writing-algorithms/universes/equity/etf-constituents-universes">ETF universe</a> and a <a href='/docs/v2/writing-algorithms/datasets/quiver-quantitative/cnbc-trading#09-Universe-Selection'>QuiverCNBCsUniverse alternative universe</a>. It first selects all constituents of SPY and then filters them down to those mentioned by CNBC commentator/trader Jim Cramer. The output of the alternative universe selection method is the output of the chained universe.</p>
<p>The following example chains an <a href="/docs/v2/writing-algorithms/universes/equity/etf-constituents-universes">ETF universe</a> and a <a href='/docs/v2/writing-algorithms/datasets/quiver-quantitative/cnbc-trading#10-Universe-Selection'>QuiverCNBCsUniverse alternative universe</a>. It first selects all constituents of SPY and then filters them down to those mentioned by CNBC commentator/trader Jim Cramer. The output of the alternative universe selection method is the output of the chained universe.</p>
<div class="section-example-container">
<pre class="csharp">#region imports
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<tr>
<td><code>ticker</code></td>
<td><code class="csharp">string</code><code class="python">str</code></td>
<td>The underlying Equity ticker. To view the supported underlying Equity tickers, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-equity-options#06-Supported-Assets'>Supported Assets</a>.</td>
<td>The underlying Equity ticker. To view the supported underlying Equity tickers, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-equity-options#07-Supported-Assets'>Supported Assets</a>.</td>
<td></td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<tr>
<td>
<h4>Argument: <span><code>ticker</code></span></h4>
<p class='property-description'>The Future ticker. To view the supported assets in the US Futures dataset, see <a href='https://www.quantconnect.com/docs/v2/writing-algorithms/datasets/algoseek/us-futures#07-Supported-Assets'>Supported Assets</a>.</p>
<p class='property-description'>The Future ticker. To view the supported assets in the US Futures dataset, see <a href='https://www.quantconnect.com/docs/v2/writing-algorithms/datasets/algoseek/us-futures#08-Supported-Assets'>Supported Assets</a>.</p>
<p>Data Type: <span><code class='csharp'>string</code><code class='python'>str</code></span><span class='pipe-separator'> | </span> Default Value: <span><code>None</code></span></p>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<tr>
<td><code>symbol</code></td>
<td><code>Symbol</code></td>
<td>The continuous Future contract Symbol. To view the supported assets in the US Future Options dataset, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-future-options#06-Supported-Assets'>Supported Assets</a>.</td>
<td>The continuous Future contract Symbol. To view the supported assets in the US Future Options dataset, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-future-options#07-Supported-Assets'>Supported Assets</a>.</td>
<td></td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tr>
<td><code>ticker</code></td>
<td><code class="csharp">string</code><code class="python">str</code></td>
<td>The underlying Index ticker. To view the supported indices, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-index-options#06-Supported-Assets'>Supported Assets</a>.</td>
<td>The underlying Index ticker. To view the supported indices, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-index-options#07-Supported-Assets'>Supported Assets</a>.</td>
<td></td>
</tr>
<tr>
Expand Down Expand Up @@ -77,13 +77,13 @@
<tr>
<td><code>underlying</code></td>
<td><code>Symbol</code></td>
<td>The underlying Index <code>Symbol</code>. To view the supported indices, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-index-options#06-Supported-Assets'>Supported Assets</a>.</td>
<td>The underlying Index <code>Symbol</code>. To view the supported indices, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-index-options#07-Supported-Assets'>Supported Assets</a>.</td>
<td></td>
</tr>
<tr>
<td><code>targetOption</code></td>
<td><code class="csharp">string</code><code class="python">str</code></td>
<td>The target Option ticker. To view the supported target Options, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-index-options#06-Supported-Assets'>Supported Assets</a>.</td>
<td>The target Option ticker. To view the supported target Options, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-index-options#07-Supported-Assets'>Supported Assets</a>.</td>
<td></td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<p>An alternative data universe lets you select a basket of Cryptocurrencies based on an alternative dataset that's linked to them. If you use an alternative data universe, you limit your universe to only the securities in the dataset, which avoids unnecessary subscriptions. Currently, only the <a href="/docs/v2/writing-algorithms/datasets/coingecko/crypto-market-cap#10-Universe-Selection">Crypto Market Cap</a> alternative dataset supports universe selection for Crypto.</p>
<p>An alternative data universe lets you select a basket of Cryptocurrencies based on an alternative dataset that's linked to them. If you use an alternative data universe, you limit your universe to only the securities in the dataset, which avoids unnecessary subscriptions. Currently, only the <a href="/docs/v2/writing-algorithms/datasets/coingecko/crypto-market-cap#11-Universe-Selection">Crypto Market Cap</a> alternative dataset supports universe selection for Crypto.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" /></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" /></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" /></td>
</tr></tbody></table><p>For more information about each underlying Index, see <a href="/docs/v2/writing-algorithms/datasets/tickdata/us-cash-indices#06-Supported-Indices">Supported Indices</a>.</p>
</tr></tbody></table><p>For more information about each underlying Index, see <a href="/docs/v2/writing-algorithms/datasets/tickdata/us-cash-indices#07-Supported-Indices">Supported Indices</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr>
<td><code>etfTicker</code></td>
<td><code>string</code></td>
<td>Ticker of the ETF to get constituents for. To view the available ETFs, see <a href='/docs/v2/writing-algorithms/datasets/quantconnect/us-etf-constituents#06-Supported-ETFs'>Supported ETFs</a>.</td>
<td>Ticker of the ETF to get constituents for. To view the available ETFs, see <a href='/docs/v2/writing-algorithms/datasets/quantconnect/us-etf-constituents#07-Supported-ETFs'>Supported ETFs</a>.</td>
<td></td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<tr>
<td><code>futureChainSymbolSelector</code></td>
<td><code class="csharp">Func&lt;DateTime, IEnumerable&lt;Symbol&gt;&gt;</code><code class="python">Callable[[datetime], List[Symbol]]</code></td>
<td>A function that selects the Future symbols for a given Coordinated Universal Time (UTC). To view the supported assets in the US Futures dataset, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-futures#07-Supported-Assets'>Supported Assets</a>.</td>
<td>A function that selects the Future symbols for a given Coordinated Universal Time (UTC). To view the supported assets in the US Futures dataset, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-futures#08-Supported-Assets'>Supported Assets</a>.</td>
<td></td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<code class="csharp">Func&lt;DateTime, IEnumerable&lt;Symbol&gt;&gt;</code>
<code class="python">Callable[[datetime], List[Symbol]]</code>
</td>
<td>A function that selects the Future symbols for a given Coordinated Universal Time (UTC). To view the supported assets in the US Futures dataset, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-futures#07-Supported-Assets'>Supported Assets</a>.<br></td>
<td>A function that selects the Future symbols for a given Coordinated Universal Time (UTC). To view the supported assets in the US Futures dataset, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-futures#08-Supported-Assets'>Supported Assets</a>.<br></td>
<td></td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
You need a <a href="/docs/v2/research-environment/datasets/equity-fundamental-data#02-Create-Subscriptions">subscription</a> before you can request historical fundamental data for US Equities.
On the time dimension, you can request an amount of historical data based on a trailing number of bars, a trailing period of time, or a defined period of time.
On the security dimension, you can request historical data for a single US Equity, a set of US Equities, or all of the US Equities in the US Fundamental dataset.
On the property dimension, you can call the <code>History</code> method to get all <a href='/docs/v2/writing-algorithms/datasets/morningstar/us-fundamental-data#05-Data-Point-Attributes'>fundamental properties</a>.
On the property dimension, you can call the <code>History</code> method to get all <a href='/docs/v2/writing-algorithms/datasets/morningstar/us-fundamental-data#06-Data-Point-Attributes'>fundamental properties</a>.
</p>

<p>
Expand Down Expand Up @@ -67,7 +67,7 @@ <h4>Trailing Period of Time</h4>
<h4>Defined Period of Time<br></h4>
<p>
To get the historical data of all the fundamental properties over specific period of time, call the <code>History</code> method with a start <code class="csharp">DateTime</code><code class="python">datetime</code> and an end <code class="csharp">DateTime</code><code class="python">datetime</code>.
To view the possible fundamental properties, see the <code>Fundamental</code> attributes in <a href='/docs/v2/writing-algorithms/datasets/morningstar/us-fundamental-data#05-Data-Point-Attributes'>Data Point Attributes</a>.
To view the possible fundamental properties, see the <code>Fundamental</code> attributes in <a href='/docs/v2/writing-algorithms/datasets/morningstar/us-fundamental-data#06-Data-Point-Attributes'>Data Point Attributes</a>.
The start and end times you provide to these methods are based in the <a href='/docs/v2/research-environment/initialization#04-Set-Time-Zone'>notebook time zone</a>.
</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
data_mapping_mode = DataMappingMode.LAST_TRADING_DAY,
contract_depth_offset = 0)</pre>
</div>
<p>To view the available tickers in the US Futures dataset, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-futures#07-Supported-Assets'>Supported Assets</a>.</p>
<p>To view the available tickers in the US Futures dataset, see <a href='/docs/v2/writing-algorithms/datasets/algoseek/us-futures#08-Supported-Assets'>Supported Assets</a>.</p>
<p>If you omit any of the arguments after the ticker, see the following table for their default values:</p>
<table class="qc-table table">
<thead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
futures_contract_symbol = sorted(futures_contract_symbols, key=lambda s: s.id.date)[0]
qb.add_future_contract(futures_contract_symbol, fill_forward = False)</pre>
</div>
<p>To view the available underlying Futures in the US Future Options dataset, see <a href="/docs/v2/writing-algorithms/datasets/algoseek/us-future-options#06-Supported-Assets">Supported Assets</a>.</p>
<p>To view the available underlying Futures in the US Future Options dataset, see <a href="/docs/v2/writing-algorithms/datasets/algoseek/us-future-options#07-Supported-Assets">Supported Assets</a>.</p>

<li><span class='qualifier'>(Optional)</span> Set a <a href='/docs/v2/writing-algorithms/universes/future-options#03-Filter-Contracts'>contract filter</a>.</li>
<div class="section-example-container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
</div>
</ol>

<p>To view all of the available Forex pairs, see <a href='/docs/v2/writing-algorithms/datasets/oanda/forex-data#06-Supported-Assets'>Supported Assets</a>.</p>
<p>To view all of the available Forex pairs, see <a href='/docs/v2/writing-algorithms/datasets/oanda/forex-data#07-Supported-Assets'>Supported Assets</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
</div>
</ol>

<p>To view all of the available contracts, see <a href="/docs/v2/writing-algorithms/datasets/oanda/cfd-data#06-Supported-Assets">Supported Assets</a>.</p>
<p>To view all of the available contracts, see <a href="/docs/v2/writing-algorithms/datasets/oanda/cfd-data#07-Supported-Assets">Supported Assets</a>.</p>
Loading

0 comments on commit 89c9124

Please sign in to comment.