Deployed 1aaf0c2 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-04-03 04:49:16 +00:00
parent c12a340373
commit 3859521e33
5 changed files with 38 additions and 4 deletions

View File

@@ -3195,7 +3195,7 @@ In the below case, <code>max_open_trades</code> would be 3 after the merging - a
</tr>
<tr>
<td><code>initial_state</code></td>
<td>Defines the initial application state. If set to stopped, then the bot has to be explicitly started via <code>/start</code> RPC command. <br><em>Defaults to <code>stopped</code>.</em> <br> <strong>Datatype:</strong> Enum, either <code>stopped</code> or <code>running</code></td>
<td>Defines the initial application state. If set to stopped, then the bot has to be explicitly started via <code>/start</code> RPC command. <br><em>Defaults to <code>stopped</code>.</em> <br> <strong>Datatype:</strong> Enum, either <code>running</code>, <code>paused</code> or <code>stopped</code></td>
</tr>
<tr>
<td><code>force_entry_enable</code></td>