File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,11 @@ jupyter nbconvert --ClearOutputPreprocessor.enabled=True --to markdown freqtrade
413413To generate backtest outputs, please use the following commands:
414414
415415``` bash
416+ # Assume a dedicated user directory for this output
416417freqtrade create-userdir --userdir user_data_bttest/
418+ # set can_short = True
419+ sed -i " s/can_short: bool = False/can_short: bool = True/" user_data_bttest/strategies/sample_strategy.py
420+
417421freqtrade download-data --timerange 20250625-20250801 --config tests/testdata/config.tests.usdt.json --userdir user_data_bttest/ -t 5m
418422
419423freqtrade backtesting --config tests/testdata/config.tests.usdt.json -s SampleStrategy --userdir user_data_bttest/ --cache none --timerange 20250701-20250801
You can’t perform that action at this time.
0 commit comments