Author

Topic: IntTrader - Bitcoin market trading application and API in development (GitHub) (Read 3104 times)

newbie
Activity: 27
Merit: 0
Good work Smiley
I was thinking similar direction for app I have. Since getting new job doing web-development all day though, I've lost the desire to spend my free time doing same. lol.
Really like the starting point and impressed with how it works.

Again, good work Smiley
sr. member
Activity: 471
Merit: 262
I think that you should shift the development from C# to web. You are going to use many users like Linux and OS X because you it's a windows applications. Most trading platform are running on web now since most web applications frameworks are now cross-browser based.

Actually thats exactly what I'm doing, but thank you for your feedback.

Bitcoinreflection.com is part of that (web) application.

I'll open a new thread with this project, when I think it's ready for release.
sr. member
Activity: 490
Merit: 250
I think that you should shift the development from C# to web. You are going to use many users like Linux and OS X because you it's a windows applications. Most trading platform are running on web now since most web applications frameworks are now cross-browser based.
sr. member
Activity: 471
Merit: 262
An early version of my real time chart is online: http://bitcoinreflection.com
sr. member
Activity: 471
Merit: 262
Yes, not as much as I want to, but still.

Currently I'm working on the web interface

full member
Activity: 242
Merit: 104
looks promising
are you still working on this ?
sr. member
Activity: 277
Merit: 250
Perhaps you dont know this: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
https://bitcointalk.org/index.php?topic=201062.880
sr. member
Activity: 471
Merit: 262
I assume its not possible to run this on OS X? Otherwise i would give it a try.


Unfortunately no, the UI relies on WPF and there is currently no cross plattform implementation for WPF.
I'm thinking about a web front end, but since I work on this project in my free time, things will take a bit Smiley
hero member
Activity: 882
Merit: 501
Ching-Chang;Ding-Dong
I assume its not possible to run this on OS X? Otherwise i would give it a try.
sr. member
Activity: 471
Merit: 262
I made some changes on the UI. Trades are on the left now, with a small basic sentiment indicator.

sr. member
Activity: 471
Merit: 262
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 Wink 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 Wink

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
Jump to: