mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-04 12:55:39 +00:00
Deployed 5542feb to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -2350,7 +2350,7 @@
|
||||
<tr>
|
||||
<td><a href="./#hyperliquid">Hyperliquid</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated</td>
|
||||
<td>isolated, cross</td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -2071,6 +2071,12 @@ While freqtrade currently only supports one margin mode, this will change, and b
|
||||
<div class="highlight"><pre><span></span><code><span class="nt">"margin_mode"</span><span class="p">:</span><span class="w"> </span><span class="s2">"cross"</span>
|
||||
</code></pre></div>
|
||||
<p>Please read the <a href="../exchanges/">exchange specific notes</a> for exchanges that support this mode and how they differ.</p>
|
||||
<div class="admonition warning">
|
||||
<p class="admonition-title">Increased risk of liquidation</p>
|
||||
<p>Cross margin mode increases the risk of full account liquidation, as all trades share the same collateral.
|
||||
A loss on one trade can affect the liquidation price of other trades.<br />
|
||||
Also, cross-position influence may not be fully simulated in dry-run or backtesting mode.</p>
|
||||
</div>
|
||||
<h2 id="set-leverage-to-use">Set leverage to use<a class="headerlink" href="#set-leverage-to-use" title="Permanent link">¶</a></h2>
|
||||
<p>Different strategies and risk profiles will require different levels of leverage.
|
||||
While you could configure one static leverage value - freqtrade offers you the flexibility to adjust this via <a href="../strategy-callbacks/#leverage-callback">strategy leverage callback</a> - which allows you to use different leverages by pair, or based on some other factor benefitting your strategy result.</p>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2051,7 +2051,7 @@ The Order-type will be ignored if only one mode is available.</p>
|
||||
<tr>
|
||||
<td><a href="../exchanges/#hyperliquid">Hyperliquid</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated</td>
|
||||
<td>isolated, cross</td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user