added strategy-updater compartment inside utils.md

This commit is contained in:
hippocritical 2023-03-05 18:48:32 +01:00
parent da44b39423
commit b072fae507

View File

@ -947,7 +947,6 @@ Common arguments:
--userdir PATH, --user-data-dir PATH
Path to userdata directory.
```
### Examples
Print trades with id 2 and 3 as json
@ -955,3 +954,13 @@ Print trades with id 2 and 3 as json
``` bash
freqtrade show-trades --db-url sqlite:///tradesv3.sqlite --trade-ids 2 3 --print-json
```
### Strategy-Updater
Updates a list strategies or all strategies within the strategies folder to be v3 compliant including futures.
If the command runs without --strategy-list then all files inside the strategies folder will be converted.
```
usage: freqtrade strategy_updater
optional arguments:
--strategy-list defines a list of strategies that should be converted
```