Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.45
execute_strategy
Method · 0.45
Calls
2
on_tick
Method · 0.95
on_bar
Method · 0.95
Tested by
no test coverage detected