juverofan / binanceAutoTrade

Some scripts to help trading automatically on Binance
0 stars 0 forks source link

binanceAutoTrade

Some PYTHON scripts to help trading automatically on Binance

Requirements:


SETUP GUIDE
Step 1: Install Python 3.9
Step 2: Install Binance API (Go to API Management, create and save API key and API secret key, then paste into viewUnstableCoin.py and settings.py)
Step 3: Install python-binance (use Command line: pip install python-binance)


Scripts:
viewUnstableCoin.py
: find the unstable coin in an hour (the price is unstable)
Command: python viewUnstableCoin.py

AutoTradeEstPrice.py: auto trading with the estimate price (recommend the unstable coin, BUY when reach the minimum price and SELL when reach the maximum price)
Command: python AutoTradeEstPrice.py

settings.py: setting file for AutoTradeEstPrice.py, with parameters:



Warning: You can lose your money, if the prices changes too much.