Commit Graph

369 Commits

Author SHA1 Message Date
AvishaiW 8a3cc7e5fa BLD: added a cmd for running on the cloud (WIP) 2018-03-01 01:30:18 +02:00
Victor Grau Serrat 9936b38e09 DOC: updated Visual C++ instructions for Windows & Python 3 2018-02-21 08:52:19 -07:00
Victor Grau Serrat 92d3b98448 MAINT: updated conda install instructions for Python3 2018-02-13 12:14:11 -07:00
AvishaiW e9745be0e8 DOC: added use of end_date & start_date in live mode.
issues #225 & #213
2018-02-11 13:53:39 +02:00
Victor Grau Serrat 2c1f810163 DOC: pycharm: improved upon #195 2018-02-09 11:10:32 -08:00
Victor 77570f03eb Merge pull request #195 from izokay/develop
PyCharm Documentation
2018-02-09 11:17:16 -07:00
Victor Grau Serrat a8cfcead70 DOC: live-trading: improved upon #221 2018-02-09 10:13:52 -08:00
Victor 00f579c729 Merge pull request #221 from westurner/feature/live-trading-doc-newline
DOC: live-trading.rst: add newline before ul
2018-02-09 11:10:14 -07:00
Frederic Fortier 6b1982274e DOC: updated release notes for 0.5.3 2018-02-09 02:44:45 -05:00
Victor Grau Serrat dcdb3d9d7a MAINT: removing many warnings from building docs 2018-02-09 00:07:38 -07:00
westurner 262dffd4bf DOC: live-trading.rst: add newline before ul 2018-02-09 01:46:44 -05:00
Victor Grau Serrat bebebc46dc DOC: small edits, eliminating sphinx warnings 2018-02-08 22:07:58 -07:00
Frederic Fortier 09ad397ee6 DOC: adjusted the release notes 2018-02-08 17:31:09 -05:00
Frederic Fortier 43a5f8858b DOC: updated release number 2018-02-08 01:11:09 -05:00
Frederic Fortier 64e22ba27d BLD: Updated release notes for 5.0 2018-02-07 22:28:08 -05:00
izokay 1f29f7fdf1 Update beginner-tutorial.rst 2018-01-29 17:31:32 -05:00
izokay cbae2465d2 Update beginner-tutorial.rst 2018-01-29 17:27:58 -05:00
izokay 4a4e32846b Update beginner-tutorial.rst 2018-01-29 17:27:14 -05:00
izokay 426fde40b1 Update beginner-tutorial.rst 2018-01-29 17:24:21 -05:00
izokay e9a3bcf3e9 Update beginner-tutorial.rst 2018-01-29 17:23:22 -05:00
izokay 5b77f5eeba Update beginner-tutorial.rst 2018-01-29 17:23:00 -05:00
izokay 5417881a72 Update beginner-tutorial.rst 2018-01-29 17:21:53 -05:00
izokay 1cadaf1ed0 Update beginner-tutorial.rst 2018-01-29 17:19:44 -05:00
izokay 929e0a9a01 Update beginner-tutorial.rst 2018-01-29 17:18:16 -05:00
izokay 15aadbb101 documentation for PyCharm 2018-01-29 17:14:15 -05:00
Frederic Fortier e6fb708c1c Merge branch 'patch-1' of https://github.com/alexiri/catalyst into alexiri-patch-1 2018-01-25 17:52:22 -05:00
Frederic Fortier 575ac4a36d BLD: updated release notes for release 0.4.7 2018-01-19 18:17:07 -05:00
Victor Grau Serrat d669419d18 DOC: updating references to catalyst 2018-01-19 14:55:40 -07:00
Frederic Fortier 03d2c0e306 DOC: updated release notes for 0.4.6 2018-01-18 23:09:04 -05:00
Victor Grau Serrat c8d6e07179 DOC: added update instructions (#156) 2018-01-18 17:02:21 -07:00
Victor Grau Serrat d21eb3b946 DOC: improved documentation of paper trading mode (#168) 2018-01-18 16:29:09 -07:00
Victor Grau Serrat eee9a07f54 DOC: updated timeframe of upcoming features 2018-01-18 13:10:06 -07:00
Alex Iribarren df4dd0f5a4 Update example-algos.rst
exchange_utils was moved.
2018-01-14 13:55:16 +01:00
Victor Grau Serrat 5314d3e1f8 Merge branch 'develop' of github.com:enigmampc/catalyst into develop 2018-01-13 06:17:02 -07:00
Victor Grau Serrat bb16975400 DOC: typo in link 2018-01-13 06:16:40 -07:00
Frederic Fortier 50dc322230 BLD: minor adjustments and updated release notes 2018-01-12 19:53:26 -05:00
Frederic Fortier 8a9b4e2df7 DOC: updated release notes for next release 2018-01-12 16:56:51 -05:00
Victor 8d3f3ba81d Merge branch 'develop' into tutorial-fixes 2018-01-12 14:01:47 -07:00
Victor e916283522 Merge pull request #155 from treethought/virtualenv-install
DOC: present virtualenv info before pip install command
2018-01-12 13:49:18 -07:00
Victor Grau Serrat b7a32656d5 DOC: improved doc of matplotlib error after installation 2018-01-12 12:15:04 -07:00
Victor Grau Serrat 14c7170159 DOC: sphinx/docutils issue when building docs 2018-01-12 08:57:00 -07:00
Victor Grau Serrat 415fceb11c DOC: typo - #158 2018-01-12 08:32:28 -07:00
Cam Sweeney e0827fe4ad DOC: present virtualenv info before pip install command
Creating a virtualenv is now explained before the command for install
via pip. Following the instructions in the current state may cause
users to install using the system python, negating the point of the
virtualenv
2018-01-11 12:42:13 -08:00
Cam Sweeney 93ebbf8b1f DOC: fix import and support python3 for beginner tutorial
The beginner tutorial Dual Moving Average example attempted to import
extract_transactions from the wrong location.

The tutorial and corresponding example also would fail using python3
due to indexing the view object returned via context.exchange.values()
2018-01-09 18:25:59 -08:00
Frederic Fortier ac15413af8 DOC: updated release notes for version 0.4.4 2018-01-09 01:09:23 -05:00
Frederic Fortier d88710501f DOC: updated release notes in preparation for version 0.4.4. 2018-01-06 19:50:58 -05:00
Frederic Fortier 4d8d1e33d0 DOC: updated release notes 2018-01-05 00:15:19 -05:00
Frederic Fortier 9515d10cef DOC: updated release notes 2018-01-05 00:11:04 -05:00
Frederic Fortier bd4b0d2756 DOC: Fixed old release header 2018-01-04 02:46:10 -05:00
Frederic Fortier 54ebfd6aad DOC: updating release notes with new version number 2018-01-04 02:15:05 -05:00