Deployed 0dc665e to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-08-12 04:58:04 +00:00
parent 60735e9fc0
commit 003b275c38
3 changed files with 10 additions and 1 deletions

View File

@@ -2525,6 +2525,11 @@ It's therefore required to pass the UID as well.</p>
<span class="p">}</span>
</code></pre></div>
<p>Bitget supports <a href="../configuration/#understand-order_time_in_force">time_in_force</a>.</p>
<div class="admonition tip">
<p class="admonition-title">Stoploss on Exchange</p>
<p>Bitget supports <code>stoploss_on_exchange</code> and can use both stop-loss-market and stop-loss-limit orders. It provides great advantages, so we recommend to benefit from it.
You can use either <code>"limit"</code> or <code>"market"</code> in the <code>order_types.stoploss</code> configuration setting to decide which type of stoploss shall be used.</p>
</div>
<h2 id="hyperliquid">Hyperliquid<a class="headerlink" href="#hyperliquid" title="Permanent link">&para;</a></h2>
<div class="admonition tip">
<p class="admonition-title">Stoploss on Exchange</p>

File diff suppressed because one or more lines are too long

View File

@@ -1997,6 +1997,10 @@ The Order-type will be ignored if only one mode is available.</p>
<td>market, limit</td>
</tr>
<tr>
<td>Bitget</td>
<td>market, limit</td>
</tr>
<tr>
<td>HTX</td>
<td>limit</td>
</tr>