Wordcloud
Strategy: test_strategy_5
Downloaded: 20220111
Stoploss: -0.1
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of TestStrategy

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The TestStrategy class is an implementation of a trading strategy for backtesting purposes. It is designed to populate indicators in a given DataFrame using technical analysis (TA) indicators. The strategy calculates various indicators such as ADX (Average Directional Index), Bollinger Bands, TEMA (Triple Exponential Moving Average), and HT_SINE (Hilbert Transform - SineWave) among others.

The populate_indicators() method takes a raw DataFrame and additional metadata as input.

It adds multiple TA indicators to the DataFrame, such as ADX, MACD, RSI, Bollinger Bands, TEMA, and HT_SINE.

However, some indicators are commented out to optimize performance and reduce memory and CPU usage. The populate_buy_trend() method populates the "buy" signal based on the TA indicators. It sets the "buy" column to 1 when certain conditions are met, including ADX being greater than 30, TEMA being less than or equal to the middle Bollinger Band, and TEMA being greater than the previous TEMA value. The populate_sell_trend() method populates the "sell" signal based on the TA indicators. It sets the "sell" column to 1 when certain conditions are met, including ADX being greater than 70, TEMA being greater than the middle Bollinger Band, and TEMA being less than the previous TEMA value. Overall, this strategy uses a combination of TA indicators to generate buy and sell signals for backtesting trading strategies.

stoploss: -0.1
timeframe: 5m
hash(sha256): 8f1cd63dbf80bb7494d869093bc5c974bf9dad0aafc698dae6f10a626ec569bf
indicators:
upper htsine CDLDRAGONFLYDOJI minus_dm tema
plus_dm CDLGRAVESTONEDOJI CDLHANGINGMAN CDLSHOOTINGSTAR close
ha_low CDLSPINNINGTOP mfi bb_lowerband ema5
CDLENGULFING fastd_rsi CDL3WHITESOLDIERS fastk macdhist
CDLHAMMER htleadsine sma slowd leadsine
CDLMORNINGSTAR CDLEVENINGDOJISTAR open plus_di fastd
ema10 CDLPIERCING CDLEVENINGSTAR sar ha_open
CDL3OUTSIDE high macdsignal slowk mid
fisher_rsi fastk_rsi ema100 fisher_rsi_norma cci
ha_close macd CDL3INSIDE ema3 CDLINVERTEDHAMMER
CDLHARAMI ha_high adx

Similar Strategies: (based on used indicators)

Strategy: legacy_strategy, Similarity Score: 98.15%
Strategy: legacy_strategy_28, Similarity Score: 98.15%
Strategy: test_strategy, Similarity Score: 98.15%
Strategy: test_strategy_163, Similarity Score: 98.15%
Strategy: test_strategy_193, Similarity Score: 98.15%
Strategy: test_strategy_194, Similarity Score: 98.15%
Strategy: test_strategy_302, Similarity Score: 98.15%
Strategy: test_strategy_471, Similarity Score: 98.15%
Strategy: DefaultStrategy, Similarity Score: 92.59%
Strategy: DefaultStrategy_0, Similarity Score: 92.59%
Strategy: default_strategy, Similarity Score: 92.59%
Strategy: default_strategy_111, Similarity Score: 92.59%
Strategy: default_strategy_132, Similarity Score: 92.59%
Strategy: default_strategy_15, Similarity Score: 92.59%
Strategy: default_strategy_189, Similarity Score: 92.59%
Strategy: default_strategy_2, Similarity Score: 92.59%
Strategy: default_strategy_23, Similarity Score: 92.59%
Strategy: default_strategy_3, Similarity Score: 92.59%
Strategy: default_strategy_5, Similarity Score: 92.59%
Strategy: default_strategy_51, Similarity Score: 92.59%
Strategy: default_strategy_6, Similarity Score: 92.59%
Strategy: default_strategy_7, Similarity Score: 92.59%
Strategy: default_strategy_8, Similarity Score: 92.59%
Strategy: default_strategy_9, Similarity Score: 92.59%
Strategy: sample_strategy, Similarity Score: 90.74%
Strategy: Strategy1HBTC, Similarity Score: 88.89%
Strategy: Ichimoku, Similarity Score: 79.63%
Strategy: ichimoku, Similarity Score: 79.63%
Strategy: FrayLIVEBTC15m, Similarity Score: 74.07%

last change: 2022-07-02 19:54:08