Commit Graph

625 Commits

Author SHA1 Message Date
Adrian Gallagher
2e1b5afd94 Fix err check 2018-01-29 17:13:26 +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
386837900c Merge pull request #78 from shazbert/master
fixed file extension issue with docker
2018-01-25 22:28:17 +11:00
Ryan O'Hara-Reid
1fbe706129 fixed file extension issue with docker 2018-01-25 16:38:44 +11:00
Adrian Gallagher
e2ad8998bf Improve Fixer currency conversion 2018-01-25 16:04:32 +11:00
Adrian Gallagher
baa994fe9b Trivial improvements 2018-01-24 09:23:35 +11:00
Adrian Gallagher
89188c03e1 Fix config load failure when launching application on OSX through Finder 2018-01-22 12:28:09 +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
5ca9db8ad4 Add banner 2018-01-19 17:30:08 +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
bb74b22ef7 Implement dry run mode, won't save config (to be used in future modes) 2018-01-17 21:24:24 +11:00
Adrian Gallagher
d571773680 Update Ethereum balance updating via Ethplorer 2018-01-17 14:33:17 +11:00
Adrian Gallagher
5dc6df72aa Improvements in config, currency, exchange, pair and helper code 2018-01-17 13:42:09 +11:00
Adrian Gallagher
3e30bb7213 Add version flag and blurbs 2018-01-16 16:40:22 +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
0b00ea8bf1 Merge branch 'master' of https://github.com/thrasher-/gocryptotrader 2018-01-09 15:42:35 +11:00
Adrian Gallagher
5672d56997 Update README.md files 2018-01-09 15:42:17 +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
Adrian Gallagher
e35541c1f2 Merge pull request #76 from bretep/master
Ignore IntelliJ project files
2018-01-07 10:24:28 +11:00
Bret Palsson
3f4059f6a2 Ignore intelij project files 2018-01-06 02:30:03 -08: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
gloriousCode
301257427e Fixes handlebars vulnerability 2018-01-02 21:35:14 +11:00
Scott
11fc1a0d83 Update README.md
REVERT
2018-01-02 19:26:52 +11:00
Scott
065ffe4621 testing image ;D 2018-01-02 19:26:04 +11:00
Adrian Gallagher
220ec228fb Update README.md 2018-01-02 19:07:16 +11:00
Adrian Gallagher
8e7e2fb914 Add currency translation mapping
For example BTC is also XBT
2018-01-02 18:49:59 +11:00
Scott
4b3a5c4ba0 Merge pull request #73 from mKurrels/master
changes command to run application in readme
2018-01-01 19:50:42 +11:00
Michael Kurrels
bfe62062e7 changes command to run application
the readme was wrong when it said to run npm run web:start. It should be npm run start:web.
2017-12-31 20:07:25 -08:00
Adrian Gallagher
cb20ff7a59 Merge pull request #70 from idealhack/patch-1
fix typo
2017-12-31 11:00:56 +11:00
Adrian Gallagher
049f5f0c9f Merge pull request #72 from m1kola/patch-1
GDAX SetDefaults cleanup
2017-12-31 11:00:40 +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
Yang Li
05363578f7 fix typo 2017-12-19 18:13:13 +08:00
Adrian Gallagher
1a5c7a7ae1 Merge pull request #69 from gloriousCode/master
GoCryptoTraderWeb phase 2
2017-12-15 16:14:21 +11:00
GloriousCode
b5c8093ac8 Version increase :) 2017-12-14 17:24:38 +11:00
GloriousCode
cf9425a0d7 Dumb fleshout of currency listing and buy sell component 2017-12-14 17:14:43 +11:00
GloriousCode
92e8ff790b Adds selected currency to the navbar 2017-12-07 21:18:34 +11:00
GloriousCode
0b0c5c0a33 Minor theme changes
Moving closer to spawning component dynamically for the purpose of the dashboard and trading
2017-12-07 20:56:19 +11:00
GloriousCode
5e25072a13 Fixes favicon 2017-11-30 20:02:19 +11:00
GloriousCode
4561ca9acb Fancy logos
Tooltips
2017-11-30 19:11:52 +11:00
GloriousCode
420d65a5eb Adds donate component
Adds FAB to dashboard
Adds slack to sidebar
2017-11-30 17:54:45 +11:00
GloriousCode
b35c6b65bc Expandable tiles for dashboard 2017-11-29 17:12:19 +11:00
Adrian Gallagher
cf2d4bb325 Merge pull request #63 from shazbert/test
Test
2017-11-23 14:35:46 +11: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