Commit Graph

383 Commits

Author SHA1 Message Date
Ryan O'Hara-Reid
58741e73ef Added test for DataContains function in common.go 2017-04-11 22:00:20 +10:00
Ryan O'Hara-Reid
03aca79584 Updated Non-live & live test support 2017-04-11 22:00:20 +10:00
Ryan O'Hara-Reid
3636d474d6 conform to BitfinexOrder struct types 2017-04-11 22:00:19 +10:00
Ryan O'Hara-Reid
6e2464fb58 refactor - import common.go 2017-04-11 22:00:19 +10:00
Ryan O'Hara-Reid
e7b469638e Added test support for bitfinex 2017-04-11 22:00:19 +10:00
thrasher
189dadb5ad Merge pull request #28 from 140am/gdax
GDAX support
2017-04-10 14:00:00 +10:00
Manuel Kreutz
4159abbbe5 run test in parallel with (and only with) other parallel tests. 2017-04-09 21:42:09 -04:00
Manuel Kreutz
19f6ac9de7 extend test coverage of helper function 2017-04-09 16:54:39 -04:00
Manuel Kreutz
6e440a1a0c use proper test name 2017-04-09 16:39:40 -04:00
Manuel Kreutz
5306c6b3d3 support currency pair notation without - (used by AllActiveExchangesAndCurrencies) 2017-04-09 16:16:54 -04:00
Manuel Kreutz
4b6c1f8b6c we need unixtime for auth but sending 13 long string 2017-04-09 16:02:57 -04:00
Manuel Kreutz
7b001f710b simple common helper to parse & return path (for hmac etc) given url 2017-04-09 16:02:51 -04:00
Manuel Kreutz
bd78a39bdd SendAuthenticatedHTTPRequest uses GDAX_API_URL and we need path 2017-04-09 15:44:12 -04:00
Manuel Kreutz
76c883c6e0 use current API endpoint 2017-04-09 15:43:12 -04:00
Adrian Gallagher
b84a27a6a5 Add method for obtaining orderbook info 2017-04-08 02:42:18 +10:00
Adrian Gallagher
5f8ad10b5f Improve portfolio 2017-04-07 21:04:29 +10:00
Adrian Gallagher
145e74fbac Remove unused function/file 2017-04-07 16:10:35 +10:00
Adrian Gallagher
f6efa9ee37 Expand portfolio to cover exchange balances 2017-04-07 15:50:12 +10:00
Adrian Gallagher
a5d7d26ac9 Package portfolio 2017-04-06 16:22:30 +10:00
Adrian Gallagher
86d52ef845 Add test script 2017-04-03 02:46:47 -07:00
thrasher
f51ec79763 Merge pull request #26 from crackcomm/patch-1
Fix JSON unmarshaling
2017-03-31 12:33:04 +11:00
thrasher
393c01c656 Merge pull request #27 from crackcomm/patch-2
Bitfinex: handle read message error
2017-03-31 12:31:01 +11:00
Łukasz Kurowski
8a6ea5db16 Bitfinex: handle read message error 2017-03-30 19:51:50 +02:00
Łukasz Kurowski
62cb038498 Fix JSON unmarshaling 2017-03-30 19:49:52 +02:00
Adrian Gallagher
7aff04e4c6 Standardise filenames 2017-03-30 14:05:32 +11:00
Adrian Gallagher
18dcd8faa9 Add portfolio example tool 2017-03-29 17:07:02 +11:00
crackcomm
f8b765fd53 Configurable webui port 2017-03-29 15:57:12 +11:00
Adrian Gallagher
028902f21b Fix events 2017-03-29 14:43:09 +11:00
Adrian Gallagher
8243360867 Fix regression after merge 2017-03-29 14:29:51 +11:00
Adrian Gallagher
4bd2c92ec3 Refactor Exchange code 2017-03-29 13:47:56 +11:00
Adrian Gallagher
a459d37f81 Package events and smsglobal 2017-03-29 13:47:56 +11:00
Adrian Gallagher
659ac59bbb Package stats 2017-03-29 13:47:56 +11:00
Adrian Gallagher
a9d9ee54f7 Package currency 2017-03-29 13:47:56 +11:00
Adrian Gallagher
aeb327c80c Package exchanges 2017-03-29 13:47:56 +11:00
Adrian Gallagher
bbe660b5f4 Refactor Exchange code 2017-03-29 13:45:02 +11:00
Adrian Gallagher
ef59b4bcd5 Create exchange base struct 2017-03-29 13:45:02 +11:00
Adrian Gallagher
3edf81f48b Package config 2017-03-29 13:45:02 +11:00
Adrian Gallagher
b6c9d64f75 Package common.go 2017-03-29 13:45:02 +11:00
Adrian Gallagher
c49428a73d Add informative badges to README, remove .codeclimate.yml file 2017-03-27 23:55:55 +11:00
gloriousCode
5ec711aac0 Replaces CDN dependency of Bootstrap with bower (can now code on train).
Also darktheme
2017-03-27 18:25:52 +11:00
gloriousCode
8d2551e13a Adds websocket support on the front end via angular-websocket 2017-03-27 18:15:14 +11:00
Scott
dedfad5d1f Adds CurrencyPair to tickerPrice creation 2017-03-26 18:45:38 +11:00
Adrian Gallagher
150ee09529 Update README.md 2017-03-21 23:51:19 +11:00
Adrian Gallagher
8b020dfd9a Update README.md 2017-03-20 21:58:10 +11:00
Adrian Gallagher
d628d26111 Fix Poloniex Trollbox response 2017-03-17 21:23:59 +11:00
Adrian Gallagher
b6a53cf41c Update old config file strings 2017-03-16 14:51:15 +11:00
Adrian Gallagher
50f660867d Update config portfolio balances 2017-03-15 15:23:58 +11:00
Adrian Gallagher
745c782164 Add Liqui HTTP support 2017-03-15 11:12:46 +11:00
Adrian Gallagher
5bdcf9e2ea Fix hardcoded ticker index (Fixes issue https://github.com/thrasher-/gocryptotrader/issues/24) 2017-03-15 08:12:51 +11:00
Adrian Gallagher
42a17c4283 Add CONTRIBUTORS file and update LICENSE 2017-03-14 16:56:25 +11:00