Victor Grau Serrat
|
698b19c8fa
|
DOC: updated examples/buy_and_hodl.py. Added Example Algos and Utilities pages to the documentation
|
2017-11-19 23:51:57 -07:00 |
|
Victor Grau Serrat
|
5d4bc99097
|
Merge branch 'develop' of github.com:enigmampc/catalyst into develop
|
2017-11-19 22:04:28 -07:00 |
|
Victor Grau Serrat
|
cfb3f1ca42
|
DOC: restructured install page
|
2017-11-19 22:04:11 -07:00 |
|
fredfortier
|
ee1605a5e6
|
Merge branch 'abnera-patch-2' into develop
|
2017-11-17 19:43:46 -05:00 |
|
fredfortier
|
f3dca74e87
|
BUG: fixed a get_candles issue with the Poloniex exchange
|
2017-11-17 19:40:49 -05:00 |
|
Victor Grau Serrat
|
d57b79427b
|
BUG: enforced --capital base in backtesting
|
2017-11-17 10:43:20 -07:00 |
|
Victor Grau Serrat
|
8a89c0c53f
|
BUG: enforced --base_currency in backtesting. Fixes #67.
|
2017-11-17 09:52:25 -07:00 |
|
fredfortier
|
c260e188b0
|
BUG: looking a potential resampling issue
|
2017-11-16 18:14:24 -05:00 |
|
fredfortier
|
230b9c17eb
|
Merge branch 'patch-2' of https://github.com/abnera/catalyst into abnera-patch-2
|
2017-11-16 16:58:15 -05:00 |
|
fredfortier
|
2a8b5cf911
|
Merge branch 'damo1884-talib_example' into develop
|
2017-11-16 16:56:07 -05:00 |
|
fredfortier
|
3fa88a3e56
|
BLD: misc housekeeping
|
2017-11-16 16:55:40 -05:00 |
|
fredfortier
|
64532c3d08
|
BLD: minor adjustments to the talib sample algo
|
2017-11-16 16:54:32 -05:00 |
|
fredfortier
|
5f86ab659e
|
Merge branch 'talib_example' of https://github.com/damo1884/catalyst into damo1884-talib_example
|
2017-11-16 16:48:10 -05:00 |
|
Abner Ayala-Acevedo
|
df14a94918
|
Modified for examples consistency.
Fully tested on v0.3.8
|
2017-11-16 11:22:35 -08:00 |
|
fredfortier
|
e087e48088
|
BLD: polishing a sample algorithm
|
2017-11-14 17:04:38 -05:00 |
|
fredfortier
|
5110b37a82
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-11-14 16:39:19 -05:00 |
|
Victor Grau Serrat
|
a2bb231424
|
DOC: improving Win/Conda install instructions
|
2017-11-14 12:14:38 -07:00 |
|
fredfortier
|
e939f742a8
|
Merge branch 'master' into develop
|
2017-11-14 13:59:17 -05:00 |
|
fredfortier
|
9093be748e
|
BUG: fixed a warning filter issue
0.3.8
|
2017-11-14 13:58:24 -05:00 |
|
fredfortier
|
e23a7e67a0
|
merging from the develop branch
0.3.7
|
2017-11-14 13:29:50 -05:00 |
|
fredfortier
|
273b4fb7a7
|
DOC: updated release notes
|
2017-11-14 13:27:20 -05:00 |
|
fredfortier
|
0b2684d532
|
BLD: polishing a sample algorithm
|
2017-11-14 13:22:27 -05:00 |
|
fredfortier
|
224192a1ee
|
BUG: fixed issue #63 warnings with cumulative metrics
|
2017-11-14 11:50:38 -05:00 |
|
fredfortier
|
2d7202ac81
|
BUG: fixed issue #64 with SSL certificates
|
2017-11-14 11:40:11 -05:00 |
|
fredfortier
|
8d95428fa6
|
BLD: created a simpler mean-reversion algo for the video
|
2017-11-14 11:01:46 -05:00 |
|
fredfortier
|
d678376d8d
|
BLD: polishing a sample algorithm
|
2017-11-14 02:28:22 -05:00 |
|
fredfortier
|
9b5fa83da3
|
BLD: polishing a sample algorithm
|
2017-11-14 01:00:21 -05:00 |
|
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 |
|
damo1884
|
061de3c12f
|
fix issue with candlestick chart
|
2017-11-08 19:28:44 -08: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
|
ba4ffc7272
|
BUG: working on issue #57
|
2017-11-06 15:04:44 -05:00 |
|
damo1884
|
12695474e3
|
Add TALib Simple Example
|
2017-11-05 01:14:09 -07:00 |
|
fredfortier
|
9d1dd5829d
|
Merge branch 'develop'
0.3.6
|
2017-11-04 16:48:59 -04:00 |
|
fredfortier
|
d4148891fc
|
DOC: updated release notes prior to release
|
2017-11-04 16:43:27 -04:00 |
|