diff --git a/src/types/profit.ts b/src/types/profit.ts index 253b6882..8af28575 100644 --- a/src/types/profit.ts +++ b/src/types/profit.ts @@ -45,4 +45,7 @@ export interface ProfitInterface { /** Initial bot start date*/ bot_start_timestamp?: number; bot_start_date?: string; + win_rate?: number; + expectancy?: number; + expectancy_ratio?: number; }