Enhance profit type with new values

This commit is contained in:
Matthias 2023-05-15 18:13:07 +02:00
parent b1bbbdc364
commit 6bbd73a9b6

View File

@ -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;