mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 05:42:18 +08:00
Defined the same commission model as with equities for now. We need to fix the data precision in the bundles.
This commit is contained in:
@@ -1135,7 +1135,7 @@ class TradingAlgorithm(object):
|
||||
'date_rule. You should use keyword argument '
|
||||
'time_rule= when calling schedule_function without '
|
||||
'specifying a date_rule', stacklevel=3)
|
||||
|
||||
|
||||
freq = self.sim_params.data_frequency
|
||||
|
||||
date_rule = date_rule or date_rules.every_day()
|
||||
|
||||
Reference in New Issue
Block a user