Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kernc/backtesting.py
/ init
Method
init
backtesting/test/_test.py:62–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
slow = 30
61
62
def
init(self):
63
self.sma1 = self.I(SMA, self.data.Close, self.fast)
64
self.sma2 = self.I(SMA, self.data.Close, self.slow)
65
66
def
next(self):
67
if
crossover(self.sma1, self.sma2):
Callers
nothing calls this directly
Calls
1
I
Method · 0.80
Tested by
no test coverage detected