diff --git a/08 Drafts/05 Historical Data/01 Getting Started/03 Warm Up Periods.php b/08 Drafts/05 Historical Data/01 Getting Started/03 Warm Up Periods.php index 65b69678e7..7d30d5c63d 100644 --- a/08 Drafts/05 Historical Data/01 Getting Started/03 Warm Up Periods.php +++ b/08 Drafts/05 Historical Data/01 Getting Started/03 Warm Up Periods.php @@ -1,4 +1,9 @@ -

Follow these steps to add a warm-up period to the start of your algorithm:

+

+ Warm-up simulates winding back the clock from the time you deploy the algorithm. + In a backest, this is the start date 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: +

  1. Create a new project.