From b9561b64845e73a0196224af4333a5b5273b3a18 Mon Sep 17 00:00:00 2001 From: Joe Schr Date: Fri, 5 Mar 2021 13:26:37 +0100 Subject: [PATCH] fix(TrailingSL): rename file accordingly to new class name --- .../strategies/{trailing_sl.py => custom_stoploss_with_psar.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename user_data/strategies/{trailing_sl.py => custom_stoploss_with_psar.py} (100%) diff --git a/user_data/strategies/trailing_sl.py b/user_data/strategies/custom_stoploss_with_psar.py similarity index 100% rename from user_data/strategies/trailing_sl.py rename to user_data/strategies/custom_stoploss_with_psar.py