Skip to content

Commit

Permalink
Add basic documentation for new-config option
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Feb 1, 2020
1 parent 4be3f05 commit d69ef43
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,24 @@ optional arguments:
└── sample_strategy.py
```

## Create new config

Creates a new configuration file, asking some questions which are important selections for a configuration.


```
usage: freqtrade new-config [-h] [-c PATH]
optional arguments:
-h, --help show this help message and exit
-c PATH, --config PATH
Specify configuration file (default: `config.json`). Multiple --config options may be used. Can be set to `-`
to read config from stdin.
```

!!! Warning
Only vital questions are asked. Freqtrade offers a lot more configuration possibilities, which are listed in the [Configuration documentation](configuration.md#configuration-parameters)

## Create new strategy

Creates a new strategy from a template similar to SampleStrategy.
Expand Down

0 comments on commit d69ef43

Please sign in to comment.