Move more checks from market into checks library

This commit is contained in:
2023-02-17 07:20:28 +00:00
parent da67177a18
commit dd3b3521d9
8 changed files with 274 additions and 87 deletions

View File

@@ -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