mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
Deployed 9e30e5c to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -2085,7 +2085,7 @@ You can do so by using the <code>--prepend</code> flag, combined with <code>--ti
|
||||
<li><code>feather</code> - a dataformat based on Apache Arrow</li>
|
||||
<li><code>json</code> - plain "text" json files</li>
|
||||
<li><code>jsongz</code> - a gzip-zipped version of json files</li>
|
||||
<li><code>hdf5</code> - a high performance datastore</li>
|
||||
<li><code>hdf5</code> - a high performance datastore (deprecated)</li>
|
||||
<li><code>parquet</code> - columnar datastore (OHLCV only)</li>
|
||||
</ul>
|
||||
<p>By default, both OHLCV data and trades data are stored in the <code>feather</code> format.</p>
|
||||
|
||||
@@ -1628,6 +1628,15 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#hdf5-data-storage" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
hdf5 data storage
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -1837,6 +1846,15 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#hdf5-data-storage" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
hdf5 data storage
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -1909,6 +1927,9 @@ We will keep a compatibility layer for 1-2 versions (so both <code>buy_tag</code
|
||||
<p>version 2023.3 saw the removal of <code>populate_any_indicators</code> in favor of split methods for feature engineering and targets. Please read the <a href="../strategy_migration/#freqai-strategy">migration document</a> for full details.</p>
|
||||
<h2 id="removal-of-protections-from-configuration">Removal of <code>protections</code> from configuration<a class="headerlink" href="#removal-of-protections-from-configuration" title="Permanent link">¶</a></h2>
|
||||
<p>Setting protections from the configuration via <code>"protections": [],</code> has been removed in 2024.10, after having raised deprecation warnings for over 3 years.</p>
|
||||
<h2 id="hdf5-data-storage">hdf5 data storage<a class="headerlink" href="#hdf5-data-storage" title="Permanent link">¶</a></h2>
|
||||
<p>Using hdf5 as data storage has been deprecated in 2024.12 and will be removed in 2025.1. We recommend switching to the feather data format.</p>
|
||||
<p>Please use the <a href="../data-download/#sub-command-convert-data"><code>convert-data</code> subcommand</a> to convert your existing data to one of the supported formats.</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-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/advanced-backtesting/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/advanced-hyperopt/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/advanced-orderflow/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/advanced-setup/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/backtesting/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/bot-basics/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/bot-usage/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/configuration/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/data-analysis/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/data-download/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/deprecated/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/developer/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/docker_quickstart/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/edge/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/exchanges/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/faq/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freq-ui/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-configuration/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-developers/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-feature-engineering/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-parameter-table/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-reinforcement-learning/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai-running/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/freqai/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/hyperopt/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/installation/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/leverage/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/lookahead-analysis/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/plotting/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/plugins/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/producer-consumer/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/recursive-analysis/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/rest-api/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/sql_cheatsheet/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/stoploss/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy-101/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy-advanced/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy-callbacks/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy-customization/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy_analysis_example/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/strategy_migration/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/telegram-usage/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/trade-object/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/updating/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/utils/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/webhook-config/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/windows_installation/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/cors/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/pairlists/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/pricing/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/protections/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/release_template/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/showcase/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.freqtrade.io/en/stable/includes/strategy-imports/</loc>
|
||||
<lastmod>2024-12-24</lastmod>
|
||||
<lastmod>2024-12-25</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
Reference in New Issue
Block a user