Add controls boilerplate to main page

This commit is contained in:
2022-11-14 18:29:07 +00:00
parent d2e0137c8d
commit 2aac7d1bb5
7 changed files with 405 additions and 4 deletions

View File

@@ -202,3 +202,6 @@ class BaseExchange(object):
def get_all_positions(self):
raise NotImplementedError
def close_all_positions(self):
raise NotImplementedError