Calculate relative profit based on assumed starting balance

This commit is contained in:
Matthias
2021-07-14 20:55:11 +02:00
parent f5c47767cb
commit c9c7f84e8c
4 changed files with 34 additions and 8 deletions

View File

@@ -67,12 +67,16 @@ class Profit(BaseModel):
profit_closed_ratio_mean: float
profit_closed_percent_sum: float
profit_closed_ratio_sum: float
profit_closed_percent: float
profit_closed_ratio: float
profit_closed_fiat: float
profit_all_coin: float
profit_all_percent_mean: float
profit_all_ratio_mean: float
profit_all_percent_sum: float
profit_all_ratio_sum: float
profit_all_percent: float
profit_all_ratio: float
profit_all_fiat: float
trade_count: int
closed_trade_count: int