/binance-trading-bot

Binance trading bot based on python library

Primary LanguagePython

Python binance trading bot

Python crypto-trading bot based on unofficial binance python library and RSI indicator. Use this bot at your own risk, don't try to trade with real money before making your own strategy, this is just a showcase of possible functionality of said library.

Features

  • Short and long trades based on RSI calculation
  • Prebuilt loan, trade, profit take amounts, just change values that suits your strategy
  • Real time monitoring of trades
  • Margin and margin-isolated trades

Quick Start

Requirements

#talib is optional if you use different strategy

pip install python-binance
pip install talib

Sidenotes