Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
     https://github.com/sponsors/robcaulk
     """
 
-    version = "3.7.10"
+    version = "3.7.11"
 
     @cached_property
     def _optuna_config(self) -> dict:
 
     def min_max_pred(self, pred_df: pd.DataFrame) -> tuple[float, float]:
         temperature = float(
-            self.freqai_info.get("prediction_thresholds_temperature", 150.0)
+            self.freqai_info.get("prediction_thresholds_temperature", 125.0)
         )
         min_pred = smoothed_min(
             pred_df[EXTREMA_COLUMN],
 
     INTERFACE_VERSION = 3
 
     def version(self) -> str:
-        return "3.3.7"
+        return "3.3.8"
 
     timeframe = "5m"
 
         return self.get_label_natr_ratio(pair) * 0.025
 
     def get_trailing_stoploss_natr_ratio(self, pair: str) -> float:
-        return self.get_label_natr_ratio(pair) * 0.5
+        return self.get_label_natr_ratio(pair) * 0.75
 
     def set_freqai_targets(self, dataframe: DataFrame, metadata: dict, **kwargs):
         pair = str(metadata.get("pair"))