MCPcopy Create free account
hub / github.com/QuantFans/quantdigger / execute_strategy

Method execute_strategy

quantdigger/kernel/engine/strategy.py:144–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 pass
143
144 def execute_strategy(self):
145 self.on_tick()
146 self.on_bar()
147
148 def add_series(self, series):
149 """ 添加时间序列变量。

Callers 2

runMethod · 0.45
execute_strategyMethod · 0.45

Calls 2

on_tickMethod · 0.95
on_barMethod · 0.95

Tested by

no test coverage detected