mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-17 11:25:55 +08:00
MAINT: Removes unused frame_count member from algorithm class.
frame_count is only over incremented, but never read or otherwise used.
This commit is contained in:
@@ -83,7 +83,6 @@ class TradingAlgorithm(object):
|
||||
How much capital to start with.
|
||||
"""
|
||||
self.order = None
|
||||
self.frame_count = 0
|
||||
self._portfolio = None
|
||||
self.datetime = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user