refactor RSI SELL

This commit is contained in:
David Brazda
2023-05-25 20:17:56 +02:00
parent 8cf2956720
commit bf7c1773bd
16 changed files with 736 additions and 231 deletions

View File

@ -194,7 +194,7 @@ class RunArchiveDetail(BaseModel):
name: str
bars: dict
#trades: Optional[dict]
indicators: dict
indicators: List[dict]
statinds: dict
trades: List[TradeUpdate]