Add detail tests for timeout behaviour

This commit is contained in:
Matthias
2022-02-05 15:12:29 +01:00
parent 808cefe526
commit 2a59ef7311
2 changed files with 48 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ class BTContainer(NamedTuple):
trailing_stop_positive_offset: float = 0.0
use_sell_signal: bool = False
use_custom_stoploss: bool = False
custom_entry_price: Optional[float] = None
def _get_frame_time_from_offset(offset):