From 5bb6430fb3604ca4804e73512f97c3af1c57a172 Mon Sep 17 00:00:00 2001 From: Alexandre Catarino Date: Thu, 23 May 2024 19:10:10 +0100 Subject: [PATCH] Adds `algorithm-manager-time-loop-maximum` to CLI Config --- Resources/cli/lean-config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/cli/lean-config.php b/Resources/cli/lean-config.php index e8a11acb04..67d0189d5e 100644 --- a/Resources/cli/lean-config.php +++ b/Resources/cli/lean-config.php @@ -25,6 +25,11 @@ Log missing data files. This is useful for debugging. true + + algorithm-manager-time-loop-maximum + The maximum amount of time the algorithm is permitted to spend in a single time loop. + 20 + maximum-warmup-history-days-look-back The maximum number of days of data the history provider will provide during warm-up in live trading. The history provider expects older data to be on disk.