update BTContainer use_sell_signal

This commit is contained in:
Matthias
2022-04-03 19:27:30 +02:00
parent 9dfb3db1aa
commit dc462e63fe
2 changed files with 14 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ class BTContainer(NamedTuple):
trailing_only_offset_is_reached: bool = False
trailing_stop_positive: Optional[float] = None
trailing_stop_positive_offset: float = 0.0
use_sell_signal: bool = False
use_exit_signal: bool = False
use_custom_stoploss: bool = False
custom_entry_price: Optional[float] = None
custom_exit_price: Optional[float] = None