Deployed b5748fe to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2024-12-26 12:54:53 +00:00
parent 40c005c635
commit bf1cb1de0f
2 changed files with 21 additions and 1 deletions

View File

@@ -1593,6 +1593,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#i-want-to-reset-the-bots-database" class="md-nav__link">
<span class="md-ellipsis">
I want to reset the bot's database
</span>
</a>
</li>
<li class="md-nav__item">
@@ -2012,6 +2021,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#i-want-to-reset-the-bots-database" class="md-nav__link">
<span class="md-ellipsis">
I want to reset the bot's database
</span>
</a>
</li>
<li class="md-nav__item">
@@ -2254,6 +2272,8 @@ On low volume pairs, this is a rather common occurrence.</p>
<p>This message is a warning that the candles had a price jump of &gt; 30%.
This might be a sign that the pair stopped trading, and some token exchange took place (e.g. COCOS in 2021 - where price jumped from 0.0000154 to 0.01621).
This message is often accompanied by <a href="#im-getting-missing-data-fillup-messages-in-the-log">"Missing data fillup"</a> - as trading on such pairs is often stopped for some time.</p>
<h3 id="i-want-to-reset-the-bots-database">I want to reset the bot's database<a class="headerlink" href="#i-want-to-reset-the-bots-database" title="Permanent link">&para;</a></h3>
<p>To reset the bot's database, you can either delete the database (by default <code>tradesv3.sqlite</code> or <code>tradesv3.dryrun.sqlite</code>), or use a different database url via <code>--db-url</code> (e.g. <code>sqlite:///mynewdatabase.sqlite</code>).</p>
<h3 id="im-getting-outdated-history-for-pair-xxx-in-the-log">I'm getting "Outdated history for pair xxx" in the log<a class="headerlink" href="#im-getting-outdated-history-for-pair-xxx-in-the-log" title="Permanent link">&para;</a></h3>
<p>The bot is trying to tell you that it got an outdated last candle (not the last complete candle).
As a consequence, Freqtrade will not enter a trade for this pair - as trading on old information is usually not what is desired.</p>