Optionnal cooldown

This commit is contained in:
2025-09-12 00:12:48 +07:00
parent cb6778d9a0
commit da50b30344
6 changed files with 10 additions and 13 deletions

View File

@@ -4073,8 +4073,8 @@ export interface TradingBotConfigRequest {
botTradingBalance: number;
name: string;
flipPosition: boolean;
cooldownPeriod: number;
maxLossStreak: number;
cooldownPeriod?: number;
maxLossStreak?: number;
scenario?: ScenarioRequest | null;
scenarioName?: string | null;
moneyManagementName?: string | null;