Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/QuantFans/quantdigger
/ add_indicator
Method
add_indicator
quantdigger/kernel/engine/strategy.py:194–195 ·
view source on GitHub ↗
(self, indic)
Source
from the content-addressed store, hash-verified
192
self._orders = []
193
194
def
add_indicator(self, indic):
195
self._indicators.append(indic)
196
197
def
execute_strategy(self):
198
super(TradingStrategy, self).execute_strategy()
Callers
3
demo_plot
Method · 0.45
mplot_demo.py
File · 0.45
_added_to_tracker
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected