We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb4c38 commit b6310dbCopy full SHA for b6310db
docs/source/whatsnew/0.8.4.txt
@@ -12,7 +12,12 @@ None
12
Enhancements
13
~~~~~~~~~~~~
14
15
-None
+* Adds a way for users to specify context manager to use when executing the
16
+ scheduled functions (including ``handle_data``). This context manager will be
17
+ passed the :class:`~zipline.protocol.BarData` object for the bar and will
18
+ be used for the duration of all of the functions scheduled to run. This can be
19
+ passed to :class:`~zipline.algorithm.TradingAlgorithm` by the keyword argument
20
+ ``create_event_context`` (:issue:`828`).
21
22
Experimental Features
23
~~~~~~~~~~~~~~~~~~~~~
0 commit comments