Coin-bot is a bot that perform automatic trade or notification when certain conditions are matched. You can define some conditions like when lowest ask price is below $150 and the highest bid price is greater than $140 etc, when those conditions are matched, if will perform some actions e.g. make ask order or send email notification
Features:
- Monitor mtgox ask and bid price
- Multiple currency support, currently support monitor and order for USD, AUD and EUR, you can also monitor USD but trade on EUR etc.
- Email notification can send you an notification email when conditions are matched
- Automatic submit order to mtgox, when certain conditions are matched, can automatically submit order to mtgox using mtgox API
- API access, all features(e.g. add job, delete job) have API access, also currently this is the only way to access Coin-bot
Planned feature:
- More platform, we plan to support more platform like btc-e etc.
- SMS notification
- More conditions, currently conditions only support highest bid and lowest ask, we will support more conditions like price change, lag etc.
Example job:
{ "conditions": [ "mtgox.highest_bid.usd >= 170", "mtgox.lowest_ask.aud < 150" ], "actions": [ "mtgox.ask('EUR', 1.2, 100.05)", "email" ] }
In this example, when highest USD bid at mtgox is greater than or equal to $170 and $the lowest AUD ask is less than to $150 at mtgox, Coin-bot will automatically submit an ask order of 1.2 BTC with price 100.05 EUR at mtgox and send you an email to your registered email address
API document:
http://docs.coinbot.apiary.io/Please donate to 13g8Fg6mJbVFGkTHxKcQZ2vj2s7nNCxB6a if you think this is useful