Skip to content

Commit

Permalink
Update 03 Warm Up Periods.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Dec 26, 2024
1 parent eaf9add commit f75eb44
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<p>Follow these steps to add a warm-up period to the start of your algorithm:</p>
<p>
Warm-up simulates winding back the clock from the time you deploy the algorithm.
In a backest, this is the <a href='/docs/v2/writing-algorithms/initialization#02-Set-Dates'>start date</a> of your algorithm.
In live trading, it's the current date.
Follow these steps to add a warm-up period to the start of your algorithm:
</p>
<ol>
<li>Create a new project.</li>
Expand Down

0 comments on commit f75eb44

Please sign in to comment.