Detail tests for custom exit pricing

This commit is contained in:
Matthias
2022-02-05 15:20:05 +01:00
parent 2a59ef7311
commit 22173851d6
2 changed files with 37 additions and 1 deletions

View File

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