progress: stop signals
This commit is contained in:
@@ -29,8 +29,3 @@ class PairsTradingFitMethod(ABC):
|
||||
def reset(self) -> None: ...
|
||||
|
||||
|
||||
class PairState(Enum):
|
||||
INITIAL = 1
|
||||
OPEN = 2
|
||||
CLOSED = 3
|
||||
CLOSED_POSITIONS = 4
|
||||
|
||||
Reference in New Issue
Block a user