Merge pull request #605 from grundgruen/data-freq-docstring

DOC: removes suggested hourly data_frequency and changes minutely to …
This commit is contained in:
Scott Sanderson
2015-06-30 08:24:35 -04:00
+1 -1
View File
@@ -129,7 +129,7 @@ class TradingAlgorithm(object):
script : str
Algoscript that contains initialize and
handle_data function definition.
data_frequency : str (daily, hourly or minutely)
data_frequency : {'daily', 'minute'}
The duration of the bars.
capital_base : float <default: 1.0e5>
How much capital to start with.