This bot runs on BTC China, aka the heaven of trading bots, where transaction fee is 0%. Currently it only follows simple heuristics (buy low and sell high), and acts as a scalper. Indicators will be added.
https://github.com/wenqingyu/BTCBot.git
after it's downloaded, cd into BtcChinaBot:
cd ./BTCBot
add your auth key into setting.py
(set API access & secret and parameters).
Finally, run the bot:
python ThomasBot.py
This program is provided AS IS. Do not enter API information if you do not know what you are doing. Use it at your own risk.
The use of this program is subject to MIT LICENSE, please refer to LICENSE for additional information. Donation
The official API methods provided by BTC China is inconsistent with their documentation and actual scenarios. I've made more than 5 changes to it to actually make it work, plus numerous wrappers in bot.py to make sure the ridiculous API doesn't mess things up.