The 'binance-stepper-bot' is a trading automation program for Binance Exchange written in Python.
It is designed to be robust and reliable, so it only utilizes usual Sell and Buy limit orders, each following trade is placed based on the pre-generated array of prices and has only two orders out on the market at the same time.
Program is capable of sending you a daily/weekly/monthly reports with the number of completed trades and estimated profit. It also saves each and every order it places on the market, thus creating monthly trading history.
git clone https://github.com/aleksgaisov/binance-stepper-bot
pip3 install -r requirements.txt
List:
python-binance
requests
autobahn
certifi
chardet
cryptography
dateparser
pyOpenSSL
service-identity
Twisted
[*] Read Only [*] Enable Trading [] Enable Withdrawals
Optional: Consider restricting API access to trusted IPs only
This bot can send you reports based on its activity on the market. It uses Gmail as SMTP provider, meaning that you have to have at least one Gmail account in order to unitize it for emailing. Follow the steps to allow it to send you reports.