Skip to content

Cryptocurrency trader bot. Binance API connection + RSI trade strategy

Notifications You must be signed in to change notification settings

AndresNavarrete/Binance-trader-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance trader bot

Purpose of this project

This public project is an implementation of a trading bot on Binance using a websocket connection and a simple trading strategy based on the RSI Momentum of a given currency. This code was written using the following Binance documentation.

Requirements and use

The requirements.txt file should list all Python libraries that are mandatory for running this bot. To install them you can use:

pip install -r requirements.txt

The selection of the coin pair to trade and the time interval to use can be done on the InputInformation file. The list of symbols and time interval supported can be found in the Binance documentation. The IsSimulation attribute can be used to shift from a sandbox mode to a real trading mode.

The file Credentials has the api and secret key for your Binance account. If you need help with your keys, please read How to get my keys.

To start the trading bot you just need to execute the following line:

python run.py

About

Cryptocurrency trader bot. Binance API connection + RSI trade strategy

Topics

Resources

Stars

Watchers

Forks

Languages