Deployed 9ff4298 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2024-11-28 18:22:38 +00:00
parent 302bbcbdf0
commit c2665f643e
2 changed files with 3 additions and 3 deletions

View File

@@ -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 &lt;...&gt;</code>. The provided "pairs" string will be expanded to contain all active pairs on the exchange.
<code>freqtrade download-data --exchange binance --pairs ".*/USDT" &lt;...&gt;</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">&quot;.*/USDT&quot;</span>
</code></pre></div>
<h3 id="other-notes">Other Notes<a class="headerlink" href="#other-notes" title="Permanent link">&para;</a></h3>
<ul>

File diff suppressed because one or more lines are too long