mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-07 03:24:14 +08:00
MAINT: Removes unused flag from algorithm class.
The `self.done` member of TradingAlgorithm is never used.
This commit is contained in:
@@ -82,7 +82,6 @@ class TradingAlgorithm(object):
|
||||
capital_base : float <default: 1.0e5>
|
||||
How much capital to start with.
|
||||
"""
|
||||
self.done = False
|
||||
self.order = None
|
||||
self.frame_count = 0
|
||||
self._portfolio = None
|
||||
|
||||
Reference in New Issue
Block a user