Commit Graph

  • a2a90f82c3 DOC: Added Example Algos and Utilities pages Victor Grau Serrat 2017-11-19 23:53:36 -07:00
  • 698b19c8fa DOC: updated examples/buy_and_hodl.py. Added Example Algos and Utilities pages to the documentation Victor Grau Serrat 2017-11-19 23:51:57 -07:00
  • 86041b30d0 DOC: restructured install page Victor Grau Serrat 2017-11-19 22:05:29 -07:00
  • 5d4bc99097 Merge branch 'develop' of github.com:enigmampc/catalyst into develop Victor Grau Serrat 2017-11-19 22:04:28 -07:00
  • cfb3f1ca42 DOC: restructured install page Victor Grau Serrat 2017-11-19 22:04:11 -07:00
  • 01b02ccd84 Python 3 support Maciek 2017-11-18 13:40:50 +11:00
  • ee1605a5e6 Merge branch 'abnera-patch-2' into develop fredfortier 2017-11-17 19:43:46 -05:00
  • f3dca74e87 BUG: fixed a get_candles issue with the Poloniex exchange abnera-patch-2 fredfortier 2017-11-17 19:40:49 -05:00
  • d57b79427b BUG: enforced --capital base in backtesting Victor Grau Serrat 2017-11-17 10:43:20 -07:00
  • 8a89c0c53f BUG: enforced --base_currency in backtesting. Fixes #67. Victor Grau Serrat 2017-11-17 09:51:39 -07:00
  • a8a869dd49 Fix when to fetch data Abner Ayala-Acevedo 2017-11-16 16:21:25 -08:00
  • c260e188b0 BUG: looking a potential resampling issue fredfortier 2017-11-16 18:14:24 -05:00
  • 230b9c17eb Merge branch 'patch-2' of https://github.com/abnera/catalyst into abnera-patch-2 fredfortier 2017-11-16 16:58:15 -05:00
  • 2a8b5cf911 Merge branch 'damo1884-talib_example' into develop fredfortier 2017-11-16 16:56:07 -05:00
  • 3fa88a3e56 BLD: misc housekeeping fredfortier 2017-11-16 16:55:40 -05:00
  • 64532c3d08 BLD: minor adjustments to the talib sample algo damo1884-talib_example fredfortier 2017-11-16 16:54:32 -05:00
  • 5f86ab659e Merge branch 'talib_example' of https://github.com/damo1884/catalyst into damo1884-talib_example fredfortier 2017-11-16 16:48:10 -05:00
  • df14a94918 Modified for examples consistency. Abner Ayala-Acevedo 2017-11-16 11:22:35 -08:00
  • e087e48088 BLD: polishing a sample algorithm fredfortier 2017-11-14 17:04:38 -05:00
  • 5110b37a82 Merge remote-tracking branch 'origin/develop' into develop fredfortier 2017-11-14 16:39:19 -05:00
  • 1d1bda73dd DOC: improving Win/Conda install instructions Victor Grau Serrat 2017-11-14 12:15:46 -07:00
  • a2bb231424 DOC: improving Win/Conda install instructions Victor Grau Serrat 2017-11-14 12:14:38 -07:00
  • e939f742a8 Merge branch 'master' into develop fredfortier 2017-11-14 13:59:17 -05:00
  • 9093be748e BUG: fixed a warning filter issue 0.3.8 fredfortier 2017-11-14 13:58:24 -05:00
  • e23a7e67a0 merging from the develop branch 0.3.7 fredfortier 2017-11-14 13:29:50 -05:00
  • 273b4fb7a7 DOC: updated release notes fredfortier 2017-11-14 13:27:20 -05:00
  • 0b2684d532 BLD: polishing a sample algorithm fredfortier 2017-11-14 13:22:27 -05:00
  • 224192a1ee BUG: fixed issue #63 warnings with cumulative metrics fredfortier 2017-11-14 11:50:38 -05:00
  • 2d7202ac81 BUG: fixed issue #64 with SSL certificates fredfortier 2017-11-14 11:40:11 -05:00
  • 8d95428fa6 BLD: created a simpler mean-reversion algo for the video fredfortier 2017-11-14 11:01:46 -05:00
  • d678376d8d BLD: polishing a sample algorithm fredfortier 2017-11-14 02:28:22 -05:00
  • 9b5fa83da3 BLD: polishing a sample algorithm fredfortier 2017-11-14 01:00:21 -05:00
  • 0f1c3e1ace Merge remote-tracking branch 'origin/develop' into develop fredfortier 2017-11-13 22:06:21 -05:00
  • f3cb610748 BLD: polishing a sample algorithm fredfortier 2017-11-13 22:06:06 -05:00
  • 1e6316d414 BUG: PoloniexCurator: connection retries when fetching data Victor Grau Serrat 2017-11-13 15:31:49 -07:00
  • df51cbe21b Merge remote-tracking branch 'origin/develop' into develop fredfortier 2017-11-13 16:57:46 -05:00
  • dce31b212b BLD: polishing a sample algorithm fredfortier 2017-11-13 16:57:37 -05:00
  • 00269d3dfb MAINT: PoloniexCurator PEP8 edits Victor Grau Serrat 2017-11-13 14:41:10 -07:00
  • 648be3969a DOC: added release notes of upcoming 0.3.7 release fredfortier 2017-11-11 18:09:24 -05:00
  • a54325fdcf BLD: issue #62, the stats now align with the data_frequency selected in the algo fredfortier 2017-11-10 19:59:42 -05:00
  • b64e5929b4 BUG: resolve issue #61 by adjusting our perf conventions to match zipline exactly. fredfortier 2017-11-10 17:39:36 -05:00
  • 631cbcd352 BLD: Working on the sample algo for intro videos. Made auto-ingestion configurable. fredfortier 2017-11-09 19:56:57 -05:00
  • 24c5a5bd13 Merge remote-tracking branch 'origin/develop' into develop fredfortier 2017-11-09 17:10:06 -05:00
  • 1103947af0 BLD: created a new sample algo for instructional materials. Fixed some minor issues in the process. fredfortier 2017-11-09 17:09:55 -05:00
  • 061de3c12f fix issue with candlestick chart damo1884 2017-11-08 19:28:44 -08:00
  • 207887a28d MAINT: PoloniexCurator cleanup lacabra 2017-11-08 20:43:40 +00:00
  • dc53f973e4 Merge branch 'develop' of github.com:enigmampc/catalyst into develop Victor Grau Serrat 2017-11-08 11:32:00 -07:00
  • 9a80a488cd MAINT: handful of coins with first tradeID > 1 and PEP8 Victor Grau Serrat 2017-11-08 11:31:56 -07:00
  • a85b6c798a BUG: fixes related to issue #47 and added a verbose ingestion option. fredfortier 2017-11-07 13:42:47 -05:00
  • da46cb468b DOC: fix broken documentation Victor Grau Serrat 2017-11-06 16:42:19 -07:00
  • 9229809b05 DOC: fix broken documentation Victor Grau Serrat 2017-11-06 16:41:04 -07:00
  • f81cf6b600 BUG: working on issue #57 fredfortier 2017-11-06 15:07:24 -05:00
  • ba4ffc7272 BUG: working on issue #57 fredfortier 2017-11-06 15:04:44 -05:00
  • 12695474e3 Add TALib Simple Example damo1884 2017-11-05 01:14:09 -07:00
  • 9d1dd5829d Merge branch 'develop' 0.3.6 fredfortier 2017-11-04 16:48:59 -04:00
  • d4148891fc DOC: updated release notes prior to release fredfortier 2017-11-04 16:43:27 -04:00
  • c9c16f54b1 BUG: fixed on issue #55 with single history bar fredfortier 2017-11-04 16:38:54 -04:00
  • 7da72fe9cb BUG: working on issue #55 fredfortier 2017-11-04 16:22:10 -04:00
  • 515c6e13f0 Merge branch 'develop' 0.3.5 fredfortier 2017-11-04 15:01:03 -04:00
  • 5abdc063eb BLD: resolving conflict with algo fredfortier 2017-11-04 14:57:54 -04:00
  • 360e1adc22 BLD: resolving conflict with algo fredfortier 2017-11-04 14:56:24 -04:00
  • 8c6ac53a05 BLD: cleanup in algos and unit tests fredfortier 2017-11-04 14:46:09 -04:00
  • b636edb32f BLD: working on the sample algos fredfortier 2017-11-04 14:16:25 -04:00
  • d02c6d8ce9 BLD: optimize imports fredfortier 2017-11-03 21:04:16 -04:00
  • 88f6557aaf Merge remote-tracking branch 'origin/develop' into develop fredfortier 2017-11-03 20:59:42 -04:00
  • b476024612 BUG: work around for issue #53 and possibly fixed issue #47 fredfortier 2017-11-03 20:59:26 -04:00
  • 2f24de9369 FIX: gh-pages does not build Victor Grau Serrat 2017-11-03 00:08:42 -05:00
  • 8372df65b0 DOC: release 0.3.4 Victor Grau Serrat 2017-11-02 23:54:20 -05:00
  • a3808c31ef DOC: releases Victor Grau Serrat 2017-11-02 23:53:21 -05:00
  • 5d251f6f9a BLD: modified algo for testing 0.3.4 fredfortier 2017-11-02 21:06:11 -04:00
  • 117332d0b4 Merge branch 'develop' fredfortier 2017-11-02 20:46:06 -04:00
  • 2bbc0c00cc BLD: updating test algo fredfortier 2017-11-02 20:44:16 -04:00
  • 5e4ad9b338 BUG: accounting for daily historical bars with minute freq algo fredfortier 2017-11-02 20:18:34 -04:00
  • a9a422c892 DOC: updating the code docstrings fredfortier 2017-11-01 23:10:31 -04:00
  • 5b6bbacab0 DOC: updating the code docstrings fredfortier 2017-11-01 21:31:51 -04:00
  • 35677c553c BUG: fixed issues with data frequencies in data.history() which was particularly noticeable in live mode and minor adjustments around the commission model fredfortier 2017-10-31 23:34:48 -04:00
  • 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) fredfortier 2017-10-31 21:43:24 -04:00
  • 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. fredfortier 2017-10-31 21:40:12 -04:00
  • 30eea4b8f7 Merge remote-tracking branch 'origin/develop' into develop fredfortier 2017-10-31 19:22:46 -04:00
  • 7ad047a432 BUG: fixed an issue with can_trade() fredfortier 2017-10-31 19:20:39 -04:00
  • bb95a16141 DOC: jupyter fix Victor Grau Serrat 2017-10-31 14:05:49 -06:00
  • 8745577f97 DOC: jupyter notebook, expanded welcome & improved install notes Victor Grau Serrat 2017-10-31 13:57:38 -06:00
  • e291a260b2 Merge branch 'develop' of github.com:enigmampc/catalyst into develop Victor Grau Serrat 2017-10-31 13:56:27 -06:00
  • 9a9e66b43d DOC: jupyter notebook, expanded welcome & improved install notes Victor Grau Serrat 2017-10-31 13:56:16 -06:00
  • 1c3deb648a DOC: updated release notes for 0.3.4 and 0.3 fredfortier 2017-10-31 15:21:40 -04:00
  • 5dd75f7fbb DOC: Resources Page Victor Grau Serrat 2017-10-31 12:40:57 -06:00
  • b39311de85 DOC: Resources page Victor Grau Serrat 2017-10-31 12:39:35 -06:00
  • 1019a7ec51 DOC: Release Notes Victor Grau Serrat 2017-10-31 12:13:31 -06:00
  • 5417a0cdcf DOC: Release Notes Victor Grau Serrat 2017-10-31 12:12:28 -06:00
  • 6a4ea43d27 DOC: updated README Victor Grau Serrat 2017-10-31 09:51:37 -06:00
  • c1fc311b93 DOC: fix Windows Conda install Victor Grau Serrat 2017-10-31 00:08:46 -06:00
  • 7fc1ade46c Merge branch 'develop' of github.com:enigmampc/catalyst into develop Victor Grau Serrat 2017-10-31 00:05:55 -06:00
  • 635fc80ef2 DOC: fix Windows conda install Victor Grau Serrat 2017-10-31 00:05:48 -06:00
  • c59d805717 Merge remote-tracking branch 'origin/develop' into develop fredfortier 2017-10-30 21:18:03 -04:00
  • 3394614ecf BUG: Fixes issue #47. Made improvements around auto-ingestion. fredfortier 2017-10-30 21:17:53 -04:00
  • b333bfbf02 DOC: troubleshooting Windows install Victor Grau Serrat 2017-10-30 15:57:54 -06:00
  • 06c8ab9c37 DOC: troubleshooting Windows install Victor Grau Serrat 2017-10-30 15:57:19 -06:00
  • 6623fcfcc4 DOC: jupyter notebook fix Victor Grau Serrat 2017-10-30 15:16:44 -06:00
  • 6a0d0a0422 DOC: jupyter notebook fix Victor Grau Serrat 2017-10-30 15:14:27 -06:00
  • 2cd358d682 DOC: merging branches Victor Grau Serrat 2017-10-30 15:11:33 -06:00