Commit Graph

127 Commits

Author SHA1 Message Date
Adrian Gallagher
f30e0b3b3b Made Alphapoint API URL modifiable. 2015-05-31 15:50:21 +10:00
Adrian Gallagher
0316e29f13 Added GetOrderFee function. 2015-05-31 15:47:06 +10:00
Adrian Gallagher
68dc15bd2f Added Alphapoint Implementation, this will be used as a base class for Exchanges which rely on it. 2015-05-28 22:50:32 +10:00
Adrian Gallagher
fea5d812eb Updated README.md file. 2015-05-20 12:55:57 +10:00
Adrian Gallagher
e328d59f2e Added cryptocurrency/fiat currency variables to event handler, paving way for multi-currency event handling. 2015-05-19 16:57:03 +10:00
Adrian Gallagher
931bcbfb34 Filled out ItBit Orderbook function. 2015-05-18 16:30:41 +10:00
Adrian Gallagher
5f40de8300 Added fiat support to stats handler. 2015-05-15 15:42:41 +10:00
Adrian Gallagher
13379ed0fe Added IsFiatCurrency function. 2015-05-15 15:31:53 +10:00
Adrian Gallagher
b0b119d790 Added dynamic updating of available currencies based on Exchange products. 2015-05-15 15:00:02 +10:00
Adrian Gallagher
58606e300f Fixed OKCoin Websocket implementation when support for both International and Chinese exchanges are enabled. 2015-05-13 18:54:45 +10:00
Adrian Gallagher
bf5846e115 Removed commented/debug println code. 2015-05-13 18:28:10 +10:00
Adrian Gallagher
dca6928a10 Fixed BTC-e config_example typo. 2015-05-11 18:27:01 +10:00
Adrian Gallagher
dd3ae3f23b Added Authenticated API variable to toggle on/off private authentication support. 2015-05-11 18:20:57 +10:00
Adrian Gallagher
70b312d377 Added config check function for core variables. 2015-05-11 16:55:40 +10:00
Adrian Gallagher
b3413f9317 Added currency toggling config support for remaining Exchanges. 2015-05-09 22:11:30 +10:00
Adrian Gallagher
043a6d6015 Added Kraken Ticker response struct and added it to events handler. Made Kraken abide config settings. 2015-05-09 20:26:57 +10:00
Adrian Gallagher
815b22dbeb Added the ability to enable/disable Cryptocurrencies on Exchanges via config file. A few more exchanges need to be completed. 2015-05-09 03:41:21 +10:00
Adrian Gallagher
7b93fde98f Made use of common string functions and formatting changes. 2015-05-06 20:29:22 +10:00
Adrian Gallagher
f6bcdf8a76 Made use of Pairs and BaseCurrencies variables, formatting changes. 2015-05-06 20:20:42 +10:00
Adrian Gallagher
8183d1a955 Added common string manipulation functions and formatting. 2015-05-06 20:07:11 +10:00
Adrian Gallagher
a2461826c1 Added Coinbase GBP support. 2015-05-04 18:10:34 +10:00
Adrian Gallagher
e81ed646c1 Renamed coinbase to coinbasehttp to be in line with other exchange filenames. 2015-05-04 02:12:16 +10:00
Adrian Gallagher
8f4fdc2f8b Added authenticated Coinbase REST support. 2015-05-04 01:34:52 +10:00
Adrian Gallagher
54a7110f31 Made Websocket always reconnect whilst its enabled. 2015-05-02 13:09:04 +10:00
Adrian Gallagher
e38fbe078a Minor itBit changes. 2015-04-30 01:02:05 +10:00
Adrian Gallagher
0d23b68b15 Improved itBit implementation. 2015-04-29 23:44:36 +10:00
Adrian Gallagher
7806f09d99 Fixed ItBit RESTful HTTP authentication. 2015-04-28 21:37:40 +10:00
Adrian Gallagher
e3a9d226e0 Added BTCMarkets authenticated HTTP functions. 2015-04-28 19:21:49 +10:00
Adrian Gallagher
ad79a59b22 Removed debug println messages from Huobi Websocket. 2015-04-27 21:00:41 +10:00
Adrian Gallagher
3c8929edbb Added ANX Exchange HTTP support. 2015-04-27 17:42:28 +10:00
Adrian Gallagher
a109080d0b Update Websocket message string for BTC China. 2015-04-24 23:46:42 +10:00
Adrian Gallagher
94f9552594 Rename PollingDelay variable to RESTPollingDelay for greater clarity. 2015-04-23 18:25:01 +10:00
Adrian Gallagher
bb09108702 Removed REST request to fetch account info for BTC China. 2015-04-22 23:55:02 +10:00
Adrian Gallagher
08c546cd61 Updated README.md 2015-04-22 01:10:29 +10:00
Adrian Gallagher
297ed71877 Updated Huobi Websocket to be compatible with socketio library changes. 2015-04-20 22:37:12 +10:00
Adrian Gallagher
690094babb Added BTC China Websocket event handlers and structs. 2015-04-20 22:36:37 +10:00
Adrian Gallagher
e65aa99ffa Updated README.md 2015-04-19 19:56:13 +10:00
Adrian Gallagher
64e265c34a Added basic Websocket implementation for BTC China. 2015-04-18 20:08:50 +10:00
Adrian Gallagher
78d6571160 Added Huobi Websocket additional parameters. 2015-04-17 23:50:02 +10:00
Adrian Gallagher
0b56c653dd Added Huobi Websocket depth struct. 2015-04-15 22:20:10 +10:00
Adrian Gallagher
4d0dad0d1b Added some Huobi Websocket response structs. 2015-04-14 23:31:06 +10:00
Adrian Gallagher
71d171ef44 Updated README.md 2015-04-13 17:56:24 +10:00
Adrian Gallagher
c6bfa15e86 Reconnect Huobi Websocket on disconnection. 2015-04-12 23:24:58 +10:00
Adrian Gallagher
32c1252283 Added Huobi Websocket API variables and channel subscription support. 2015-04-11 20:58:28 +10:00
Adrian Gallagher
a626db2ac8 Display Websocket URL in verbose mode for applicable exchanges. 2015-04-10 21:16:27 +10:00
Adrian Gallagher
bbce5e6196 Added basic Huobi Websocket support. 2015-04-10 21:03:09 +10:00
Adrian Gallagher
6065af0bc1 Added OKCoin Websocket kline handling. 2015-04-09 22:12:08 +10:00
Adrian Gallagher
f73484800c Added function to improve CPU performance via GOMAXPROCS. 2015-04-08 21:14:55 +10:00
Adrian Gallagher
177f755abd Added OKCoin Websocket futures ticker/depth/trade/kline and index support. 2015-04-08 20:44:39 +10:00
Adrian Gallagher
dd240338eb Added remaining OKCoin REST functions. 2015-04-07 21:03:52 +10:00