Commit Graph

330 Commits

Author SHA1 Message Date
Ryan O'Hara-Reid
d4bcbdf230 Added returns to functions 2017-03-14 14:39:02 +11:00
Adrian Gallagher
e770b5fd71 Add common Unix time functions 2017-03-14 08:43:28 +11:00
Adrian Gallagher
3b3847404c Refactor BTCe account balance code 2017-03-14 07:58:47 +11:00
Adrian Gallagher
c09cc9eb1f Remove LakeBTC websocket support as it no longer exists 2017-03-07 21:54:50 +11:00
Adrian Gallagher
ce6fcf57e5 Fix remaining LakeBTC REST API requests and remove non-needed Printlns 2017-03-06 22:16:36 +11:00
GloriousCode
abd6ccea74 Implements front-end call for buy and sell orders
Copy-pastes sell-orders component for mass component creation
2017-03-06 19:55:18 +11:00
GloriousCode
77aa59688c Removes ui-grid references 2017-03-06 19:39:55 +11:00
GloriousCode
37aaf55dc8 Removes ui-grid and uses native tables instead 2017-03-06 19:39:55 +11:00
Adrian Gallagher
be4732ddfb Update LakeBTCHTTP API support to v2 2017-03-06 08:35:58 +11:00
Adrian Gallagher
e976c1c29f Remove BrightonPeak due to no volume since July last year 2017-03-06 05:36:39 +11:00
Adrian Gallagher
f07f6b3b17 Fix Ticker outputs and update applicable APIs 2017-03-06 05:25:14 +11:00
Adrian Gallagher
2726b6308d Improve currency handling 2017-03-06 02:48:12 +11:00
Adrian Gallagher
33b38999ff Add portfolio address config support and update available currencies 2017-03-05 22:01:49 +11:00
Adrian Gallagher
145c23aa30 Added config-helper tool to encrypt/decrypt config file. 2017-03-05 20:04:03 +11:00
Adrian Gallagher
5347ea8fa9 Use ConfirmConfigJSON function 2017-03-05 19:53:52 +11:00
Adrian Gallagher
255bd125c8 Move config.json to config.dat 2017-03-05 18:51:49 +11:00
Adrian Gallagher
fed5367240 Add config encryption support 2017-03-03 17:32:48 +11:00
Adrian Gallagher
bb1d0a26d0 Enable config encryption support 2017-03-03 17:31:11 +11:00
thrasher
86f9f3b688 Merge pull request #21 from shazbert/encryption
Added basic encryption service for JSON file
2017-03-03 13:04:46 +11:00
shazbert
978021293f Added basic encryption service for JSON file 2017-03-03 09:16:20 +11:00
GloriousCode
5520b0115e Early buy-orders work
Will implement ui-grid for tables. Way better at handling data
2017-02-28 17:13:34 +11:00
Adrian Gallagher
f38084facf Merge branch 'master' of https://github.com/thrasher-/gocryptotrader 2017-02-27 17:01:57 +11:00
Adrian Gallagher
e9bad8c29c Added basic portfolio summary code 2017-02-27 17:01:41 +11:00
shazbert
190b75f6a2 Merge branch 'test_environment' 2017-02-27 09:19:02 +11:00
shazbert
e837eb68fd Updated CDN's to most recent stable versions 2017-02-27 09:18:00 +11:00
Adrian Gallagher
effdb91046 Change Turnpike repo due to upstream issue 2017-02-20 15:02:19 +11:00
Adrian Gallagher
2a8414efff Expand decimal places to 6 for lower values 2017-02-20 13:13:46 +11:00
Adrian Gallagher
88ac67c88b Update Bitstamp HTTP API to v2 2017-02-20 13:07:58 +11:00
Adrian Gallagher
e7148f174b Add Ticker storage functionality for Exchanges (HTTP REST only) 2017-02-20 10:38:04 +11:00
Adrian Gallagher
3de08b76e4 Add CalculatePercentageGainOrLoss function 2017-02-19 18:30:41 +11:00
Adrian Gallagher
983e89376b Add Gemini ticker and auction support 2017-02-19 17:07:30 +11:00
Adrian Gallagher
427813a62a Update config currencies 2017-02-19 15:14:34 +11:00
GloriousCode
7cb3c3276b Merge branch 'master' of https://github.com/thrasher-/gocryptotrader 2017-02-10 19:47:19 +11:00
GloriousCode
2de5f868c6 Fixes issue with loading screen timeout
Limits decimal places on enabled-exchanges componenet to help lower resolutions
2017-02-10 19:46:58 +11:00
Scott
c472824b29 Update README.md 2017-02-10 19:30:15 +11:00
Scott
377762487c Adds a loading circle to the main page 2017-02-07 21:57:17 +11:00
thrasher
76107660a9 Merge pull request #20 from cornelk/master
go fmt and printf fixes
2017-02-02 12:48:17 +11:00
cornelk
fbc33a0a2c Fixes printf printing 2017-02-01 15:57:41 +07:00
cornelk
7e1874a5b3 Fixes go fmt 2017-02-01 15:57:07 +07:00
Scott
7ba0cdaf53 Converts enabled-exchanges to a component 2017-01-29 21:15:07 +11:00
Scott
6bad3e566a Adds "sell" component
Uses rootscope to announce when a currency + exchange is selected to allow all components to adapt to new data.
2017-01-29 20:55:11 +11:00
Scott
fb6b1134f6 Adds stringUtils.js
Updates "enabled currencies" section
Updates buy component.
2017-01-29 10:37:20 +11:00
Adrian Gallagher
9f6e5e637e Fix Poloniex response unmarshaling errors
Fixes issues #18 and #19
2017-01-17 14:25:21 +11:00
Adrian Gallagher
553f96d693 Fix BTCC Websocket JSON unmarshal error. 2016-12-02 12:21:32 +11:00
Adrian Gallagher
ba3473b819 Add additional Turnpike parameters. 2016-12-02 12:13:29 +11:00
thrasher
58e96ac017 Merge pull request #17 from asalei/patch-1
Incorrect Huobi URL
2016-12-01 13:36:04 +11:00
somebody
2d3d328d8a Incorrect Huobi URL
Change http://market.huobi.com/staticmarket/ to http://api.huobi.com/staticmarket/. The previous one got 404 error.
2016-11-21 10:01:42 +08:00
GloriousCode
60b475f46c Adds a base for the buy component 2016-11-15 21:25:06 +11:00
Scott
13ef022f6f Terrible beginnings of using components 2016-10-31 22:12:02 +11:00
Scott
2cdf3a79e5 Fixes deleted about page references 2016-10-17 21:33:25 +11:00