Ryan O'Hara-Reid
a759f83e26
Added new function on bitfinex for V2 API trade history request.
2018-02-23 16:58:53 +11:00
Ryan O'Hara-Reid
dd00eba27e
Applied fix to documentation.go for contribution HTML_URL.
...
Added period to documentation templates sentences.
Added logic to documentation.go to fix broken links for godoc in sub-packages.
Fix coding style to conform to golang idiomatic practice.
Applied fix to access main godocs in tools and test data.
Generated new documents using tools.
2018-02-20 11:56:25 +11:00
Ryan O'Hara-Reid
6cb17bb97e
Added new base documentation using documentation tool
2018-02-20 10:43:59 +11:00
Adrian Gallagher
29a81f3040
Fix binance path
2018-02-12 15:32:01 +11:00
Adrian Gallagher
4069595f7c
Use batch requesting where possible, add new functions for various exchanges, allow auto updating currencies for certain exchanges, update tests and configs
2018-02-12 15:08:30 +11:00
Adrian Gallagher
0d9d1a8da5
Update BTC Markets ticker/orderbook/trades code to support additional pairs
2018-02-10 20:10:04 +11:00
Adrian Gallagher
c0958534de
Temporarily disable bitflyer market auto updating
2018-02-09 11:24:50 +11:00
Ryan O'Hara-Reid
e57aa817dc
Added support for Bitflyer exchange
2018-02-09 11:00:58 +11:00
Yaser Alraddadi
5081a4b0c5
Fetch Poloniex orderbook in batches
2018-02-08 14:03:54 +11:00
Adrian Gallagher
747640cd90
Improve exmo orderbook wrapper
2018-02-08 13:09:42 +11:00
Adrian Gallagher
e8f8e32609
Add/improve common string functions, currency pair handling, fix LBTC orderbook amount
2018-02-08 12:00:55 +11:00
Adrian Gallagher
8fd514b2ad
Add EXMO exchange support
2018-02-07 13:03:51 +11:00
Adrian Gallagher
ce3d2953f8
Various improvements, update config
2018-02-05 12:30:04 +11:00
Bret Palsson
71333b29c7
Add Exchange: HitBTC
2018-02-04 00:53:22 -08:00
askew
65ded17206
Added support for Yobit.net
2018-02-02 22:35:44 +02:00
Adrian Gallagher
b109c18e5e
Fix Binance/Bithumb ticker/orderbook
2018-02-02 09:28:33 +11:00
Ryan O'Hara-Reid
28bd0e52bc
Added support for Binance exchange
2018-02-01 16:39:26 +11:00
Ryan O'Hara-Reid
3b8835d995
Added support for Bithumb exchange
2018-01-31 14:44:52 +11:00
Adrian Gallagher
1e92cab53a
Update Huobi REST authenticated and unauthenticated requests
2018-01-30 13:11:36 +11:00
Adrian Gallagher
784e9e48f5
Link up OKEX and fix config test
2018-01-29 20:52:00 +11:00
Adrian Gallagher
f6b38897db
Merge branch 'master' of https://github.com/thrasher-/gocryptotrader
2018-01-29 19:56:15 +11:00
Adrian Gallagher
2e1b5afd94
Fix err check
2018-01-29 17:13:26 +11:00
Ryan O'Hara-Reid
e7a79c17be
Added support for Okex
2018-01-29 13:18:43 +11:00
Adrian Gallagher
53b80f8bd4
ANX fix typo
2018-01-28 20:29:35 +11:00
Adrian Gallagher
292d150595
Add ANX Depth support
2018-01-28 20:24:14 +11:00
Adrian Gallagher
226a79e6e0
Make BTCC only use BTCUSD and update config files
2018-01-20 15:50:14 +11:00
Adrian Gallagher
523551d4cf
Coinut: Allow authenticated or unuathenticated requests, uncomment tests
2018-01-20 14:50:06 +11:00
Adrian Gallagher
5a2c81346c
Added helper functions, exchange method to set currencies and bug fixes
2018-01-18 12:45:19 +11:00
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