mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update backtesting.md
This commit is contained in:
parent
3a905e3d59
commit
fe730a3db0
|
@ -53,8 +53,9 @@ python3 ./freqtrade/main.py backtesting --datadir freqtrade/tests/testdata-20180
|
|||
|
||||
**With a (custom) strategy file**
|
||||
```bash
|
||||
python3 ./freqtrade/main.py backtesting -s your-strategy-filename-without-py-extention
|
||||
python3.6 ./freqtrade/main.py -s currentstrategy backtesting
|
||||
```
|
||||
Where `-s currentstrategy` refers to a filename `currentstrategy.py` in `freqtrade/user_data/strategies`
|
||||
|
||||
**Exporting trades to file**
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue
Block a user