Deployed 250156f to develop in en with MkDocs 1.6.1 and mike 2.1.4
This commit is contained in:
@@ -1391,6 +1391,17 @@
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#kraken-futures" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
Kraken Futures
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -2423,6 +2434,17 @@
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#kraken-futures" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
Kraken Futures
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -2971,6 +2993,31 @@ It will also take a long time, as freqtrade will need to download every single t
|
||||
<p>Please pay attention that rateLimit configuration entry holds delay in milliseconds between requests, NOT requests/sec rate.
|
||||
So, in order to mitigate Kraken API "Rate limit exceeded" exception, this configuration should be increased, NOT decreased.</p>
|
||||
</div>
|
||||
<h2 id="kraken-futures">Kraken Futures<a class="headerlink" href="#kraken-futures" title="Permanent link">¶</a></h2>
|
||||
<p>Kraken Futures uses the exchange id <code>krakenfutures</code> and supports isolated futures mode.</p>
|
||||
<div class="highlight"><pre><span></span><code>"exchange": {
|
||||
"name": "krakenfutures",
|
||||
"key": "your_exchange_key",
|
||||
"secret": "your_exchange_secret"
|
||||
},
|
||||
"trading_mode": "futures",
|
||||
"margin_mode": "isolated",
|
||||
"stake_currency": "USD"
|
||||
</code></pre></div>
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Stoploss on Exchange</p>
|
||||
<p>Kraken Futures supports <code>stoploss_on_exchange</code> with both <code>limit</code> and <code>market</code> stop orders.
|
||||
Use <code>order_types.stoploss_price_type</code> to select the trigger price source (<code>mark</code>, <code>last</code>, or <code>index</code>).</p>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Collateral</p>
|
||||
<p>Kraken Futures is USD-settled. Use USD as your stake currency.</p>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Flex (Multi-collateral) Accounts</p>
|
||||
<p>Kraken Futures flex accounts allow collateral in multiple currencies, while trading remains USD-settled.
|
||||
Freqtrade derives the <code>USD</code> balance from Kraken margin fields, so keep <code>stake_currency</code> set to <code>USD</code>.</p>
|
||||
</div>
|
||||
<h2 id="kucoin">Kucoin<a class="headerlink" href="#kucoin" title="Permanent link">¶</a></h2>
|
||||
<p>Kucoin requires a passphrase for each api key, you will therefore need to add this key into the configuration so your exchange section looks as follows:</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="nt">"exchange"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span>
|
||||
|
||||
Reference in New Issue
Block a user