refaktor gui jdeme na live

This commit is contained in:
David Brazda
2023-05-01 19:11:17 +02:00
parent 902eee1d67
commit 3a1b1550fd
13 changed files with 229 additions and 73 deletions

View File

@ -153,6 +153,11 @@ class TradeUpdate(BaseModel):
cash: Optional[float]
pos_avg_price: Optional[float]
class RunArchiveChange(BaseModel):
id: UUID
note: str
#Contains archive of running strategies (runner) - master
class RunArchive(BaseModel):
#unique id of algorun