Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
INTERFACE_VERSION = 3
def version(self) -> str:
- return "3.3.122"
+ return "3.3.123"
timeframe = "5m"
lower_bound = 0
upper_bound = 0
unfavorable_deviation = (last_candle_natr / 100.0) * self.get_entry_natr_ratio(
- pair, 0.0025
+ pair, 0.005
)
favorable_deviation = (last_candle_natr / 100.0) * self.get_entry_natr_ratio(
- pair, 0.0075
+ pair, 0.025
)
if side == "long":
lower_bound = last_candle_weighted_close * (1 - favorable_deviation)