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

Method on_bar

quantdigger/kernel/engine/strategy.py:140–142  ·  view source on GitHub ↗

Bar数据到达时候触发。

(self)

Source from the content-addressed store, hash-verified

138 pass
139
140 def on_bar(self):
141 """ Bar数据到达时候触发。"""
142 pass
143
144 def execute_strategy(self):
145 self.on_tick()

Callers 1

execute_strategyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected