From 6713ceaf0c20193481b082c81ab2355199378813 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Mar 2025 05:45:50 +0000 Subject: [PATCH] Deployed 674d286 to develop in en with MkDocs 1.6.1 and mike 2.1.3 --- en/develop/404.html | 4 ++-- en/develop/advanced-backtesting/index.html | 4 ++-- en/develop/advanced-hyperopt/index.html | 4 ++-- en/develop/advanced-orderflow/index.html | 8 ++++---- en/develop/advanced-setup/index.html | 4 ++-- .../assets/javascripts/bundle.c8b220af.min.js | 16 ++++++++++++++++ .../javascripts/bundle.c8b220af.min.js.map | 7 +++++++ .../assets/javascripts/bundle.f1b6f286.min.js | 16 ---------------- .../javascripts/bundle.f1b6f286.min.js.map | 7 ------- en/develop/backtesting/index.html | 4 ++-- en/develop/bot-basics/index.html | 4 ++-- en/develop/bot-usage/index.html | 4 ++-- .../commands/backtesting-analysis/index.html | 4 ++-- en/develop/commands/backtesting-show/index.html | 4 ++-- en/develop/commands/backtesting/index.html | 4 ++-- en/develop/commands/convert-data/index.html | 4 ++-- en/develop/commands/convert-db/index.html | 4 ++-- .../commands/convert-trade-data/index.html | 4 ++-- en/develop/commands/create-userdir/index.html | 4 ++-- en/develop/commands/download-data/index.html | 4 ++-- en/develop/commands/edge/index.html | 4 ++-- en/develop/commands/hyperopt-list/index.html | 4 ++-- en/develop/commands/hyperopt-show/index.html | 4 ++-- en/develop/commands/hyperopt/index.html | 4 ++-- en/develop/commands/install-ui/index.html | 4 ++-- en/develop/commands/list-data/index.html | 4 ++-- en/develop/commands/list-exchanges/index.html | 4 ++-- en/develop/commands/list-freqaimodels/index.html | 4 ++-- en/develop/commands/list-hyperoptloss/index.html | 4 ++-- en/develop/commands/list-markets/index.html | 4 ++-- en/develop/commands/list-pairs/index.html | 4 ++-- en/develop/commands/list-strategies/index.html | 4 ++-- en/develop/commands/list-timeframes/index.html | 4 ++-- .../commands/lookahead-analysis/index.html | 4 ++-- en/develop/commands/main/index.html | 4 ++-- en/develop/commands/new-config/index.html | 4 ++-- en/develop/commands/new-strategy/index.html | 4 ++-- en/develop/commands/plot-dataframe/index.html | 4 ++-- en/develop/commands/plot-profit/index.html | 4 ++-- .../commands/recursive-analysis/index.html | 4 ++-- en/develop/commands/show-config/index.html | 4 ++-- en/develop/commands/show-trades/index.html | 4 ++-- en/develop/commands/strategy-updater/index.html | 4 ++-- en/develop/commands/test-pairlist/index.html | 4 ++-- en/develop/commands/trade/index.html | 4 ++-- en/develop/commands/trades-to-ohlcv/index.html | 4 ++-- en/develop/commands/webserver/index.html | 4 ++-- en/develop/configuration/index.html | 4 ++-- en/develop/data-analysis/index.html | 4 ++-- en/develop/data-download/index.html | 4 ++-- en/develop/deprecated/index.html | 4 ++-- en/develop/developer/index.html | 4 ++-- en/develop/docker_quickstart/index.html | 4 ++-- en/develop/edge/index.html | 4 ++-- en/develop/exchanges/index.html | 4 ++-- en/develop/faq/index.html | 4 ++-- en/develop/freq-ui/index.html | 4 ++-- en/develop/freqai-configuration/index.html | 4 ++-- en/develop/freqai-developers/index.html | 4 ++-- en/develop/freqai-feature-engineering/index.html | 4 ++-- en/develop/freqai-parameter-table/index.html | 4 ++-- .../freqai-reinforcement-learning/index.html | 4 ++-- en/develop/freqai-running/index.html | 4 ++-- en/develop/freqai/index.html | 4 ++-- en/develop/hyperopt/index.html | 4 ++-- en/develop/includes/cors/index.html | 4 ++-- en/develop/includes/pairlists/index.html | 4 ++-- en/develop/includes/pricing/index.html | 4 ++-- en/develop/includes/protections/index.html | 4 ++-- en/develop/includes/release_template/index.html | 4 ++-- en/develop/includes/showcase/index.html | 4 ++-- en/develop/includes/strategy-imports/index.html | 4 ++-- en/develop/index.html | 4 ++-- en/develop/installation/index.html | 4 ++-- en/develop/leverage/index.html | 4 ++-- en/develop/lookahead-analysis/index.html | 4 ++-- en/develop/plotting/index.html | 4 ++-- en/develop/plugins/index.html | 4 ++-- en/develop/producer-consumer/index.html | 4 ++-- en/develop/recursive-analysis/index.html | 4 ++-- en/develop/requirements-docs.txt | 2 +- en/develop/rest-api/index.html | 4 ++-- en/develop/sql_cheatsheet/index.html | 4 ++-- en/develop/stoploss/index.html | 4 ++-- en/develop/strategy-101/index.html | 4 ++-- en/develop/strategy-advanced/index.html | 4 ++-- en/develop/strategy-callbacks/index.html | 4 ++-- en/develop/strategy-customization/index.html | 4 ++-- en/develop/strategy_analysis_example/index.html | 4 ++-- en/develop/strategy_migration/index.html | 4 ++-- en/develop/telegram-usage/index.html | 4 ++-- en/develop/trade-object/index.html | 4 ++-- en/develop/updating/index.html | 4 ++-- en/develop/utils/index.html | 4 ++-- en/develop/webhook-config/index.html | 4 ++-- en/develop/windows_installation/index.html | 4 ++-- 96 files changed, 208 insertions(+), 208 deletions(-) create mode 100644 en/develop/assets/javascripts/bundle.c8b220af.min.js create mode 100644 en/develop/assets/javascripts/bundle.c8b220af.min.js.map delete mode 100644 en/develop/assets/javascripts/bundle.f1b6f286.min.js delete mode 100644 en/develop/assets/javascripts/bundle.f1b6f286.min.js.map diff --git a/en/develop/404.html b/en/develop/404.html index 65e0fafe3..2ebf3f2f1 100644 --- a/en/develop/404.html +++ b/en/develop/404.html @@ -14,7 +14,7 @@ - + @@ -1575,7 +1575,7 @@ - + diff --git a/en/develop/advanced-backtesting/index.html b/en/develop/advanced-backtesting/index.html index 77a807398..b5a9722b5 100644 --- a/en/develop/advanced-backtesting/index.html +++ b/en/develop/advanced-backtesting/index.html @@ -20,7 +20,7 @@ - + @@ -2082,7 +2082,7 @@ Use the --analysis-to-csv option to disable printing out of tables - + diff --git a/en/develop/advanced-hyperopt/index.html b/en/develop/advanced-hyperopt/index.html index 832ea6f94..e01d33ead 100644 --- a/en/develop/advanced-hyperopt/index.html +++ b/en/develop/advanced-hyperopt/index.html @@ -20,7 +20,7 @@ - + @@ -2020,7 +2020,7 @@ If you're unsure about this, best use one of the Defaults ("ET" has - + diff --git a/en/develop/advanced-orderflow/index.html b/en/develop/advanced-orderflow/index.html index 7809d0557..4a4cad654 100644 --- a/en/develop/advanced-orderflow/index.html +++ b/en/develop/advanced-orderflow/index.html @@ -20,7 +20,7 @@ - + @@ -1433,7 +1433,7 @@ -