feat: add nr_of_successful_* to api

This commit is contained in:
Matthias
2025-11-22 15:46:34 +01:00
parent 916d8324cb
commit b364153d02
2 changed files with 6 additions and 0 deletions

View File

@@ -340,6 +340,8 @@ class TradeSchema(BaseModel):
min_rate: float | None = None
max_rate: float | None = None
nr_of_successful_entries: int
nr_of_successful_exits: int
has_open_orders: bool
orders: list[OrderSchema]