mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 17:00:23 +00:00
Deployed 1175721 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -1114,6 +1114,15 @@
|
||||
</label>
|
||||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#quick-overview-of-supported-exchange-features" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Quick overview of supported exchange features
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#exchange-configuration" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
@@ -1929,6 +1938,15 @@
|
||||
</label>
|
||||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#quick-overview-of-supported-exchange-features" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Quick overview of supported exchange features
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#exchange-configuration" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
@@ -2258,6 +2276,115 @@
|
||||
|
||||
<h1 id="exchange-specific-notes">Exchange-specific Notes<a class="headerlink" href="#exchange-specific-notes" title="Permanent link">¶</a></h1>
|
||||
<p>This page combines common gotchas and Information which are exchange-specific and most likely don't apply to other exchanges.</p>
|
||||
<h2 id="quick-overview-of-supported-exchange-features">Quick overview of supported exchange features<a class="headerlink" href="#quick-overview-of-supported-exchange-features" title="Permanent link">¶</a></h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Exchange</th>
|
||||
<th>Mode</th>
|
||||
<th>Margin mode</th>
|
||||
<th>Stoploss type</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="./#binance">Binance</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#binance">Binance</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated, cross</td>
|
||||
<td>market, limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#bingx">Bingx</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>market, limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#bitmart">Bitmart</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>❌ (not supported)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#bybit">Bybit</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>❌ (not supported)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#bybit">Bybit</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated</td>
|
||||
<td>market, limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#gateio">Gate.io</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#gateio">Gate.io</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated</td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#htx">HTX</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#hyperliquid">Hyperliquid</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>❌ (not supported)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#hyperliquid">Hyperliquid</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated</td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#kraken">Kraken</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>market, limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#okx">OKX</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#okx">OKX</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated</td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#bitvavo">Bitvavo</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>❌ (not supported)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./#kucoin">Kucoin</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>market, limit</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="exchange-configuration">Exchange configuration<a class="headerlink" href="#exchange-configuration" title="Permanent link">¶</a></h2>
|
||||
<p>Freqtrade is based on <a href="https://github.com/ccxt/ccxt">CCXT library</a> that supports over 100 cryptocurrency
|
||||
exchange markets and trading APIs. The complete up-to-date list can be found in the
|
||||
|
||||
@@ -1958,7 +1958,7 @@
|
||||
<p>This section will highlight a few projects from members of the community.</p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>The projects below are for the most part not maintained by the freqtrade , therefore use your own caution before using them.</p>
|
||||
<p>The projects below are for the most part not maintained by the freqtrade team, therefore use your own caution before using them.</p>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="https://github.com/freqtrade/freqtrade-strategies/">Example freqtrade strategies</a></li>
|
||||
@@ -1966,7 +1966,7 @@
|
||||
<li><a href="https://remotepairlist.com/">Online pairlist generator</a> (by Blood4rc).</li>
|
||||
<li><a href="https://strat.ninja/">Freqtrade Backtesting Project</a> (by Blood4rc).</li>
|
||||
<li><a href="https://github.com/froggleston/freqtrade_analysis_notebook">Freqtrade analysis notebook</a> (by Froggleston).</li>
|
||||
<li><a href="https://github.com/froggleston/freqtrade-frogtrade9000">TUI for freqtrade</a> (by Froggleston).</li>
|
||||
<li><a href="https://github.com/freqtrade/ftui">FTUI - Terminal UI for freqtrade</a> (by Froggleston).</li>
|
||||
<li><a href="https://botacademy.ddns.net/">Bot Academy</a> (by stash86) - Blog about crypto bot projects.</li>
|
||||
</ul>
|
||||
<h2 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">¶</a></h2>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1976,56 +1976,117 @@ Stoploss calculations do include fees, so a stoploss of -10% is placed exactly 1
|
||||
</code></pre></div>
|
||||
<p>Stoploss on exchange is only supported for the following exchanges, and not all exchanges support both stop-limit and stop-market.
|
||||
The Order-type will be ignored if only one mode is available.</p>
|
||||
<details class="info">
|
||||
<summary>Supported exchanges and stoploss types</summary>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Exchange</th>
|
||||
<th>stop-loss type</th>
|
||||
<th>Mode</th>
|
||||
<th>Margin mode</th>
|
||||
<th>Stoploss type</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Binance</td>
|
||||
<td><a href="../exchanges/#binance">Binance</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Binance Futures</td>
|
||||
<td><a href="../exchanges/#binance">Binance</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated, cross</td>
|
||||
<td>market, limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bingx</td>
|
||||
<td><a href="../exchanges/#bingx">Bingx</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>market, limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bitget</td>
|
||||
<td><a href="../exchanges/#bitmart">Bitmart</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>❌ (not supported)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../exchanges/#bybit">Bybit</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>❌ (not supported)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../exchanges/#bybit">Bybit</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated</td>
|
||||
<td>market, limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>HTX</td>
|
||||
<td><a href="../exchanges/#gateio">Gate.io</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>kraken</td>
|
||||
<td><a href="../exchanges/#gateio">Gate.io</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated</td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../exchanges/#htx">HTX</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../exchanges/#hyperliquid">Hyperliquid</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>❌ (not supported)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../exchanges/#hyperliquid">Hyperliquid</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated</td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../exchanges/#kraken">Kraken</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>market, limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gate</td>
|
||||
<td><a href="../exchanges/#okx">OKX</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Okx</td>
|
||||
<td><a href="../exchanges/#okx">OKX</a></td>
|
||||
<td>futures</td>
|
||||
<td>isolated</td>
|
||||
<td>limit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kucoin</td>
|
||||
<td>stop-limit, stop-market</td>
|
||||
<td><a href="../exchanges/#bitvavo">Bitvavo</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>❌ (not supported)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hyperliquid (futures only)</td>
|
||||
<td>limit</td>
|
||||
<td><a href="../exchanges/#kucoin">Kucoin</a></td>
|
||||
<td>spot</td>
|
||||
<td></td>
|
||||
<td>market, limit</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</details>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Tight stoploss</p>
|
||||
<p><ins>Do not set too low/tight stoploss value when using stop loss on exchange!</ins><br />
|
||||
|
||||
Reference in New Issue
Block a user