mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
parent
5bb4fe16b1
commit
adf63a45cf
|
@ -14,7 +14,7 @@ You can specify a different configuration file used by the bot with the `-c/--co
|
||||||
If you used the [Quick start](docker_quickstart.md#docker-quick-start) method for installing
|
If you used the [Quick start](docker_quickstart.md#docker-quick-start) method for installing
|
||||||
the bot, the installation script should have already created the default configuration file (`config.json`) for you.
|
the bot, the installation script should have already created the default configuration file (`config.json`) for you.
|
||||||
|
|
||||||
If the default configuration file is not created we recommend to use `freqtrade new-config --config config.json` to generate a basic configuration file.
|
If the default configuration file is not created we recommend to use `freqtrade new-config --config user_data/config.json` to generate a basic configuration file.
|
||||||
|
|
||||||
The Freqtrade configuration file is to be written in JSON format.
|
The Freqtrade configuration file is to be written in JSON format.
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ optional arguments:
|
||||||
### Create config examples
|
### Create config examples
|
||||||
|
|
||||||
```
|
```
|
||||||
$ freqtrade new-config --config config_binance.json
|
$ freqtrade new-config --config user_data/config_binance.json
|
||||||
|
|
||||||
? Do you want to enable Dry-run (simulated trades)? Yes
|
? Do you want to enable Dry-run (simulated trades)? Yes
|
||||||
? Please insert your stake currency: BTC
|
? Please insert your stake currency: BTC
|
||||||
|
|
Loading…
Reference in New Issue
Block a user