Adrian Gallagher
4fadc6ff48
Adds support for new Huobi authorised requests and a tool for ecdsa keys
...
Fixes: https://github.com/thrasher-/gocryptotrader/issues/150
2018-07-13 15:54:31 +10:00
Ryan O'Hara-Reid
ed675bde30
Add bank details support
2018-07-12 12:25:07 +10:00
Adrian Gallagher
9b2ac9a6dc
Bump last checked available currencies timestamp and expand automatic updating of available currencies for various exchanges
2018-06-15 15:56:01 +10:00
Ryan O'Hara-Reid
58051b89c7
New package provider for foreign exchange rates.
...
Fixes issue: https://github.com/thrasher-/gocryptotrader/issues/131
Supersedes: https://github.com/thrasher-/gocryptotrader/pull/123
2018-06-06 21:05:17 +10:00
Ryan O'Hara-Reid
02dbab03ce
Added new initial functions for bot/exchange interface. ( #120 )
2018-05-30 13:49:58 +10:00
Adrian Gallagher
ac41a7cfad
New features and bug fixes
...
- Modifications made to the request package. Planned improvements will be
sending requests on intervals, rate limiter back off support, dynamic tuning
and requests packaged into a request job group.
- Can modify each exchanges individual HTTP client (e.g timeout and
transport settings).
- Bot now uses an exchange config HTTP timeout value.
- Bot now uses a global HTTP timeout (configurable).
- Batched ticker request support for exchanges.
- Ticker and Orderbook fetching now are spanned accross multiple
go routines and regulated by a sync wait group.
- Fixes hack used to load exchanges, now uses a sync wait group.
- Ticker and Orderbook storage and fetching now uses mutex locks.
- New pair function for finding different pairs between two supplied
pair arrays. This is used for currency pair updates for exchange which
support dynamic updating.
- Shows removal/additions of dynamic updates currencies.
2018-05-04 13:20:19 +10:00
Adrian Gallagher
52dfddbb18
Feature: Add support to check whether an exchange supports automatic currency pair updates and if they don't, show a warning if the last currency pair update is >= 30 days
...
Also fix race condition in config get/set functions
2018-03-27 12:53:46 +11:00
Adrian Gallagher
3eb81a3185
Improve pairs/translation packages and various fixes
2018-03-26 12:17:39 +11:00
Ryan O'Hara-Reid
10d5abacb3
Initial implementation of interface function for getting exchange history.
2018-02-26 10:01:42 +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
55c8b02d1d
Fix misspells
2017-10-04 18:15:01 +11: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
a1040c8d94
Start websocket implementation
2017-09-11 14:02:39 +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
55ea1fe434
Add generalised functions for handling exchange enabled and available currencies
2017-08-25 15:54:45 +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
Adrian Gallagher
f3c1f4880d
Add nonce package for exchanges
2017-08-21 15:57:41 +10:00
Adrian Gallagher
4eaa9d0ec9
Prevent authenticated calls when authenticated API support is disabled
2017-08-21 13:10:57 +10:00
Ryan O'Hara-Reid
de48b62731
Fixed stutter issues from exchange.go
2017-07-31 11:45:12 +10:00
Ryan O'Hara-Reid
7042da1e03
Fixed linter issues and added test files
2017-07-31 11:44:54 +10:00
Adrian Gallagher
d526e9f2a9
Add currency pair support
2017-04-19 00:16:53 +10:00
Adrian Gallagher
b84a27a6a5
Add method for obtaining orderbook info
2017-04-08 02:42:18 +10:00
Adrian Gallagher
f6efa9ee37
Expand portfolio to cover exchange balances
2017-04-07 15:50:12 +10:00
Adrian Gallagher
4bd2c92ec3
Refactor Exchange code
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