mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Improve type description
This commit is contained in:
parent
6f0ae677df
commit
fbdb601ff3
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user