Begin implementing get all open trades
This commit is contained in:
@@ -218,6 +218,10 @@ class BaseExchange(ABC):
|
||||
def get_all_positions(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def get_all_open_trades(self):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def close_position(self, side, symbol):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user