mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
feat: add nr_of_successful_* to api
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user