mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-02 07:02:48 +08:00
unused
This commit is contained in:
@@ -51,7 +51,6 @@ class AlgorithmSimulator(object):
|
||||
# Algo Setup
|
||||
# ==============
|
||||
self.algo = algo
|
||||
self.algo_start = normalize_date(self.sim_params.first_open)
|
||||
|
||||
# ==============
|
||||
# Snapshot Setup
|
||||
@@ -64,7 +63,6 @@ class AlgorithmSimulator(object):
|
||||
# We don't have a datetime for the current snapshot until we
|
||||
# receive a message.
|
||||
self.simulation_dt = None
|
||||
self.previous_dt = self.algo_start
|
||||
|
||||
self.clock = clock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user