Bitcoin Forum
May 11, 2024, 11:38:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: IntTrader - Bitcoin market trading application and API in development (GitHub)  (Read 3103 times)
Zicore47 (OP)
Sr. Member
****
Offline Offline

Activity: 471
Merit: 262


View Profile
December 22, 2014, 09:05:50 PM
Last edit: January 29, 2015, 04:54:28 PM by Zicore47
 #1

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

Cointracking und Steuertool - Cointracking and tax reports: Cointracking.info
Spare 10% mit diesem link. Save 10% on purchases with this link.
1715427523
Hero Member
*
Offline Offline

Posts: 1715427523

View Profile Personal Message (Offline)

Ignore
1715427523
Reply with quote  #2

1715427523
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715427523
Hero Member
*
Offline Offline

Posts: 1715427523

View Profile Personal Message (Offline)

Ignore
1715427523
Reply with quote  #2

1715427523
Report to moderator
1715427523
Hero Member
*
Offline Offline

Posts: 1715427523

View Profile Personal Message (Offline)

Ignore
1715427523
Reply with quote  #2

1715427523
Report to moderator
Zicore47 (OP)
Sr. Member
****
Offline Offline

Activity: 471
Merit: 262


View Profile
January 27, 2015, 05:24:28 PM
 #2

I made some changes on the UI. Trades are on the left now, with a small basic sentiment indicator.


Cointracking und Steuertool - Cointracking and tax reports: Cointracking.info
Spare 10% mit diesem link. Save 10% on purchases with this link.
joesmoe2012
Hero Member
*****
Offline Offline

Activity: 882
Merit: 501


Ching-Chang;Ding-Dong


View Profile WWW
January 29, 2015, 02:22:57 AM
 #3

I assume its not possible to run this on OS X? Otherwise i would give it a try.

Check out BitcoinATMTalk - https://bitcoinatmtalk.com
Zicore47 (OP)
Sr. Member
****
Offline Offline

Activity: 471
Merit: 262


View Profile
January 29, 2015, 05:07:16 PM
 #4

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

Cointracking und Steuertool - Cointracking and tax reports: Cointracking.info
Spare 10% mit diesem link. Save 10% on purchases with this link.
blueshoe
Sr. Member
****
Offline Offline

Activity: 277
Merit: 250

<space>


View Profile
March 16, 2015, 05:58:55 PM
 #5

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
fx1Trader
Full Member
***
Offline Offline

Activity: 242
Merit: 104



View Profile
May 16, 2015, 04:52:36 PM
 #6

looks promising
are you still working on this ?
Zicore47 (OP)
Sr. Member
****
Offline Offline

Activity: 471
Merit: 262


View Profile
May 18, 2015, 11:20:01 AM
 #7

Yes, not as much as I want to, but still.

Currently I'm working on the web interface


Cointracking und Steuertool - Cointracking and tax reports: Cointracking.info
Spare 10% mit diesem link. Save 10% on purchases with this link.
Zicore47 (OP)
Sr. Member
****
Offline Offline

Activity: 471
Merit: 262


View Profile
August 25, 2015, 01:34:56 PM
 #8

An early version of my real time chart is online: http://bitcoinreflection.com

Cointracking und Steuertool - Cointracking and tax reports: Cointracking.info
Spare 10% mit diesem link. Save 10% on purchases with this link.
ashour
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile
August 25, 2015, 04:29:44 PM
 #9

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.
Zicore47 (OP)
Sr. Member
****
Offline Offline

Activity: 471
Merit: 262


View Profile
August 25, 2015, 10:13:57 PM
 #10

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.

Cointracking und Steuertool - Cointracking and tax reports: Cointracking.info
Spare 10% mit diesem link. Save 10% on purchases with this link.
SidJames
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
August 29, 2015, 04:04:20 PM
 #11

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!