DOC: removes suggested hourly data_frequency and changes minutely to minute in docstring

This commit is contained in:
Warren O'Neill
2015-06-30 13:33:37 +02:00
committed by warren-oneill
parent c101e82399
commit e15b6b0484
+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.