From f75eb449c09ec302ed0b162c05dffc767da640b0 Mon Sep 17 00:00:00 2001 From: Derek Melchin <38889814+DerekMelchin@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:14:17 -0500 Subject: [PATCH] Update 03 Warm Up Periods.php --- .../01 Getting Started/03 Warm Up Periods.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.