diff --git a/user_data/strategies/CustomStoplossWithPSAR.py b/user_data/strategies/CustomStoplossWithPSAR.py index 1683f13..bb980d7 100644 --- a/user_data/strategies/CustomStoplossWithPSAR.py +++ b/user_data/strategies/CustomStoplossWithPSAR.py @@ -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: