Fix indentation of strategy-updater in utils

This commit is contained in:
Matthias
2023-08-05 11:31:01 +02:00
parent e174f9640d
commit 72d9e8a094

View File

@@ -967,7 +967,7 @@ Print trades with id 2 and 3 as json
freqtrade show-trades --db-url sqlite:///tradesv3.sqlite --trade-ids 2 3 --print-json
```
### Strategy-Updater
## Strategy-Updater
Updates listed strategies or all strategies within the strategies folder to be v3 compliant.
If the command runs without --strategy-list then all strategies inside the strategies folder will be converted.