mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
added strategy-updater compartment inside utils.md
This commit is contained in:
parent
da44b39423
commit
b072fae507
|
@ -947,7 +947,6 @@ Common arguments:
|
||||||
--userdir PATH, --user-data-dir PATH
|
--userdir PATH, --user-data-dir PATH
|
||||||
Path to userdata directory.
|
Path to userdata directory.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
Print trades with id 2 and 3 as json
|
Print trades with id 2 and 3 as json
|
||||||
|
@ -955,3 +954,13 @@ Print trades with id 2 and 3 as json
|
||||||
``` bash
|
``` bash
|
||||||
freqtrade show-trades --db-url sqlite:///tradesv3.sqlite --trade-ids 2 3 --print-json
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user