MCPcopy Create free account
hub / github.com/quantopian/zipline / handle_data

Method handle_data

tests/test_algorithm.py:363–364  ·  view source on GitHub ↗
(algo, data)

Source from the content-addressed store, hash-verified

361 self.assertEqual(expected_env, algo.get_environment('*'))
362
363 def handle_data(algo, data):
364 pass
365
366 self.run_algorithm(initialize=initialize, handle_data=handle_data)
367

Callers

nothing calls this directly

Calls 7

LimitOrderClass · 0.90
get_open_ordersMethod · 0.80
keysMethod · 0.80
cancel_orderMethod · 0.80
orderMethod · 0.45
sidMethod · 0.45
get_datetimeMethod · 0.45

Tested by

no test coverage detected