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

This commit is contained in:
github-actions[bot]
2026-02-21 15:34:35 +00:00
parent e9a3e0ec3e
commit cc31bd2b80
4 changed files with 4 additions and 13 deletions

View File

@@ -2458,10 +2458,7 @@ To learn how to get data for the pairs and exchange you're interested in, head o
<span class="go"> --strategy-list STRATEGY_LIST [STRATEGY_LIST ...]</span>
<span class="go"> Provide a space-separated list of strategies to</span>
<span class="go"> backtest. Please note that timeframe needs to be set</span>
<span class="go"> either in config or via command line. When using this</span>
<span class="go"> together with `--export trades`, the strategy-name is</span>
<span class="go"> injected into the filename (so `backtest-data.json`</span>
<span class="go"> becomes `backtest-data-SampleStrategy.json`</span>
<span class="go"> either in config or via command line.</span>
<span class="go"> --export {none,trades,signals}</span>
<span class="go"> Export backtest results (default: trades).</span>
<span class="go"> --backtest-filename, --export-filename PATH</span>

View File

@@ -2108,10 +2108,7 @@ This is done by not looking at the strategy code itself, but at changed indicato
<span class="go"> --strategy-list STRATEGY_LIST [STRATEGY_LIST ...]</span>
<span class="go"> Provide a space-separated list of strategies to</span>
<span class="go"> backtest. Please note that timeframe needs to be set</span>
<span class="go"> either in config or via command line. When using this</span>
<span class="go"> together with `--export trades`, the strategy-name is</span>
<span class="go"> injected into the filename (so `backtest-data.json`</span>
<span class="go"> becomes `backtest-data-SampleStrategy.json`</span>
<span class="go"> either in config or via command line.</span>
<span class="go"> --export {none,trades,signals}</span>
<span class="go"> Export backtest results (default: trades).</span>
<span class="go"> --backtest-filename, --export-filename PATH</span>

File diff suppressed because one or more lines are too long

View File

@@ -3393,10 +3393,7 @@ We also recommend to run a python formatter (e.g. <code>black</code>) to format
<span class="go"> --strategy-list STRATEGY_LIST [STRATEGY_LIST ...]</span>
<span class="go"> Provide a space-separated list of strategies to</span>
<span class="go"> backtest. Please note that timeframe needs to be set</span>
<span class="go"> either in config or via command line. When using this</span>
<span class="go"> together with `--export trades`, the strategy-name is</span>
<span class="go"> injected into the filename (so `backtest-data.json`</span>
<span class="go"> becomes `backtest-data-SampleStrategy.json`</span>
<span class="go"> either in config or via command line.</span>
<span class="go"> --strategy-path PATH Specify additional strategy lookup path.</span>
<span class="go"> --recursive-strategy-search</span>
<span class="go"> Recursively search for a strategy in the strategies</span>