Begin work on scheduling management command
This commit is contained in:
3
core/trading/active_management.py
Normal file
3
core/trading/active_management.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class ActiveManagement(object):
|
||||
def __init__(self, strategy):
|
||||
self.strategy = strategy
|
||||
Reference in New Issue
Block a user