refactoring the code for pairs, models, strategy

This commit is contained in:
Oleg Sheynin
2025-07-30 04:08:02 +00:00
parent 71822c64b0
commit ed0c0fecb2
18 changed files with 3004 additions and 287 deletions
+1 -1
View File
@@ -316,4 +316,4 @@ class RollingFit(PairsTradingFitMethod):
)
def reset(self) -> None:
curr_training_start_idx = 0
pass