Optionnal cooldown
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -556,8 +556,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;
|
||||
|
||||
Reference in New Issue
Block a user