refaktor gui jdeme na live
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user