Deployed 6b6d7fc to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-03-18 17:08:35 +00:00
parent 6a34bb12ab
commit 763db4b1b6
4 changed files with 271 additions and 20 deletions

View File

@@ -3198,6 +3198,10 @@ In the below case, <code>max_open_trades</code> would be 3 after the merging - a
<td><code>reduce_df_footprint</code></td>
<td>Recast all numeric columns to float32/int32, with the objective of reducing ram/disk usage (and decreasing train/inference timing in FreqAI). (Currently only affects FreqAI use-cases) <br> <strong>Datatype:</strong> Boolean. <br> Default: <code>False</code>.</td>
</tr>
<tr>
<td><code>log_config</code></td>
<td>Dictionary containing the log config for python logging. <a href="../advanced-setup/#advanced-logging">more info</a> <br> <strong>Datatype:</strong> dict. <br> Default: <code>FtRichHandler</code></td>
</tr>
</tbody>
</table>
<h3 id="parameters-in-the-strategy">Parameters in the strategy<a class="headerlink" href="#parameters-in-the-strategy" title="Permanent link">&para;</a></h3>