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
|
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**
|
**Exporting trades to file**
|
||||||
```bash
|
```bash
|
||||||
freqtrade backtesting --export trades
|
freqtrade backtesting --export trades
|
||||||
|
Loading…
Reference in New Issue
Block a user