Skip to content

A real-time RSI-based crypto trading bot for Binance Futures with BTC-relative signal logic. A script for backtesting and optimising sl and tp thresholds is also included.

Notifications You must be signed in to change notification settings

abbbbbv/rsi-comp-relative-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

rsi-comp-relative-bot

RSI Relative Strategy Bot πŸ“ˆ

A simple Binance Futures trading bot that uses RSI signals on the relative price of an altcoin (e.g., XRP) versus BTC to make trading decisions.

πŸ” Strategy Overview

  • Computes the RSI on the ratio of SYMBOL/BTCUSDT using 4-hour candles.
  • Places market orders when RSI crosses:
    • Above the lower threshold β†’ BUY
    • Below the upper threshold β†’ SELL
  • Each trade includes:
    • Fixed Stop Loss (e.g., 3.5%)
    • Fixed Take Profit (e.g., 5%)

βš™οΈ Setup

  1. Install dependencies:
    pip install binance-futures-connector pandas pandas-ta numpy
    
    

abhinav00345@gmail.com

About

A real-time RSI-based crypto trading bot for Binance Futures with BTC-relative signal logic. A script for backtesting and optimising sl and tp thresholds is also included.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages