Remove deprecated current_profit from api responses

This commit is contained in:
Matthias
2023-02-28 18:15:58 +01:00
parent bebee15d10
commit 0707e70183
4 changed files with 1 additions and 19 deletions

View File

@@ -282,9 +282,6 @@ class OpenTradeSchema(TradeSchema):
stoploss_current_dist_ratio: Optional[float]
stoploss_entry_dist: Optional[float]
stoploss_entry_dist_ratio: Optional[float]
current_profit: float
current_profit_abs: float
current_profit_pct: float
current_rate: float
open_order: Optional[str]