mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-08 18:54:45 +08:00
Merge pull request #605 from grundgruen/data-freq-docstring
DOC: removes suggested hourly data_frequency and changes minutely to …
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user