Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion single-page/Quantconnect-Cloud-Platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -2769,6 +2769,13 @@ <h3>Download Files</h3>
link that appears.
</li>
</ol>
<p>
If you can't download files from the Object Store, you can log data to the Object Store during a backtest and analyze it in the Research Environment. For a full walkthrough, see
<a href="https://www.quantconnect.com/docs/v2//writing-algorithms/object-store#13-Example-for-Logging">
Example for Logging
</a>
.
</p>
</body>
</html>

Expand Down Expand Up @@ -9383,6 +9390,11 @@ <h3>Object Store</h3>
Example for Plotting
</a>
.
For an example of logging order data to a file and analyzing it in the Research Environment, see
<a href="https://www.quantconnect.com/docs/v2//writing-algorithms/object-store#13-Example-for-Logging">
Example for Logging
</a>
.
</p>
</body>
</html>
Expand Down Expand Up @@ -23166,7 +23178,7 @@ <h3>Demo Algorithm</h3>
self.set_start_date(2024, 9, 1)
self.set_end_date(2024, 12, 31)
self.set_cash(100000)
self.set_brokerage_model(BrokerageName.QUANTCONNECT_BROKERAGE, AccountType.MARGIN)
self.set_brokerage_model(BrokerageName.QUANT_CONNECT_BROKERAGE, AccountType.MARGIN)
symbol = self.add_equity("SPY", Resolution.DAILY).symbol
self._fast = self.ema(symbol, 10, Resolution.DAILY)
self._slow = self.ema(symbol, 50, Resolution.DAILY)
Expand Down Expand Up @@ -43798,6 +43810,13 @@ <h3>Download Files</h3>
link that appears.
</li>
</ol>
<p>
If you can't download files from the Object Store, you can log data to the Object Store during a backtest and analyze it in the Research Environment. For a full walkthrough, see
<a href="https://www.quantconnect.com/docs/v2//writing-algorithms/object-store#13-Example-for-Logging">
Example for Logging
</a>
.
</p>
</body>
</html>

Expand Down
280 changes: 277 additions & 3 deletions single-page/Quantconnect-Lean-Cli.html

Large diffs are not rendered by default.

Loading