Move more checks from market into checks library
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
class ActiveManagement(object):
|
||||
def __init__(self, strategy):
|
||||
self.strategy = strategy
|
||||
|
||||
def run_checks(self):
|
||||
pass
|
||||
# Trading Time
|
||||
# Max loss
|
||||
# Trends
|
||||
# Asset Groups
|
||||
# Position Size
|
||||
# Protection
|
||||
# Max open positions
|
||||
# Max open positions per asset
|
||||
# Max risk
|
||||
# Crossfilter
|
||||
|
||||
Reference in New Issue
Block a user