diff --git a/docs/backtesting.md b/docs/backtesting.md index 9a0bb6d5c..df105bd77 100644 --- a/docs/backtesting.md +++ b/docs/backtesting.md @@ -55,7 +55,7 @@ python3 ./freqtrade/main.py backtesting --datadir freqtrade/tests/testdata-20180 ```bash python3 ./freqtrade/main.py -s TestStrategy backtesting ``` -Where `-s TestStrategy` refers to the class name within the stratgey file `test_strategy.py` found in the `freqtrade/user_data/strategies` directory +Where `-s TestStrategy` refers to the class name within the strategy file `test_strategy.py` found in the `freqtrade/user_data/strategies` directory **Exporting trades to file** ```bash