mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-20 19:30:59 +00:00
Update documentation to use subcommands
This commit is contained in:
@@ -45,7 +45,7 @@ freqtrade backtesting --datadir user_data/data/bittrex-20180101
|
||||
#### With a (custom) strategy file
|
||||
|
||||
```bash
|
||||
freqtrade -s SampleStrategy backtesting
|
||||
freqtrade backtesting -s SampleStrategy
|
||||
```
|
||||
|
||||
Where `-s SampleStrategy` refers to the class name within the strategy file `sample_strategy.py` found in the `freqtrade/user_data/strategies` directory.
|
||||
|
||||
Reference in New Issue
Block a user