Improve type description

This commit is contained in:
Matthias 2023-05-28 10:14:51 +02:00
parent e9063a4f95
commit ad56392d97

View File

@ -116,8 +116,10 @@ export interface Trade extends TradeBase {
stoploss_entry_dist_ratio?: number;
current_rate?: number;
/* Total Profit, both open and realized*/
total_profit_abs?: number;
total_profit_fiat?: number;
/* Relative Total profit, bot open and realized */
total_profit_ratio?: number;
}