Skip to content

Commit f75eb44

Browse files
authored
Update 03 Warm Up Periods.php
1 parent eaf9add commit f75eb44

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

08 Drafts/05 Historical Data/01 Getting Started/03 Warm Up Periods.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
<p>Follow these steps to add a warm-up period to the start of your algorithm:</p>
1+
<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>
27
38
<ol>
49
<li>Create a new project.</li>

0 commit comments

Comments
 (0)