freqtrade — 파이썬 크립토 봇 · 릴리스 2026.8 · 2026-08-31
파이썬 기반 암호화폐 자동매매 봇 Freqtrade가 2026.8 버전을 출시했다. @informative 데코레이터 호출 캐싱 기능이 추가되어 전략 실행 성능이 개선되었으며, VolatilityFilter와 RangeStabilityFilter 페어리스트에 lookback_period와 lookback_timeframe 파라미터가 추가되었다. --timerange 옵션이 시간/분 단위 입력을 지원하도록 개선되었고, 하이퍼옵트 실행 시 populate_indicators에서 Parameter 값 사용 시 경고를 표시한다. 7월 말 운영 중단한 Bitmart 거래소 지원이 제거되었다.
weltiq 관점: 전략 백테스트 및 실행 성능이 향상되고, 시간 범위 설정이 더 직관적으로 개선되어 weltiq 사용자의 모의투자 및 백테스트 정확도와 편의성이 높아진다.
릴리스 노트 발췌
Highlighted changes Added @informative call caching ( ⚠️ this is a behavioral change enabled by default - but will only impact strategies that do non-dataframe operations as part of an @informative decorated function). Pairlists: VolatilityFilter - Support lookback_period and lookback_timeframe . RangeStabilityFilter - Support lookback_period and lookback_timeframe . VoliatilityFilter - slight behavior change after fixing a bug causing the first row in lookbacks to always be 0. Results will slightly change due to that - as the average now no longer includes an additional “0” line. Improved and aligned wording for pairlist filters with lookback parameters. Issue a warning during hyperopt when…
원문: https://github.com/freqtrade/freqtrade/releases/tag/2026.8