mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #458 from seansan/patch-7
Backtest with **With a (custom) strategy file**
This commit is contained in:
commit
a0dea5a51f
|
@ -51,6 +51,12 @@ python3 ./freqtrade/main.py backtesting --realistic-simulation --live
|
|||
python3 ./freqtrade/main.py backtesting --datadir freqtrade/tests/testdata-20180101
|
||||
```
|
||||
|
||||
**With a (custom) strategy file**
|
||||
```bash
|
||||
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
|
||||
freqtrade backtesting --export trades
|
||||
|
|
Loading…
Reference in New Issue
Block a user