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
Ryan O'Hara-Reid
10d5abacb3
Initial implementation of interface function for getting exchange history.
2018-02-26 10:01:42 +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
2e1b5afd94
Fix err check
2018-01-29 17:13:26 +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
9e1ddf0468
Update Bitfinex API
...
Ref: https://github.com/thrasher-/gocryptotrader/issues/59
2017-11-01 16:10:21 +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
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
55ea1fe434
Add generalised functions for handling exchange enabled and available currencies
2017-08-25 15:54:45 +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
Ryan O'Hara-Reid
dc4144c1c2
Fixed linter issues, increased codecov, fixed general bugs for Bitfinex package
2017-08-19 13:47:19 +10:00
Adrian Gallagher
4f34b58d55
Improve portfolio, coverage and tool
2017-08-17 11:56:54 +10:00
Adrian Gallagher
0f55715987
Run gofmt and fix poloniex orderbook issue
...
Fixes https://github.com/thrasher-/gocryptotrader/issues/40
2017-08-09 23:18:23 -07:00
Ryan O'Hara-Reid
de48b62731
Fixed stutter issues from exchange.go
2017-07-31 11:45:12 +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
659ac59bbb
Package stats
2017-03-29 13:47:56 +11:00
Adrian Gallagher
aeb327c80c
Package exchanges
2017-03-29 13:47:56 +11:00