Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuantFans/quantdigger
/ update_curbar
Method
update_curbar
quantdigger/kernel/engine/series.py:41–43 ·
view source on GitHub ↗
更新当前Bar索引, 被tracker调用。
(self, curbar)
Source
from the content-addressed store, hash-verified
39
40
41
def
update_curbar(self, curbar):
42
""
" 更新当前Bar索引, 被tracker调用。 "
""
43
self._curbar = curbar
44
45
46
def
_added_to_tracker(self, tracker, system_var):
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected