Skip to content

voidnerd/binance-trading-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance-trading-bot

Prerequisite

Make sure you have the following installed on your system

  • Python 3

Usage

  • git clone https://github.com/ndiecodes/binance-trading-bot.git bot
  • cd bot
  • cp config.example.py config.py - then fill in your configurations.
  • pip install -r requirements.txt
  • python main.py - On a different terminal session or tab

This Simple bot buys when the last RSI value is below 30 and sells when RSI value is over 70. That's all it does folks!

About

Binance Spot Trading Bot (using RSI)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages