We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf9add commit f75eb44Copy full SHA for f75eb44
08 Drafts/05 Historical Data/01 Getting Started/03 Warm Up Periods.php
@@ -1,4 +1,9 @@
1
-<p>Follow these steps to add a warm-up period to the start of your algorithm:</p>
+<p>
2
+ Warm-up simulates winding back the clock from the time you deploy the algorithm.
3
+ In a backest, this is the <a href='/docs/v2/writing-algorithms/initialization#02-Set-Dates'>start date</a> of your algorithm.
4
+ In live trading, it's the current date.
5
+ Follow these steps to add a warm-up period to the start of your algorithm:
6
+</p>
7
8
<ol>
9
<li>Create a new project.</li>
0 commit comments