Fix extremely optimistic results when using a combination of custom_stoploss and trailing_stop.
This commit is contained in:
@@ -34,6 +34,7 @@ class BTContainer(NamedTuple):
|
||||
trailing_stop_positive: Optional[float] = None
|
||||
trailing_stop_positive_offset: float = 0.0
|
||||
use_sell_signal: bool = False
|
||||
use_custom_stoploss: bool = False
|
||||
|
||||
|
||||
def _get_frame_time_from_offset(offset):
|
||||
|
||||
Reference in New Issue
Block a user