mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Add new settngs to Botstate type
This commit is contained in:
parent
d2e3e80ea8
commit
4e46cbee54
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user