diff --git a/zipline/algorithm.py b/zipline/algorithm.py index 0e1787ce..1c331004 100644 --- a/zipline/algorithm.py +++ b/zipline/algorithm.py @@ -89,6 +89,8 @@ class TradingAlgorithm(object): If not provided, will extract from data_frequency. capital_base : float How much capital to start with. + instant_fill : bool + Whether to fill orders immediately or on next bar. """ self.datetime = None