Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
https://github.com/sponsors/robcaulk
"""
- version = "3.7.46"
+ version = "3.7.47"
@cached_property
def _optuna_config(self) -> dict:
def calculate_min_slope_strength(
pos: int,
min_strength: float = 1.0,
- max_strength: float = 2.0,
+ max_strength: float = 1.5,
) -> float:
start = max(0, pos - natr_period)
end = min(pos + 1, n)
INTERFACE_VERSION = 3
def version(self) -> str:
- return "3.3.44"
+ return "3.3.45"
timeframe = "5m"
def calculate_min_slope_strength(
pos: int,
min_strength: float = 1.0,
- max_strength: float = 2.0,
+ max_strength: float = 1.5,
) -> float:
start = max(0, pos - natr_period)
end = min(pos + 1, n)