MCPcopy
hub / github.com/quantopian/zipline / run_algorithm

Method run_algorithm

zipline/testing/fixtures.py:2060–2064  ·  view source on GitHub ↗

Create and run an TradingAlgorithm in memory.

(self, **overrides)

Source from the content-addressed store, hash-verified

2058 return algo_class(**self.make_algo_kwargs(**overrides))
2059
2060 def run_algorithm(self, **overrides):
2061 """
2062 Create and run an TradingAlgorithm in memory.
2063 """
2064 return self.make_algo(**overrides).run()
2065
2066
2067class WithWerror(object):

Calls 2

make_algoMethod · 0.95
runMethod · 0.45