Bitcoin Forum

Bitcoin => Project Development => Topic started by: Zicore47 on December 22, 2014, 09:05:50 PM



Title: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: Zicore47 on December 22, 2014, 09:05:50 PM
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
https://camo.githubusercontent.com/301336da9a19c115e4cd729b7f1baee72060c675/687474703a2f2f757070706f722e69742f386151312e706e67 (https://camo.githubusercontent.com/301336da9a19c115e4cd729b7f1baee72060c675/687474703a2f2f757070706f722e69742f386151312e706e67)

Exchange view of Bitfinex
https://camo.githubusercontent.com/99cab2da4e28b81a7e4758aabecbd7727f69e7e8/687474703a2f2f757070706f722e69742f346b50582e706e67 (https://camo.githubusercontent.com/99cab2da4e28b81a7e4758aabecbd7727f69e7e8/687474703a2f2f757070706f722e69742f346b50582e706e67)

Exchange view of Kraken with updated UI
http://upppor.it/zlyf06ga.png (http://upppor.it/zlyf06ga.png)


Title: Re: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: Zicore47 on January 27, 2015, 05:24:28 PM
I made some changes on the UI. Trades are on the left now, with a small basic sentiment indicator.

http://upppor.it/zlyf06ga.png


Title: Re: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: joesmoe2012 on January 29, 2015, 02:22:57 AM
I assume its not possible to run this on OS X? Otherwise i would give it a try.


Title: Re: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: Zicore47 on January 29, 2015, 05:07:16 PM
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 :)


Title: Re: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: blueshoe on March 16, 2015, 05:58:55 PM
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 (https://bitcointalk.org/index.php?topic=201062.880)


Title: Re: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: fx1Trader on May 16, 2015, 04:52:36 PM
looks promising
are you still working on this ?


Title: Re: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: Zicore47 on May 18, 2015, 11:20:01 AM
Yes, not as much as I want to, but still.

Currently I'm working on the web interface

http://upppor.it/afl4nz1p.png (http://upppor.it/afl4nz1p)


Title: Re: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: Zicore47 on August 25, 2015, 01:34:56 PM
An early version of my real time chart is online: http://bitcoinreflection.com


Title: Re: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: ashour on August 25, 2015, 04:29:44 PM
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.


Title: Re: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: Zicore47 on August 25, 2015, 10:13:57 PM
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 (http://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.


Title: Re: IntTrader - Bitcoin market trading application and API in development (GitHub)
Post by: SidJames on August 29, 2015, 04:04:20 PM
Good work :)
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 :)