mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-03 21:00:25 +00:00
Deployed b637e7d to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -1557,6 +1557,15 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#im-getting-impossible-to-load-strategy-when-starting-the-bot" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
I'm getting "Impossible to load Strategy" when starting the bot
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -1958,6 +1967,15 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#im-getting-impossible-to-load-strategy-when-starting-the-bot" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
I'm getting "Impossible to load Strategy" when starting the bot
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -2195,6 +2213,17 @@ To force an immediate update, you can use <code>/reload_config</code> - which wi
|
||||
<p>You can use the <code>/stopentry</code> command in Telegram to prevent future trade entry, followed by <code>/forceexit all</code> (sell all open trades).</p>
|
||||
<h3 id="i-want-to-run-multiple-bots-on-the-same-machine">I want to run multiple bots on the same machine<a class="headerlink" href="#i-want-to-run-multiple-bots-on-the-same-machine" title="Permanent link">¶</a></h3>
|
||||
<p>Please look at the <a href="../advanced-setup/#running-multiple-instances-of-freqtrade">advanced setup documentation Page</a>.</p>
|
||||
<h3 id="im-getting-impossible-to-load-strategy-when-starting-the-bot">I'm getting "Impossible to load Strategy" when starting the bot<a class="headerlink" href="#im-getting-impossible-to-load-strategy-when-starting-the-bot" title="Permanent link">¶</a></h3>
|
||||
<p>This error message is shown when the bot cannot load the strategy.
|
||||
Usually, you can use <code>freqtrade list-strategies</code> to list all available strategies.
|
||||
The output of this command will also include a status column, showing if the strategy can be loaded.</p>
|
||||
<p>Please check the following:</p>
|
||||
<ul>
|
||||
<li>Are you using the correct strategy name? The strategy name is case-sensitive and must correspond to the Strategy class name (not the filename!).</li>
|
||||
<li>Is the strategy in the <code>user_data/strategies</code> directory, and has the file-ending <code>.py</code>?</li>
|
||||
<li>Does the bot show other warnings before this error? Maybe you're missing some dependencies for the strategy - which would be highlighted in the log.</li>
|
||||
<li>In case of docker - is the strategy directory mounted correctly (check the volumes part of the docker-compose file)?</li>
|
||||
</ul>
|
||||
<h3 id="im-getting-missing-data-fillup-messages-in-the-log">I'm getting "Missing data fillup" messages in the log<a class="headerlink" href="#im-getting-missing-data-fillup-messages-in-the-log" title="Permanent link">¶</a></h3>
|
||||
<p>This message is just a warning that the latest candles had missing candles in them.
|
||||
Depending on the exchange, this can indicate that the pair didn't have a trade for the timeframe you are using - and the exchange does only return candles with volume.
|
||||
@@ -2226,9 +2255,9 @@ As a consequence, Freqtrade will not enter a trade for this pair - as trading on
|
||||
</code></pre></div>
|
||||
<p>The same fix should be applied in the configuration file, if order types are defined in your custom config rather than in the strategy.</p>
|
||||
<h3 id="im-trying-to-start-the-bot-live-but-get-an-api-permission-error">I'm trying to start the bot live, but get an API permission error<a class="headerlink" href="#im-trying-to-start-the-bot-live-but-get-an-api-permission-error" title="Permanent link">¶</a></h3>
|
||||
<p>Errors like <code>Invalid API-key, IP, or permissions for action</code> mean exactly what they actually say.
|
||||
Your API key is either invalid (copy/paste error? check for leading/trailing spaces in the config), expired, or the IP you're running the bot from is not enabled in the Exchange's API console.
|
||||
Usually, the permission "Spot Trading" (or the equivalent in the exchange you use) will be necessary.
|
||||
<p>Errors like <code>Invalid API-key, IP, or permissions for action</code> mean exactly what they actually say.<br />
|
||||
Your API key is either invalid (copy/paste error? check for leading/trailing spaces in the config), expired, or the IP you're running the bot from is not enabled in the Exchange's API console.<br />
|
||||
Usually, the permission "Spot Trading" (or the equivalent in the exchange you use) will be necessary.<br />
|
||||
Futures will usually have to be enabled specifically.</p>
|
||||
<h3 id="how-do-i-search-the-bot-logs-for-something">How do I search the bot logs for something?<a class="headerlink" href="#how-do-i-search-the-bot-logs-for-something" title="Permanent link">¶</a></h3>
|
||||
<p>By default, the bot writes its log into stderr stream. This is implemented this way so that you can easily separate the bot's diagnostics messages from Backtesting, Edge and Hyperopt results, output from other various Freqtrade utility sub-commands, as well as from the output of your custom <code>print()</code>'s you may have inserted into your strategy. So if you need to search the log messages with the grep utility, you need to redirect stderr to stdout and disregard stdout.</p>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2,222 +2,222 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/advanced-backtesting/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/advanced-hyperopt/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/advanced-orderflow/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/advanced-setup/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/backtesting/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/bot-basics/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/bot-usage/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/configuration/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/data-analysis/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/data-download/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/deprecated/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/developer/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/docker_quickstart/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/edge/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/exchanges/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/faq/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freq-ui/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-configuration/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-developers/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-feature-engineering/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-parameter-table/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-reinforcement-learning/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-running/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/hyperopt/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/installation/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/leverage/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/lookahead-analysis/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/plotting/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/plugins/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/producer-consumer/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/recursive-analysis/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/rest-api/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/sql_cheatsheet/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/stoploss/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy-101/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy-advanced/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy-callbacks/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy-customization/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy_analysis_example/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy_migration/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/telegram-usage/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/trade-object/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/updating/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/utils/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/webhook-config/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/windows_installation/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/cors/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/pairlists/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/pricing/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/protections/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/release_template/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/showcase/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/strategy-imports/</loc>
|
||||
<lastmod>2024-11-19</lastmod>
|
||||
<lastmod>2024-11-20</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
Reference in New Issue
Block a user