Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

0.5.14 #2048

Merged
merged 141 commits into from
Mar 21, 2018
Merged

0.5.14 #2048

Changes from 1 commit
Commits
Show all changes
141 commits
Select commit Hold shift + click to select a range
580fafd
Script to allow easy updating of all binance market data
cmroche Dec 24, 2017
f2caf69
Bug fix
cmroche Dec 24, 2017
7e99f0c
Add request-promise to dev dependencies
cmroche Dec 24, 2017
cf60c3b
Generate market data for Kraken, also finally figured out how to get …
cmroche Dec 25, 2017
d386dcd
Removing darkpool entries
cmroche Dec 25, 2017
1995833
Update documentation
cmroche Dec 25, 2017
36840f2
Remove .message for error reporting, not needed
cmroche Dec 26, 2017
3cccd33
Buy waas using the un-adjusted variables.
cmroche Dec 26, 2017
184a51c
Adding bitfinex markets and update script
cmroche Dec 26, 2017
08afc88
No longer write order volume as string
cmroche Dec 27, 2017
1be0227
Tweaking warning messages a bit
cmroche Dec 28, 2017
b0949e8
Change log.warning to log.warn
cmroche Dec 29, 2017
5d65165
Merge branch 'develop' into origin/product_updates
cmroche Jan 5, 2018
b61e4bf
Merge branch 'develop' into origin/product_updates
cmroche Jan 12, 2018
6d79a1d
Merge branch 'develop' into origin/product_updates
cmroche Jan 12, 2018
4882c59
Merge remote-tracking branch 'origin/origin/product_updates' into ori…
cmroche Jan 12, 2018
c54af15
Fixing bitfinex import
cmroche Jan 14, 2018
277c7e9
Merge branch 'develop' into origin/product_updates
cmroche Jan 14, 2018
a3bd6fe
Merge branch 'bitfinex' into origin/product_updates
cmroche Jan 14, 2018
df50774
Merge branch 'stable' into develop
askmike Jan 15, 2018
ea11115
update links to documentation
askmike Jan 16, 2018
c87b820
fix link to static assets
askmike Jan 16, 2018
3b5ba93
be sure to drop events without types (like log events)
askmike Jan 16, 2018
3df746b
add exchange simulator
askmike Jan 16, 2018
a0e30a5
use real time for exchange simulator
askmike Jan 16, 2018
74ab11a
dont try to render a chart with insufficient data
askmike Jan 16, 2018
1ecf144
emphasize that the exchange simulator is for debugging
askmike Jan 16, 2018
056cc8a
add debug strategies
askmike Jan 16, 2018
d5897b4
Fix kraken minimum order quantities
xteejx Jan 17, 2018
3d3dcb7
Updated binance market data using script provided in PR#1550 by @cmroche
Jan 16, 2018
8396106
Fixed the order of assets and pairs
Jan 16, 2018
c49bb55
- Binance processes the manually canceled order as filled (fixed)
Jan 16, 2018
a5c6036
use more profitable example in the screenshot
askmike Jan 17, 2018
996afab
Merge branch 'develop' into origin/product_updates
cmroche Jan 18, 2018
7d3acf4
Update binance markets
cmroche Jan 18, 2018
01d46fa
Fix response code 522
xteejx Jan 18, 2018
da956f9
fix nodesource installation command for windows 10
askmike Jan 19, 2018
1cced32
Merge branch 'develop' into origin/product_updates
cmroche Jan 20, 2018
1a1b1f4
All response code 5's are retryable erros
cmroche Jan 20, 2018
e416035
Binance try on HTTP 500 series errors
cmroche Jan 20, 2018
cb6d17a
postgresql fixes
antoniridzki Jan 20, 2018
c9213ed
Kraken: update CAD/ETH and USD/ETH min amount and precision
fouman75 Jan 20, 2018
4b552c5
Updating Binance requirement to 1.3.0
cmroche Jan 20, 2018
a26506e
Add time synchronization
cmroche Jan 20, 2018
0df9295
Merge branch 'develop' into origin/product_updates
cmroche Jan 21, 2018
05ba414
Updating market data from scripts
cmroche Jan 21, 2018
0a29389
Support configurable order update delays
cmroche Jan 20, 2018
f5c7346
Fix bad variable reference
cmroche Jan 21, 2018
876c5f7
add `orderUpdateDelay` to UI baseConfig
askmike Jan 21, 2018
ecdcb70
fix logging for live gekkos in UI again
askmike Jan 21, 2018
dbfda6f
Merge branch 'origin/product_updates' of git://github.com/cmroche/gek…
askmike Jan 21, 2018
5ced592
move generated market files around
askmike Jan 21, 2018
b16eb60
remove outdated bin files
askmike Jan 21, 2018
18a12db
gekko v0.5.13
askmike Jan 21, 2018
04b74ea
Merge pull request #3 from askmike/cmroche-origin/product_updates
cmroche Jan 21, 2018
c9ec544
Merge pull request #1550 from cmroche/origin/product_updates
askmike Jan 21, 2018
8bf4670
write proper market json files
askmike Jan 21, 2018
8c74a3b
dynamic market update for coinfalcon
vivekmarakana Jan 22, 2018
08f09c6
Bugfix JSON files for market data
cmroche Jan 22, 2018
68e1f87
Bug fix gdax, missing constant
cmroche Jan 22, 2018
dcc5424
minimal order values
vivekmarakana Jan 23, 2018
1e285ff
force binance version 1.3.1, fix #1781
askmike Jan 25, 2018
a42e173
recompile the frontend for 0.5.13
askmike Jan 25, 2018
67e7747
Updated commander from 2.9.0 to 2.13.0
Jan 22, 2018
da0b576
Updated mocha from 2.5.3 to 5.0.0
Jan 22, 2018
4636893
Updated chai from 2.3.0 to 4.1.2
Jan 22, 2018
067c2de
Updated sinon from 1.17.7 to 4.2.0
Jan 22, 2018
bf81f53
Updated moment from 2.19.3 to 2.20.1
Jan 22, 2018
1479b13
Use declared var instead of undefined
dmitriz Jan 27, 2018
d7f4b06
Added new "private" prefix to gitignore to ignore private strategy files
werkkrew Jan 29, 2018
91a71fe
gdax cancelOrder fix and misc other fixes
werkkrew Jan 29, 2018
d059d29
Whitespace cleanup
werkkrew Jan 29, 2018
cb3fafe
Additional whitespace cleanup
werkkrew Jan 29, 2018
70cbf1a
safely check for log prop
askmike Jan 29, 2018
509be21
Update TSI.js
Paulovms Jan 27, 2018
5912ba6
Update varPPO.js
Paulovms Jan 27, 2018
c466614
Update TSI.js
Paulovms Jan 27, 2018
bd5c155
Update varPPO.js
Paulovms Jan 27, 2018
d703a91
Update recoverable errors
Paulovms Jan 27, 2018
8dcff91
subtract candle length from start time to calculate isPremature
chromadeployment Jan 26, 2018
d2b1129
Move startTimeMinusCandleSize inside realtime if check
ansonphong Jan 30, 2018
4259ec5
cancel order callback needs to return true if the order was filled
werkkrew Jan 29, 2018
892760c
Updated statement as per @askmike's request
werkkrew Jan 29, 2018
5df0d9a
Whitespace cleanup
werkkrew Jan 30, 2018
ec45059
Whitespace cleanup
werkkrew Jan 30, 2018
528b35c
Added return in callback
werkkrew Jan 30, 2018
d0451b8
more intuitive naming
dmitriz Jan 26, 2018
4d31c0e
New trading strategy: Triple Moving Average
bennycode Dec 17, 2017
dd7a275
dont use _.get since its not available in lodash@2.x
askmike Jan 30, 2018
eeddec2
Update startGekko.js
xteejx Jan 31, 2018
7aaa8e3
Update talib.js
wupeng1211 Jan 31, 2018
a359894
base trading method update
werkkrew Jan 29, 2018
20df7c3
trading advisor update
werkkrew Jan 29, 2018
782bf9b
Comment and whitespace cleanup
werkkrew Jan 29, 2018
29666c1
removed out of scope change
werkkrew Jan 29, 2018
2a07c60
Fix to date in emitted trades
werkkrew Feb 2, 2018
b80db75
remove final usage of _.get, fully fix #1819
askmike Feb 3, 2018
9115d54
Change the order of the subtract function params in the moment.js (#1…
cloggy45 Feb 3, 2018
425e66c
Fix to Binance dates appearing incorrect in Roundtrip info
rkingy Feb 2, 2018
76bb8bf
Create a new DEMA indicator
rkingy Feb 2, 2018
262d951
Revert "Create a new DEMA indicator"
rkingy Feb 3, 2018
d0f94cb
Removed DEMA script & added space after //
rkingy Feb 3, 2018
09f96d5
Fix Dema (#1822), fix #1812
Paulovms Feb 3, 2018
3296885
remove adapter from `config.tradingAdvisor`, its set globally now
askmike Feb 5, 2018
51c35e9
Revert "Fix to date in emitted trades", fix #1862
askmike Feb 5, 2018
a24be89
update dynamic market files
askmike Feb 5, 2018
fe069c4
use proper order property for getOrder, fix #1875
askmike Feb 7, 2018
b366e81
Fixes issue 1786 (#1886)
Huvudfoting Feb 9, 2018
d953a37
fix: URL in gekko.js comments
sortegam Feb 8, 2018
df62ec0
Fix Bitfinex CancelOrder
Paulovms Feb 10, 2018
5e502a9
Fix providesHistory property for Bitfinex
cmroche Feb 10, 2018
b5b3593
As per Aaron Garvey's suggestion, handling drift
cmroche Feb 11, 2018
a4e5cd1
Fix roundtrip calaculations
cmroche Feb 13, 2018
907b8ac
Missing 'args' definition in quadriga
cmroche Feb 15, 2018
24d50a5
Missing 'args' definition in quadriga
cmroche Feb 15, 2018
08ccac6
Uppercase fix and getCapabilities fix
cmroche Feb 15, 2018
145ce8a
Fix issue with trade events being deferred too long
cmroche Feb 13, 2018
4f69a71
Force reorder delay
Paulovms Feb 18, 2018
7dfdc99
Return newly created indicator instance in addIndicator method (#1871)
ansonphong Feb 19, 2018
669f4e2
Improve Binance getTicker log entry (#1954)
difelice Feb 21, 2018
f9a43dc
Quadriga Quick Bugfix (#1948)
cmroche Feb 21, 2018
38f555a
Update minimal Order values Binance
DerBeweis Feb 23, 2018
7cf20f6
Prevent dataset scanning from depleting memory
cmroche Feb 25, 2018
c709a38
update package for bitcoin-id (#1945)
cloggy45 Feb 26, 2018
5faeab6
fix gdax minimum amounts, fix #1979
askmike Feb 28, 2018
557cb1b
Incomplete datasets no longer fool the datastitcher
cmroche Mar 4, 2018
e7fd863
add binance ref link
askmike Mar 5, 2018
fab03c1
add cf ref link
askmike Mar 5, 2018
8e67f37
Corrected some typos.
codymikol Mar 8, 2018
23b72c7
Fix precision for BTC pairs
kevinmershon Mar 6, 2018
36f3612
telegrambot refactor
AidasK Mar 6, 2018
9dbc849
add getting help page
askmike Mar 12, 2018
ffa52c5
refer to new getting help page
askmike Mar 12, 2018
3aeb24f
Integrated Coingi, added exchangeMaxHistoryAge config feature
jmcklondonuk Mar 8, 2018
429a732
Integrated Coingi, added exchangeMaxHistoryAge config feature
jmcklondonuk Mar 8, 2018
d636e5a
Integrated Coingi, added exchangeMaxHistoryAge config feature
jmcklondonuk Mar 8, 2018
8381656
Update package.json
jmcklondonuk Mar 9, 2018
da7519c
Update package.json
jmcklondonuk Mar 9, 2018
accc406
update lockfile with updated bitco-id package
askmike Mar 21, 2018
9e8de7f
update market files
askmike Mar 21, 2018
eedcd88
v0.5.14
askmike Mar 21, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Integrated Coingi, added exchangeMaxHistoryAge config feature
  • Loading branch information
jmcklondonuk authored and askmike committed Mar 12, 2018
commit d636e5a0098d2dd657625d7b946d5df2d7dbc6f5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@slack/client": "^3.10.0",
"async": "2.1.2",
"binance": "^1.3.1",
"bitcoin-co-id": "0.0.1",
"bitcoin-co-id-update": "0.0.2",
"bitexthai": "^0.1.0",
"bitfinex-api-node": "^1.2.0",
"bitstamp": "^1.0.3",
Expand Down