docker-compose run --rm freqtrade download-data --pairs ETH/BTC --exchange binance --days 5 -t 1h
// download data
docker-compose run --rm freqtrade download-data --days 999 -t 5m 15m 30m 1h 2h 4h 1d 1w
// run backtest
docker-compose run --rm freqtrade backtesting --strategy SampleStrategy
freqtrade installed by docker has to be run by the command
docker-compose run --rm freqtrade
it makes an container to run the command then terminates the instance.
'트레이딩' 카테고리의 다른 글
Quantitative Trading: How to Build Your Own Algorithmic Trading Business 요약 (0) | 2022.09.12 |
---|---|
freqtrade 설치하기 (0) | 2022.09.09 |
[시스템 트레이딩] 가상화폐 트레이딩 봇 freqtrade 사용법 익히기 1 (2) | 2022.06.03 |