Skip to content

Commit

Permalink
Adds algorithm-manager-time-loop-maximum to CLI Config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed May 23, 2024
1 parent dc3401e commit 5bb6430
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/cli/lean-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<td>Log missing data files. This is useful for debugging.</td>
<td>true</td>
</tr>
<tr>
<td nowrap><code>algorithm-manager-time-loop-maximum</code></td>
<td>The maximum amount of time the algorithm is permitted to spend in a single time loop.</td>
<td>20</td>
</tr>
<tr>
<td nowrap><code>maximum-warmup-history-days-look-back</code></td>
<td>The maximum number of days of data the history provider will provide during <a href='https://www.quantconnect.com/docs/v2/writing-algorithms/historical-data/warm-up-periods'>warm-up</a> in live trading. The history provider expects older data to be on disk.</td>
Expand Down

0 comments on commit 5bb6430

Please sign in to comment.