mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Improve type description
This commit is contained in:
parent
e9063a4f95
commit
ad56392d97
|
@ -116,8 +116,10 @@ export interface Trade extends TradeBase {
|
||||||
stoploss_entry_dist_ratio?: number;
|
stoploss_entry_dist_ratio?: number;
|
||||||
current_rate?: number;
|
current_rate?: number;
|
||||||
|
|
||||||
|
/* Total Profit, both open and realized*/
|
||||||
total_profit_abs?: number;
|
total_profit_abs?: number;
|
||||||
total_profit_fiat?: number;
|
total_profit_fiat?: number;
|
||||||
|
/* Relative Total profit, bot open and realized */
|
||||||
total_profit_ratio?: number;
|
total_profit_ratio?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user