Add new settngs to Botstate type

This commit is contained in:
Matthias 2022-01-27 17:00:08 +01:00
parent d2e3e80ea8
commit 4e46cbee54

View File

@ -137,6 +137,9 @@ export interface BotState {
trailing_stop: boolean;
trailing_stop_positive: number;
trailing_stop_positive_offset: number;
position_adjustment_enable?: boolean;
max_entry_position_adjustment?: number;
}
export interface StrategyListResult {