fredfortier
|
0f1c3e1ace
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-11-13 22:06:21 -05:00 |
|
fredfortier
|
f3cb610748
|
BLD: polishing a sample algorithm
|
2017-11-13 22:06:06 -05:00 |
|
Victor Grau Serrat
|
1e6316d414
|
BUG: PoloniexCurator: connection retries when fetching data
|
2017-11-13 15:31:49 -07:00 |
|
fredfortier
|
df51cbe21b
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-11-13 16:57:46 -05:00 |
|
fredfortier
|
dce31b212b
|
BLD: polishing a sample algorithm
|
2017-11-13 16:57:37 -05:00 |
|
Victor Grau Serrat
|
00269d3dfb
|
MAINT: PoloniexCurator PEP8 edits
|
2017-11-13 14:41:10 -07:00 |
|
fredfortier
|
648be3969a
|
DOC: added release notes of upcoming 0.3.7 release
|
2017-11-11 18:09:24 -05:00 |
|
fredfortier
|
a54325fdcf
|
BLD: issue #62, the stats now align with the data_frequency selected in the algo
|
2017-11-10 19:59:42 -05:00 |
|
fredfortier
|
b64e5929b4
|
BUG: resolve issue #61 by adjusting our perf conventions to match zipline exactly.
|
2017-11-10 17:39:36 -05:00 |
|
fredfortier
|
631cbcd352
|
BLD: Working on the sample algo for intro videos. Made auto-ingestion configurable.
|
2017-11-09 19:56:57 -05:00 |
|
fredfortier
|
24c5a5bd13
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-11-09 17:10:06 -05:00 |
|
fredfortier
|
1103947af0
|
BLD: created a new sample algo for instructional materials. Fixed some minor issues in the process.
|
2017-11-09 17:09:55 -05:00 |
|
lacabra
|
207887a28d
|
MAINT: PoloniexCurator cleanup
|
2017-11-08 20:43:40 +00:00 |
|
Victor Grau Serrat
|
dc53f973e4
|
Merge branch 'develop' of github.com:enigmampc/catalyst into develop
|
2017-11-08 11:32:00 -07:00 |
|
Victor Grau Serrat
|
9a80a488cd
|
MAINT: handful of coins with first tradeID > 1 and PEP8
|
2017-11-08 11:31:56 -07:00 |
|
fredfortier
|
a85b6c798a
|
BUG: fixes related to issue #47 and added a verbose ingestion option.
|
2017-11-07 13:42:47 -05:00 |
|
Victor Grau Serrat
|
9229809b05
|
DOC: fix broken documentation
|
2017-11-06 16:41:04 -07:00 |
|
fredfortier
|
f81cf6b600
|
BUG: working on issue #57
|
2017-11-06 15:07:24 -05:00 |
|
fredfortier
|
d4148891fc
|
DOC: updated release notes prior to release
|
2017-11-04 16:43:27 -04:00 |
|
fredfortier
|
c9c16f54b1
|
BUG: fixed on issue #55 with single history bar
|
2017-11-04 16:38:54 -04:00 |
|
fredfortier
|
7da72fe9cb
|
BUG: working on issue #55
|
2017-11-04 16:22:10 -04:00 |
|
fredfortier
|
8c6ac53a05
|
BLD: cleanup in algos and unit tests
|
2017-11-04 14:46:09 -04:00 |
|
fredfortier
|
b636edb32f
|
BLD: working on the sample algos
|
2017-11-04 14:16:25 -04:00 |
|
fredfortier
|
d02c6d8ce9
|
BLD: optimize imports
|
2017-11-03 21:04:16 -04:00 |
|
fredfortier
|
88f6557aaf
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-11-03 20:59:42 -04:00 |
|
fredfortier
|
b476024612
|
BUG: work around for issue #53 and possibly fixed issue #47
|
2017-11-03 20:59:26 -04:00 |
|
Victor Grau Serrat
|
a3808c31ef
|
DOC: releases
|
2017-11-02 23:53:21 -05:00 |
|
fredfortier
|
2bbc0c00cc
|
BLD: updating test algo
|
2017-11-02 20:44:16 -04:00 |
|
fredfortier
|
5e4ad9b338
|
BUG: accounting for daily historical bars with minute freq algo
|
2017-11-02 20:18:34 -04:00 |
|
fredfortier
|
a9a422c892
|
DOC: updating the code docstrings
|
2017-11-01 23:10:31 -04:00 |
|
fredfortier
|
5b6bbacab0
|
DOC: updating the code docstrings
|
2017-11-01 21:31:51 -04:00 |
|
fredfortier
|
35677c553c
|
BUG: fixed issues with data frequencies in data.history() which was particularly noticeable in live mode and minor adjustments around the commission model
|
2017-10-31 23:34:48 -04:00 |
|
fredfortier
|
df357d2327
|
BUG: reduced the commission and slippage values to account for lower volume transactions. These models are still simple approximations. More work required to closely model exchange fees. (fixing previous commit)
|
2017-10-31 21:43:24 -04:00 |
|
fredfortier
|
e6ff7ee4fc
|
BUG: reduced the commission and slippage values to account for lower volume transactions. These models are still simple approximations. More work required to closely model exchange fees.
|
2017-10-31 21:40:12 -04:00 |
|
fredfortier
|
30eea4b8f7
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-10-31 19:22:46 -04:00 |
|
fredfortier
|
7ad047a432
|
BUG: fixed an issue with can_trade()
|
2017-10-31 19:20:39 -04:00 |
|
Victor Grau Serrat
|
e291a260b2
|
Merge branch 'develop' of github.com:enigmampc/catalyst into develop
|
2017-10-31 13:56:27 -06:00 |
|
Victor Grau Serrat
|
9a9e66b43d
|
DOC: jupyter notebook, expanded welcome & improved install notes
|
2017-10-31 13:56:16 -06:00 |
|
fredfortier
|
1c3deb648a
|
DOC: updated release notes for 0.3.4 and 0.3
|
2017-10-31 15:21:40 -04:00 |
|
Victor Grau Serrat
|
b39311de85
|
DOC: Resources page
|
2017-10-31 12:39:35 -06:00 |
|
Victor Grau Serrat
|
5417a0cdcf
|
DOC: Release Notes
|
2017-10-31 12:12:28 -06:00 |
|
Victor Grau Serrat
|
7fc1ade46c
|
Merge branch 'develop' of github.com:enigmampc/catalyst into develop
|
2017-10-31 00:05:55 -06:00 |
|
Victor Grau Serrat
|
635fc80ef2
|
DOC: fix Windows conda install
|
2017-10-31 00:05:48 -06:00 |
|
fredfortier
|
c59d805717
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-10-30 21:18:03 -04:00 |
|
fredfortier
|
3394614ecf
|
BUG: Fixes issue #47. Made improvements around auto-ingestion.
|
2017-10-30 21:17:53 -04:00 |
|
Victor Grau Serrat
|
06c8ab9c37
|
DOC: troubleshooting Windows install
|
2017-10-30 15:57:19 -06:00 |
|
Victor Grau Serrat
|
6a0d0a0422
|
DOC: jupyter notebook fix
|
2017-10-30 15:14:27 -06:00 |
|
Victor Grau Serrat
|
9470771561
|
Merge branch 'master' into develop
|
2017-10-30 15:08:11 -06:00 |
|
Victor Grau Serrat
|
8132e1f5ea
|
DOC: small fixes
|
2017-10-30 14:47:15 -06:00 |
|
Victor Grau Serrat
|
0b28bf0e96
|
DOC: live trading
|
2017-10-30 14:22:55 -06:00 |
|