From fd2edba8386fbd7bc0df5668c8fd89a44172445b Mon Sep 17 00:00:00 2001 From: mablue Date: Mon, 13 Feb 2023 00:59:38 +0330 Subject: [PATCH] renamed to PowerTower! --- user_data/strategies/{ThreeBlackCrows.py => PowerTower.py} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename user_data/strategies/{ThreeBlackCrows.py => PowerTower.py} (92%) diff --git a/user_data/strategies/ThreeBlackCrows.py b/user_data/strategies/PowerTower.py similarity index 92% rename from user_data/strategies/ThreeBlackCrows.py rename to user_data/strategies/PowerTower.py index 98919cf..4d579af 100644 --- a/user_data/strategies/ThreeBlackCrows.py +++ b/user_data/strategies/PowerTower.py @@ -18,9 +18,10 @@ import pandas_ta as pta from technical import qtpylib -class ThreeBlackCrows(IStrategy): +class PowerTower(IStrategy): # By: Masoud Azizi (@mablue) - # Investopedia Link: https://www.investopedia.com/terms/t/three_black_crows.asp + # Power Tower is a complitly New Strategy(or Candlistic Pattern or Indicator) to finding strongly rising coins. + # much effective than "Three black Crows" but based on Idea of this candlestick pattern, but with different rules! # Strategy interface version - allow new iterations of the strategy interface. # Check the documentation or the Sample strategy to get the latest version. @@ -32,7 +33,7 @@ class ThreeBlackCrows(IStrategy): # Can this strategy go short? can_short: bool = False - # $ freqtrade hyperopt -s ThreeBlackCrows --hyperopt-loss SharpeHyperOptLossDaily + # $ freqtrade hyperopt -s PowerTower --hyperopt-loss SharpeHyperOptLossDaily # "max_open_trades": 1, # "stake_currency": "USDT",