mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-08 07:10:28 +00:00
Deployed 9ff4298 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -2031,7 +2031,7 @@ Common arguments:
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Downloading all data for one quote currency</p>
|
||||
<p>Often, you'll want to download data for all pairs of a specific quote-currency. In such cases, you can use the following shorthand:
|
||||
<code>freqtrade download-data --exchange binance --pairs .*/USDT <...></code>. The provided "pairs" string will be expanded to contain all active pairs on the exchange.
|
||||
<code>freqtrade download-data --exchange binance --pairs ".*/USDT" <...></code>. The provided "pairs" string will be expanded to contain all active pairs on the exchange.
|
||||
To also download data for inactive (delisted) pairs, add <code>--include-inactive-pairs</code> to the command.</p>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
@@ -2048,7 +2048,7 @@ To also download data for inactive (delisted) pairs, add <code>--include-inactiv
|
||||
<div class="highlight"><pre><span></span><code>freqtrade<span class="w"> </span>download-data<span class="w"> </span>--exchange<span class="w"> </span>binance<span class="w"> </span>--pairs<span class="w"> </span>ETH/USDT<span class="w"> </span>XRP/USDT<span class="w"> </span>BTC/USDT
|
||||
</code></pre></div>
|
||||
<p>or as regex (in this case, to download all active USDT pairs)</p>
|
||||
<div class="highlight"><pre><span></span><code>freqtrade<span class="w"> </span>download-data<span class="w"> </span>--exchange<span class="w"> </span>binance<span class="w"> </span>--pairs<span class="w"> </span>.*/USDT
|
||||
<div class="highlight"><pre><span></span><code>freqtrade<span class="w"> </span>download-data<span class="w"> </span>--exchange<span class="w"> </span>binance<span class="w"> </span>--pairs<span class="w"> </span><span class="s2">".*/USDT"</span>
|
||||
</code></pre></div>
|
||||
<h3 id="other-notes">Other Notes<a class="headerlink" href="#other-notes" title="Permanent link">¶</a></h3>
|
||||
<ul>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user