-
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.
- Loading branch information
1 parent
d529ae4
commit d4a413e
Showing
11 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
01 Cloud Platform/10 Live Trading/01 Getting Started/05 Clear Live Algorithms History.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/algorithm-results/clear-history.php"); ?> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions
6
01 Cloud Platform/10 Live Trading/08 Algorithm Control/06 Update the Algorithm.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,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"); ?> |
1 change: 1 addition & 0 deletions
1
02 Local Platform/13 Live Trading/01 Getting Started/05 Clear Live Algorithms History.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<? include(DOCS_RESOURCES."/algorithm-results/clear-history.php"); ?> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -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> |