progress: stop signals

This commit is contained in:
Oleg Sheynin
2025-07-19 01:04:09 +00:00
parent ca9fff8d88
commit c776c95d69
8 changed files with 243 additions and 166 deletions
-5
View File
@@ -29,8 +29,3 @@ class PairsTradingFitMethod(ABC):
def reset(self) -> None: ...
class PairState(Enum):
INITIAL = 1
OPEN = 2
CLOSED = 3
CLOSED_POSITIONS = 4