I'm currently developing a Bitcoin trading application and API, written in C#. For the front end WPF is used.
The main goal of IntTrader, is to have one application for all relevant exchanges and it currently supports Bitfinex and Kraken.
The whole project is open source and can be found here on GitHub:
https://github.com/Zicore/IntTrader including a more detailed explanation.
I also posted IntTrader on reddit:
http://www.reddit.com/r/Bitcoin/comments/2q3fqu/inttrader_bitcoin_market_trading_application_and/The main application aims for Windows 7 and above (.Net 4), but the API should be compatible with Mono (Linux, Mac) too.
Before you test the application read the part "Unfinished Features" on GitHub
and when you add actual API Keys for trading, please use
trading only keys if possible.
Also I assume no warranty for possible programming errors and if you trade, you do it on your own risk.
Feel free to leave feedback here, on reddit or on GitHub
Open known Issues:- Fix price grouping algorithm for the order book.
- Fix auto calculation for orders.
- Implement multi price orders. (stop-losss-limit; conditional close etc.)
- Implement proper order notifications. (has the order gone through, if no, why?)
- Performance/Proper engine to update the UI with actual data.
And now some pictures:
Dashboard
Exchange view of Bitfinex
Exchange view of Kraken with updated UI