mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Enhance profit type with new values
This commit is contained in:
parent
b1bbbdc364
commit
6bbd73a9b6
|
@ -26,8 +26,10 @@ export interface ProfitInterface {
|
|||
trade_count: number;
|
||||
closed_trade_count: number;
|
||||
first_trade_date: string;
|
||||
first_trade_humanized: string;
|
||||
first_trade_timestamp: number;
|
||||
latest_trade_date: string;
|
||||
latest_trade_humanized: string;
|
||||
latest_trade_timestamp: number;
|
||||
avg_duration: string;
|
||||
best_pair: string;
|
||||
|
|
Loading…
Reference in New Issue
Block a user