CostumSAR

This commit is contained in:
Stefano Ariestasia
2025-04-16 18:19:58 +09:00
parent c4d5ac77ec
commit 028fd8ed67
@@ -29,6 +29,8 @@ class CustomStoplossWithPSAR(IStrategy):
custom_info = {}
use_custom_stoploss = True
startup_candle_count = 199
def custom_stoploss(self, pair: str, trade: 'Trade', current_time: datetime,
current_rate: float, current_profit: float, **kwargs) -> float: