mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 16:43:06 +00:00
19 lines
752 B
Markdown
19 lines
752 B
Markdown
``` output
|
|
usage: freqtrade new-strategy [-h] [--userdir PATH] [-s NAME]
|
|
[--strategy-path PATH]
|
|
[--template {full,minimal,advanced}]
|
|
|
|
options:
|
|
-h, --help show this help message and exit
|
|
--userdir, --user-data-dir PATH
|
|
Path to userdata directory.
|
|
-s, --strategy NAME Specify strategy class name which will be used by the
|
|
bot.
|
|
--strategy-path PATH Specify additional strategy lookup path.
|
|
--template {full,minimal,advanced}
|
|
Use a template which is either `minimal`, `full`
|
|
(containing multiple sample indicators) or `advanced`.
|
|
Default: `full`.
|
|
|
|
```
|