mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-01 07:42:40 +00:00
Deployed d2e650d to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user