@yasinkuyu - 2017
This is an experimental bot for auto trading the binance.com exchange.
-
Signup Binance ( Referral url: https://www.binance.com/?ref=10701111 )
-
Enable Two-factor Authentication
-
Go API Center, https://www.binance.com/userCenter/createApi.html
-
Create New Key
[✓] Read Info [✓] Enable Trading [X] Enable Withdrawals
-
Rename config.sample.py to config.py
-
Get an API and Secret Key, insert into config.py
API key for account access api_key = '' Secret key for account access api_secret = '' API Docs: https://www.binance.com/restapipub.html
-
Optional: run as an excutable application in Docker containers
sudo easy_install -U requests
or
sudo pip install requests
Python 2.7
import sys
import time
import config
import argparse
python trader.py
With option parameters
python trader.py --quantity 6 --symbol IOTABTC --profit 1.3 --wait_time 3 --orderid 0
--quantity Buy/Sell Quantity (default 6)
--symbol Market Symbol (default IOTABTC)
--profit Target Profit (default 1.3)
--orderid Target Order Id (default 0)
--testmode Test Mode True/False (default False)
--wait_time Wait Time (seconds) (default 3)
Enter your Cryptocurrency symbol. Ex: IOTABTC
All binance symbols are supported.
docker build -t trader .
docker run trader
I am not responsible for anything done with this bot.
You use it at your own risk.
There are no warranties or guarantees expressed or implied.
You assume all responsibility and liability.
Code released under the MIT License.
Fork this Repo
Commit your changes (git commit -m 'Add some feature')
Push to the changes (git push)
Create a new Pull Request
Thanks all for your contributions...
- Order tracking
- Binance/Bittrex/HitBTC/Liqui Arbitrage