SystemSelf reportedCryptoPythonfreqtradefreqtrade-strategiespythontrading-strategies

BB_RPB_TSL

A Trading strategy for the Freqtrade crypto bot.

System Structure

Data Used
BinanceKuCoin가격/거래량 데이터
Rules / Strategy

저장소별 전략/실행 조건 확인 필요

Execution

주문 실행은 사용자가 별도 통합/설정

Editor Summary

저장소 설명과 공개 메타데이터 기준으로 Python 기반 구현, 암호화폐 거래 봇, 마켓메이킹, 기술적 분석 성격의 프로젝트로 파악했습니다. 확인 근거는 README, 저장소 토픽, 저장소 설명, GitHub 지표, 파이프라인 필드이며, 주요 데이터는 Binance, KuCoin, 가격/거래량 데이터입니다. 전략/실행 조건은 저장소별 문서와 코드 확인이 필요하며, 실행 방식은 "주문 실행은 사용자가 별도 통합/설정"라고 보수적으로 기록했습니다. GitHub 지표는 별 211개, 포크 61개입니다.

Repositoryjilv220/BB_RPB_TSL
Creatorjilv220
Stars / Forks★ 211 / 61
LicenseGPL-3.0
Last Updated2022-02-21
Snapshot Date2026-07-08 (README below is a copy from this date)

This is third-party open-source code. QuantField does not guarantee its behavior or safety. Review the code before installing or running it.

README

Important Thing to notice

1) Do not use this strategy on live. It is still undergoing dry-run.

Using it live at your own risk.

2) If you want to use it on other exchanges (not kucoin),

You may need to re-hyperopt, the strategy is probably overfitted on kucoin. It will behave wildly different on other exchanges. (ex. Binance) The BB_RPB_TSL_BI version is for Binance.

3) Don't use volume list or use volume list with very strict filters

This strategy is not optimized towards all trading pairs, and it cannot predict and prevent P&D (pump and dump).

4) If you want to show appreciation,

Please notice a huge part of this strategy is a re-combination of NFI, I don't deserve the credit. If you want to show appreciation, please buy a coffee for @iterativ.

5) About NFIX_BB_RPB

This version is just NFIX with BB_RPB conditions added. I will keep merge latest NFIX if I have time. Do notice NFIX is really heavy , and it is recommended to get a high frequency cpu with at least 2G RAM. If you want to know more, there is NFI wiki available.

6) How to use trailing buy

Run freqtrade trade -c <name of your config file>.json -s BB_RPB_TSL_Trailing