Add section of helpful commands to the wiki.
Download data
freqtrade download-data -t 4h 1h --days 100 --data-format-ohlcv hdf5 -c user_data/config.base.json -c user_data/config.currencyUSDT.json
Backtesting
freqtrade backtesting -i 1h --strategy-list M11hStrategy M11hStrategyOpt M21hStrategy M21hStrategyOpt M31hStrategy M31hStrategyOpt M44hStrategy
freqtrade backtesting -i 1h --strategy Solipsis5 --data-format-ohlcv hdf5 -c user_data/config.base.json -c user_data/config.strategySolipsis.json -c user_data/config.currencyBTC.json --timerange 20210502-20210509
freqtrade backtesting -i 1h --strategy StrategyM3 --data-format-ohlcv hdf5 -c user_data/config.base.json -c user_data/config.strategyM3.json -c user_data/config.currencyBTCKraken.json
Hyperopt
freqtrade hyperopt --hyperopt-loss SharpeHyperOptLossDaily --spaces roi stoploss trailing --strategy M11hStrategy
freqtrade hyperopt --hyperopt HyperoptM3 --strategy StrategyM3 --hyperopt-loss OnlyProfitHyperOptLoss -c user_data/config.base.json -c user_data/config.strategyM3.json -c user_data/config.currencyBTCKraken.json
Add section of helpful commands to the wiki.
Download data
Backtesting
Hyperopt