mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
Deployed 1aaf0c2 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -2196,6 +2196,9 @@ to do so, please use the following:</p>
|
||||
<span class="go">start</span>
|
||||
<span class="go"> Start the bot if it's in the stopped state.</span>
|
||||
|
||||
<span class="go">pause</span>
|
||||
<span class="go"> Pause the bot if it's in the running state. If triggered on stopped state will handle open positions.</span>
|
||||
|
||||
<span class="go">stats</span>
|
||||
<span class="go"> Return the stats report (durations, sell-reasons).</span>
|
||||
|
||||
@@ -2272,6 +2275,11 @@ All endpoints in the below table need to be prefixed with the base URL of the AP
|
||||
<td>Starts the trader.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>/pause</code></td>
|
||||
<td>POST</td>
|
||||
<td>Pause the trader. Gracefully handle open trades according to their rules. Do not enter new positions.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>/stop</code></td>
|
||||
<td>POST</td>
|
||||
<td>Stops the trader.</td>
|
||||
|
||||
Reference in New Issue
Block a user