mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-04 04:43:33 +00:00
Deployed 1aaf0c2 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -816,6 +816,15 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#pause" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
/pause
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -2097,6 +2106,15 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#pause" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
/pause
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -2431,7 +2449,7 @@ The default custom keyboard looks like this.</p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Supported Commands</p>
|
||||
<p>Only the following commands are allowed. Command arguments are not supported!</p>
|
||||
<p><code>/start</code>, <code>/stop</code>, <code>/status</code>, <code>/status table</code>, <code>/trades</code>, <code>/profit</code>, <code>/performance</code>, <code>/daily</code>, <code>/stats</code>, <code>/count</code>, <code>/locks</code>, <code>/balance</code>, <code>/stopentry</code>, <code>/reload_config</code>, <code>/show_config</code>, <code>/logs</code>, <code>/whitelist</code>, <code>/blacklist</code>, <code>/edge</code>, <code>/help</code>, <code>/version</code>, <code>/marketdir</code></p>
|
||||
<p><code>/start</code>, <code>/pause</code>, <code>/stop</code>, <code>/status</code>, <code>/status table</code>, <code>/trades</code>, <code>/profit</code>, <code>/performance</code>, <code>/daily</code>, <code>/stats</code>, <code>/count</code>, <code>/locks</code>, <code>/balance</code>, <code>/stopentry</code>, <code>/reload_config</code>, <code>/show_config</code>, <code>/logs</code>, <code>/whitelist</code>, <code>/blacklist</code>, <code>/edge</code>, <code>/help</code>, <code>/version</code>, <code>/marketdir</code></p>
|
||||
</div>
|
||||
<h2 id="telegram-commands">Telegram commands<a class="headerlink" href="#telegram-commands" title="Permanent link">¶</a></h2>
|
||||
<p>Per default, the Telegram bot shows predefined commands. Some commands
|
||||
@@ -2454,6 +2472,10 @@ official commands. You can ask at any moment for help with <code>/help</code>.</
|
||||
<td>Starts the trader</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>/pause</code></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>Stops the trader</td>
|
||||
</tr>
|
||||
@@ -2625,6 +2647,10 @@ official commands. You can ask at any moment for help with <code>/help</code>.</
|
||||
<blockquote>
|
||||
<p><strong>Status:</strong> <code>running</code></p>
|
||||
</blockquote>
|
||||
<h3 id="pause">/pause<a class="headerlink" href="#pause" title="Permanent link">¶</a></h3>
|
||||
<blockquote>
|
||||
<p><strong>Status:</strong> <code>paused</code></p>
|
||||
</blockquote>
|
||||
<h3 id="stop">/stop<a class="headerlink" href="#stop" title="Permanent link">¶</a></h3>
|
||||
<blockquote>
|
||||
<p><code>Stopping trader ...</code>
|
||||
|
||||
Reference in New Issue
Block a user