Don't use current rate for closed trades

This commit is contained in:
Matthias
2021-04-17 19:29:34 +02:00
parent 3b53c88dbe
commit 44bfb53668
3 changed files with 7 additions and 6 deletions

View File

@@ -189,7 +189,6 @@ class OpenTradeSchema(TradeSchema):
stoploss_current_dist_ratio: Optional[float]
stoploss_entry_dist: Optional[float]
stoploss_entry_dist_ratio: Optional[float]
base_currency: str
current_profit: float
current_profit_abs: float
current_profit_pct: float