Deployed 38c74e5 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2026-01-05 12:09:56 +00:00
parent 06f45bd13a
commit f79509da5f
2 changed files with 3 additions and 3 deletions

View File

@@ -2543,8 +2543,8 @@ The same is true for <code>dp.get_pair_dataframe(metadata["pair"], "8h", candle_
<h3 id="selective-data-re-download">Selective data re-download<a class="headerlink" href="#selective-data-re-download" title="Permanent link">&para;</a></h3>
<p>The script below should serve as an example - you may need to adjust the timeframe and exchange to your needs!</p>
<div class="highlight"><pre><span></span><code><span class="c1"># Cleanup no longer needed data</span>
rm<span class="w"> </span>user_data/data/&lt;exchange&gt;/futures/*-mark-*
rm<span class="w"> </span>user_data/data/&lt;exchange&gt;/futures/*-funding_rate-*
rm<span class="w"> </span>user_data/data/&lt;exchange&gt;/futures/*-mark*
rm<span class="w"> </span>user_data/data/&lt;exchange&gt;/futures/*-funding_rate*
<span class="c1"># download new data (only required once to fix the mark and funding fee data)</span>
freqtrade<span class="w"> </span>download-data<span class="w"> </span>-t<span class="w"> </span>1h<span class="w"> </span>--trading-mode<span class="w"> </span>futures<span class="w"> </span>--candle-types<span class="w"> </span>funding_rate<span class="w"> </span>mark<span class="w"> </span><span class="o">[</span>...<span class="o">]</span><span class="w"> </span>--timerange<span class="w"> </span>&lt;full<span class="w"> </span>timerange<span class="w"> </span>you<span class="err">&#39;</span>ve<span class="w"> </span>got<span class="w"> </span>other<span class="w"> </span>data<span class="w"> </span><span class="k">for</span>&gt;

File diff suppressed because one or more lines are too long