From 3a905e3d599e924759fdcb42287eaf469de018de Mon Sep 17 00:00:00 2001 From: seansan Date: Sun, 28 Jan 2018 14:51:45 +0100 Subject: [PATCH] BAcktest with **With a (custom) strategy file** --- docs/backtesting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/backtesting.md b/docs/backtesting.md index 8b12b04e8..f93e860ba 100644 --- a/docs/backtesting.md +++ b/docs/backtesting.md @@ -51,6 +51,11 @@ 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 ./freqtrade/main.py backtesting -s your-strategy-filename-without-py-extention +``` + **Exporting trades to file** ```bash freqtrade backtesting --export trades