Add documentation for user_data_dir

This commit is contained in:
Matthias
2019-07-28 15:34:49 +02:00
parent 73ac98da80
commit c1bc1e3137
2 changed files with 38 additions and 13 deletions

View File

@@ -71,6 +71,7 @@ Mandatory Parameters are marked as **Required**.
| `internals.process_throttle_secs` | 5 | **Required.** Set the process throttle. Value in second.
| `internals.sd_notify` | false | Enables use of the sd_notify protocol to tell systemd service manager about changes in the bot state and issue keep-alive pings. See [here](installation.md#7-optional-configure-freqtrade-as-a-systemd-service) for more details.
| `logfile` | | Specify Logfile. Uses a rolling strategy of 10 files, with 1Mb per file.
| `user_data_dir` | cwd()/user_data | Folder containing user data. Defaults to `./user_data/`.
### Parameters in the strategy