Skip to content

Commit

Permalink
fix broken href
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisSzeto committed Oct 26, 2023
1 parent b5d620b commit 81827d5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h4>Non-Interactive Mode</h4>
<p>Follow these steps to download datasets with the non-interactive mode of the CLI:</p>
<ol>
<li>Open the <a href="/docs/v2/cloud-platform/datasets/navigating-the-market#02-View-All-Listings">listing page of the dataset</a> that you want to download.</li>
<li>Open the <a href="http://www.quantconnect.com/docs/v2/cloud-platform/datasets/navigating-the-market#02-View-All-Listings">listing page of the dataset</a> that you want to download.</li>
<li>Click the <span class="tab-name">CLI</span> tab.</li>
<p>If there is no <span class="tab-name">CLI</span> tab, you can't download the dataset.</p>
<li>Fill in the Command Line Generator form.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Successfully updated name and files and libraries for 'My Project'</pre>
</div>

<p>Alternatively, you can <a href='/docs/v2/cloud-platform/projects/getting-started#07-Rename-Projects'>rename the project</a> in QuantConnect Cloud and then <a href='/docs/v2/lean-cli/projects/cloud-synchronization#02-Pulling-Cloud-Projects'>pull the project</a> to your local machine.</p>
<p>Alternatively, you can <a href='http://www.quantconnect.com/docs/v2/cloud-platform/projects/getting-started#07-Rename-Projects'>rename the project</a> in QuantConnect Cloud and then <a href='/docs/v2/lean-cli/projects/cloud-synchronization#02-Pulling-Cloud-Projects'>pull the project</a> to your local machine.</p>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p>
Follow these steps to pull all the cloud projects that you store in an <a href='/docs/v2/cloud-platform/organizations/getting-started'>organization</a> to your local drive:
Follow these steps to pull all the cloud projects that you store in an <a href='http://www.quantconnect.com/docs/v2/cloud-platform/organizations/getting-started'>organization</a> to your local drive:
</p>

<ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
If your algorithm only uses custom data, you can select the \"Custom data only\" data feed option.
This data feed doesn't require any brokerage credentials, but only works if your algorithm doesn't subscribe to non-custom data.
Your algorithm crashes if it attempts to subscribe to non-custom data with this data feed in place, including the benchmark security.
To avoid data issues with the benchmark security, either <a href='/docs/v2/writing-algorithms/importing-data/streaming-data/custom-securities/key-concepts#07-Set-the-Benchmark'>set the benchmark to the subscribed custom data</a> or a constant.
To avoid data issues with the benchmark security, either <a href='http://www.quantconnect.com/docs/v2/writing-algorithms/importing-data/streaming-data/custom-securities/key-concepts#07-Set-the-Benchmark'>set the benchmark to the subscribed custom data</a> or a constant.
</p>
<div class='section-example-container'>
<pre class='csharp'>SetBenchmark(x => 0);</pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
</thead>
<tbody>
<tr>
<td><a href="/docs/v2/writing-algorithms/trading-and-orders/order-types/market-orders">MarketOrder</a></td>
<td><a href="http://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-types/market-orders">MarketOrder</a></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
</tr>
<tr>
<td><a href="/docs/v2/writing-algorithms/trading-and-orders/order-types/limit-orders">LimitOrder</a></td>
<td><a href="http://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-types/limit-orders">LimitOrder</a></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
</tr>
<tr>
<td><a href="/docs/v2/writing-algorithms/trading-and-orders/order-types/stop-market-orders">StopMarketOrder</a></td>
<td><a href="http://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-types/stop-market-orders">StopMarketOrder</a></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
</tr>
<tr>
<td><a href="/docs/v2/writing-algorithms/trading-and-orders/order-types/stop-limit-orders">StopLimitOrder</a></td>
<td><a href="http://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-types/stop-limit-orders">StopLimitOrder</a></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
<td><img src="https://cdn.quantconnect.com/i/tu/check.png" alt="green check" width="15px;"></td>
Expand All @@ -54,23 +54,23 @@


<h4>Time In Force</h4>
<p>Terminal Link supports the following <a href='/docs/v2/writing-algorithms/trading-and-orders/order-properties#03-Time-In-Force'>TimeInForce</a> instructions:</p>
<p>Terminal Link supports the following <a href='http://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-properties#03-Time-In-Force'>TimeInForce</a> instructions:</p>
<ul>
<li><code>Day</code></li>
<li><code>GoodTilCanceled</code></li>
<li><code>GoodTilDate</code></li>
</ul>

<h4>Get Open Orders</h4>
<p>Terminal Link lets you <a href='/docs/v2/writing-algorithms/trading-and-orders/order-management/transaction-manager'>access open orders</a>.</p>
<p>Terminal Link lets you <a href='http://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-management/transaction-manager'>access open orders</a>.</p>

<h4>Monitor Fills</h4>
<p>Terminal Link allows you to monitor orders as they fill through <a href='/docs/v2/writing-algorithms/trading-and-orders/order-events'>order events</a>.</p>
<p>Terminal Link allows you to monitor orders as they fill through <a href='http://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-events'>order events</a>.</p>

<h4>Updates</h4>
<p>Terminal Link doesn't support <a href='/docs/v2/writing-algorithms/trading-and-orders/order-management/order-tickets#04-Update-Orders'>order updates</a>.</p>
<p>Terminal Link doesn't support <a href='http://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-management/order-tickets#04-Update-Orders'>order updates</a>.</p>

<h4>Cancellations</h4>
<p>Terminal Link enables you to <a href='/docs/v2/writing-algorithms/trading-and-orders/order-management/order-tickets#05-Cancel-Orders'>cancel open orders</a>.</p>
<p>Terminal Link enables you to <a href='http://www.quantconnect.com/docs/v2/writing-algorithms/trading-and-orders/order-management/order-tickets#05-Cancel-Orders'>cancel open orders</a>.</p>

<? include(DOCS_RESOURCES."/brokerages/handling-splits.html"); ?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>You need to <a href='/docs/v2/cloud-platform/live-trading/brokerages/bloomberg-emsx#14-Set-Up-SAPI'>set up the Bloomberg SAPI</a> before you can deploy cloud algorithms with Terminal Link.</p>
<p>You need to <a href='http://www.quantconnect.com/docs/v2/cloud-platform/live-trading/brokerages/bloomberg-emsx#14-Set-Up-SAPI'>set up the Bloomberg SAPI</a> before you can deploy cloud algorithms with Terminal Link.</p>

<?php
$brokerageDetails = "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<li>Skip the rest of this page.</li>
</ol>

<p>The input to your model should be a <span class="public-file-name">CSV</span> file where the first column is the <a href='/docs/v2/writing-algorithms/key-concepts/security-identifiers'>security identifier</a> and the second column is the point-in-time ticker.</p>
<p>The input to your model should be a <span class="public-file-name">CSV</span> file where the first column is the <a href='http://www.quantconnect.com/docs/v2/writing-algorithms/key-concepts/security-identifiers'>security identifier</a> and the second column is the point-in-time ticker.</p>

<div class="section-example-container"><pre>
A R735QTJ8XC9X,A,17.19,109700,1885743,False,0.9904858,1
Expand Down

0 comments on commit 81827d5

Please sign in to comment.