Skip to content

Pimeq/BinanceTradingBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binance Bot

A shrimple Binance Bot, that uses Supabase for storing positions (open and closed).

It also uncludes REST API for making manual trades, fetching Technical Indicators and controlling the bot itself.

It features a config class for changing variables used in trades:

class Config:

    # RSI clamp values
    RSI_LOWER_THRESHOLD = 30
    RSI_UPPER_THRESHOLD = 70

    # Active token to trade
    ACTIVE_TOKEN = 'BTCUSDT'

    KLINE_INTERVAL = Client.KLINE_INTERVAL_1HOUR
    #in seconds
    REFRESH_INTERVAL = 3600

will implement dynamic config later (I think)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages