Add S/R v2 research and validation harness

This commit is contained in:
2026-07-12 21:15:18 +02:00
parent 57ac1d2cdd
commit 19b81c169d
19 changed files with 1575 additions and 117 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ class SRLevelResult(BaseModel):
price_level: float
type: Literal["support", "resistance"]
strength: int = Field(ge=0, le=100)
detection_method: Literal["volume_profile", "pivot_point", "merged"]
detection_method: Literal[
"volume_profile", "pivot_point", "merged", "round_number"
]
created_at: datetime