Commit Graph

114 Commits

Author SHA1 Message Date
Adrian Gallagher
5dc6df72aa Improvements in config, currency, exchange, pair and helper code 2018-01-17 13:42:09 +11:00
Adrian Gallagher
4d4c85f458 Add dynamic loading/unloading and reloading of exchanges 2018-01-16 12:05:30 +11:00
Adrian Gallagher
34eeed287a Add various helper functions for exchanges and currency pairs.
Improve Kraken config/request currency handling.
Update config file to reflect changes.
2018-01-15 16:53:12 +11:00
Adrian Gallagher
16629c6c6e Add method to fetch available currencies from Poloniex, fix available currency bug in poloniex and update config_example.json 2018-01-09 16:31:15 +11:00
Adrian Gallagher
b90670baea Merge pull request #74 from gam-phon/feature/increate-limit-for-GetAuthenticatedTradeHistory
increase limit for GetAuthenticatedTradeHistory poloniex
2018-01-07 10:24:53 +11:00
Yaser Alraddadi
69902aeb21 increase limit for GetAuthenticatedTradeHistory 2018-01-06 04:25:23 +03:00
Adrian Gallagher
2446007b03 Various improvements 2018-01-03 18:36:13 +11:00
Mikalai Radchuk
8cb088e9fa GDAX SetDefaults cleanup
`SetDefaults` already sets `g.Verbose` to `false` (see few lines above)
2017-12-31 00:35:14 +03:00
Ryan O'Hara-Reid
1644936b78 Added general test and fixed partial linter issues. 2017-11-23 14:12:00 +11:00
Ryan O'Hara-Reid
061e2a239d Added test file for OKCoin 2017-11-23 11:29:38 +11:00
Ryan O'Hara-Reid
48d07d48dd Added basic test and fixed basic linter issues. 2017-11-23 11:19:38 +11:00
Ryan O'Hara-Reid
22d250b51a Fixed linter issue and added tests for localbitcoins. Parralleled tests for lakebtc. 2017-11-23 10:41:19 +11:00
Ryan O'Hara-Reid
4294c684af Fixed linter issues and added testing. 2017-11-23 10:03:39 +11:00
Ryan O'Hara-Reid
baae729014 Fixed linter issues for Kraken package and added testing. 2017-11-22 15:50:50 +11:00
Adrian Gallagher
ce908ee939 Use config.json by default if config file isn't encrypted
Fixes issue: https://github.com/thrasher-/gocryptotrader/issues/48
Allows for auto syntax highlighing in text editors/IDEs
2017-11-14 14:15:01 +11:00
Adrian Gallagher
4799c73317 Merge pull request #60 from mattkanwisher/sandbox
consistent access to sandbox environments on gemini and gdax
2017-11-06 09:04:59 +11:00
Matthew Campbell
95739a8b14 consistent access to sandbox environments on gemini and gdax 2017-11-01 12:51:01 +07:00
Adrian Gallagher
9e1ddf0468 Update Bitfinex API
Ref: https://github.com/thrasher-/gocryptotrader/issues/59
2017-11-01 16:10:21 +11:00
Adrian Gallagher
55c8b02d1d Fix misspells 2017-10-04 18:15:01 +11:00
Adrian Gallagher
61023f9fed Update nonce func and test coverage 2017-10-04 17:22:44 +11:00
Ryan O'Hara-Reid
b80a2fce8c Changed session management for Gemini, Quick fixed issues with BTCC package. 2017-10-03 12:51:05 +11:00
Ryan O'Hara-Reid
7333c16dc4 Added test module for WEX exchange, added wex to testdata & fixed exchange test. 2017-10-03 12:31:44 +11:00
Ryan O'Hara-Reid
6975f411d4 Fixed merge issues, fixed race condition in gemini package. 2017-10-03 12:31:44 +11:00
Ryan O'Hara-Reid
b3bef011f4 Liqui Package - Fixed linter issues and expanded code cov. 2017-10-03 12:31:44 +11:00
Ryan O'Hara-Reid
e8c7bf9af4 In the common package added JSONDecode error check. Added verbosity in SendHTTPGetRequest. Updated Nonce package function. Fixed issues in ItBit package and expanded test coverage. 2017-10-03 12:31:44 +11:00
Ryan O'Hara-Reid
939ce3ab21 Fixed linter issues, increased code cov & expanded functionality in Gemini. 2017-10-03 12:31:44 +11:00
Ryan O'Hara-Reid
f27472269c Fixed minor linter issues in coinut. Fixed linter issues, increased code cov & expanded functionality in gdax. Added new function in nonce package. 2017-10-03 12:31:44 +11:00
Adrian Gallagher
05b2bc0d56 Fix WEX linter issues 2017-09-16 13:18:28 +10:00
Adrian Gallagher
542828e957 Rename BTC-e to WEX and reinstate exchange 2017-09-16 13:03:00 +10:00
Adrian Gallagher
9114de8a06 Liqui skip empty pairs 2017-09-14 15:51:25 +10:00
Adrian Gallagher
1237223b7f Bittrex skip over empty market name 2017-09-14 15:44:45 +10:00
Adrian Gallagher
6e9bda83a1 Link up websocket handler to routes after refactor and various improvements 2017-09-14 15:08:19 +10:00
Adrian Gallagher
69aa445a3a Refactor stats and link up to ticker routine 2017-09-14 15:08:19 +10:00
Adrian Gallagher
87633c2142 Link up orderbook websocket code, improve exchange test coverage and various other fixes 2017-09-14 15:07:59 +10:00
Adrian Gallagher
913c104d09 Finish off websocket ticker demo, update config files and fix tests 2017-09-14 15:04:38 +10:00
Adrian Gallagher
ad7ae88ff4 Add UpdateOrderbook exchange function and update all exchanges to support it 2017-09-11 14:02:39 +10:00
Adrian Gallagher
a5b3a6b489 Add demo routines function to fetch all exchange tickers 2017-09-11 14:02:39 +10:00
Adrian Gallagher
a1040c8d94 Start websocket implementation 2017-09-11 14:02:39 +10:00
Adrian Gallagher
89848eb6e9 Fix Liqui nonce value
Addressed in https://github.com/thrasher-/gocryptotrader/pull/50
2017-09-11 13:58:26 +10:00
Adrian Gallagher
341302e91e Fix various tests after test branch merge 2017-08-28 13:06:00 +10:00
Adrian Gallagher
cf051cc8f8 Merge branch 'test'
# Conflicts:
#	exchanges/btcmarkets/btcmarkets.go
2017-08-28 12:39:57 +10:00
Adrian Gallagher
120d59cec1 Fix TestSetAPIKeys test 2017-08-28 09:23:24 +10:00
Adrian Gallagher
40a4ff4fdb Only set authenticated API settings when authenticated API requests in config option is enabled 2017-08-25 17:00:07 +10:00
Adrian Gallagher
4dcce85810 Default to HTTPS everywhere in project 2017-08-25 16:57:06 +10:00
Adrian Gallagher
55ea1fe434 Add generalised functions for handling exchange enabled and available currencies 2017-08-25 15:54:45 +10:00
Ryan O'Hara-Reid
39fa7f75f9 Improved codecov, expanded functionality for BTCMarkets 2017-08-24 11:54:57 +10:00
Ryan O'Hara-Reid
c2f12b777c Fixed linter issues, increased test coverage and increased functionality for bitstamp 2017-08-23 16:44:50 +10:00
Adrian Gallagher
9bdc316ae8 Fix Bittrex API requests
Issue: https://github.com/thrasher-/gocryptotrader/issues/44
2017-08-23 16:02:19 +10:00
Adrian Gallagher
a4c996b346 Add exchange GetAvailableCurrencies function 2017-08-23 15:52:26 +10:00
Adrian Gallagher
7be8c0272b Add currency pair display method to display a currency pair based on user config preferences (e.g BTC-USD or BTCUSD) 2017-08-23 15:52:15 +10:00