Bitcoin Forum
May 13, 2024, 02:06:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Free multi-exchange trading platform - with source code on: October 03, 2014, 11:15:33 AM
As I have now hard-forked the pro version, thought I would give this to the community for free along with the source code.

[Description]
SIDTraderLite is a simple, lightweight crypto-currency trading platform supporting multiple exchanges.


Currently supported exchanges are:
-Bitcoin.co.id(Bitcoin Indonesia)
-Bittrex
-BTCe
-Cryptsy
-Kraken
-Poloniex


Main features currently include:
-NO API KEYS STORED!
That one I thought deserved capitalistion. Rather than going for the approach many other platforms take of storing API keys using encryption and then decrypting for use, this application only stores a HMAC512 hash of your key using enchaned SHA256 encryption. This means your actual private keys are impossible for a hacker to retrieve.

-Password protected user accounts.
As with API keys, passwords are not stored. Instead the application takes the proper approach of storing an irreversible salted hash of your password.

-Dynamically generated, periodically checked market lists.
If a new market is added while the application is running it will alert you so you can take early action.

-Dynamically calculated 'rates' panel
Upon loading an exchange the application identifies currency bases and displays the last trade for base pairs (eg LTC/BTC, BTC/USD)

-Zoomable charts for every market.
Whether the exchange has chart data available through the API or not, this application will present you with OHLC charts for every market. As well as being zoomable they are also annotated with highest price, lowest price and time period.

-Conditional Orders
Basically internally stored stop-limit orders. Set the conditions and the application will perform the trade if conditions are met.

-Market Settings
Intended mainly to display min\max price\volume when dictated by the exchange, these settings can be altered by the user if desired (for such purposes as preventing mis-reading a quickly entered price and selling for 0.001 rather than 0.01).

-Adjustable update periods
Each exchange can be updated from it's default update period of a few minutes to any timespan you would like.

-Big Red 'Wipe' Button
Last on the list, for added security there is a big red button that will wipe all stored user data instantly.

Screenshots of the application can be found here - http://imgur.com/a/F2cnx

A pre-compiled download of the application can be found here - https://mega.co.nz/#!jhdx1B6A!wE6I8Yvy_KYas0CuJNWM9Ie53jLsOJWp2j_nSq6-vdY

Sourcecode: https://github.com/sidsoft2014/SIDTraderLite

Finally.....
The library's and classes in this project may be freely used in your own non-commercial projects without limitation. If you would like to use any parts of this project in a new commercial product please contact me via the email included in the user guide first.


[Updates]
06/10/2014 - Made some changes to improve responsiveness. Also corrected some api messages.
14/10/2014 - Added Bittrex along with some background improvements
04/12/2014 - Added Bitcoin Indonesia (Tested using dummy data)
2  Bitcoin / Project Development / Bitstamp BTC live trade ticker combined with STR chart and value - FREE! :) on: September 21, 2014, 10:14:46 PM
Another free widget for the community.

http://jsfiddle.net/12rasuxa/38/

Hope folk find a use for it Smiley
3  Bitcoin / Project Development / Simple javascript realtime cryptsy ticker - free :) on: September 20, 2014, 10:26:09 AM
Here's a simple ticker I built to get the last trade price for a given market from Cryptsy's pusher feed.
The example is set up for DOGE, but just change the market id to switch to any other currency.

http://jsfiddle.net/12rasuxa/7/

Hope the community find this useful Smiley
4  Bitcoin / Project Development / New Cryptsy\Mint Tool on: April 22, 2014, 01:43:17 PM
Greetings all.

For the past few months I've been playing at making myself what I would consider a decent trading platform for trading crypto's.

With this I present the first incarnation of "SidsCoinTool". I thought about calling it SidsCoinAutomationTool, but think the initialisation "SCAT" might be too much for some.

Version 1 is where we are and with this we have a working terminal for checking balances and orders, charts from MintPal with some advanced features such as Relative Strength Index and Moving Average. Also included is a simple arbitrage bot for Cryptsy.

Many further features are already ready to be implemented, such as full Mint API access when it becomes available. Even more features are in development, such as a full set of chart indicators and more automated trading systems.

I'm making this version public now as it has reached the point of needing some serious testing before I throw a load more features into it. Also I feel that even in this 'beta' stage it is still a useful tool for the community.

The application can be downloaded from the following link:
https://mega.co.nz/#!EEtjiJrZ!FU4DV2ubMkaW9ZwuVA_K2j4eK5heGNVq0VH4xr6fdBc

Any questions or support questions can be sent to me at sidjames2014@hotmail.com

Thanks for reading this, thanks even more if you download the tool and EVEN more thanks if you leave some comments or thanks Smiley

-Sid James
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!