Skip to content

Commit

Permalink
Adds Clear Live History H3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed Jan 16, 2025
1 parent d529ae4 commit d4a413e
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/algorithm-results/clear-history.php"); ?>
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
<p>If you need to adjust your algorithm's project files or <a href="/docs/v2/cloud-platform/projects/structure#06-Parameters">parameter values</a>, stop your algorithm, make your changes, and then redeploy your algorithm. You can't adjust your algorithm's code or parameter values while your algorithm executes. When you stop and redeploy a live algorithm, your project's live equity curve is retained between the deployments. To erase the equity curve history, clone the project and then redeploy the cloned version of the project.</p>
<? include(DOCS_RESOURCES."/live-trading/parameters-live-update.php"); ?>
<p>If you need to adjust your algorithm's project files or <a href="/docs/v2/cloud-platform/projects/structure#06-Parameters">parameter values</a>, stop your algorithm, make your changes, and then redeploy your algorithm. You can't adjust your algorithm's code or parameter values while your algorithm executes.</p>

<? include(DOCS_RESOURCES."/algorithm-results/clear-history.php");
include(DOCS_RESOURCES."/live-trading/parameters-live-update.php"); ?>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<? include(DOCS_RESOURCES."/algorithm-results/clear-history.php"); ?>
1 change: 1 addition & 0 deletions Resources/algorithm-results/clear-history.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>When you stop and redeploy a live algorithm, your project's <?=$cloudPlatform ? '<a href="/docs/v2/cloud-platform/live-trading/results">live results</a>' : 'live results'?> is retained between the deployments. To clear the live results history, <a href=<?=$cloudPlatform ? '"/docs/v2/cloud-platform/projects/getting-started#05-Clone-Projects"' : '"/docs/v2/local-platform/projects/getting-started#06-Clone-Projects"'?>>clone the project</a> and then redeploy the cloned version of the project.</p>

0 comments on commit d4a413e

Please sign in to comment.