Wordcloud
Strategy: test_strategy
Downloaded: 20220113
Stoploss: -0.05
The TestStrategy is a backtesting strategy that uses various technical analysis indicators to generate buy and sell signals for trading. The strategy populates indicators such as ADX (Average Directional Index), Bollinger Bands, TEMA (Triple Exponential Moving Average), and HT_SINE (Hilbert Transform - SineWave) in the given DataFrame. In the populate_buy_trend method, the strategy defines the conditions for a buy signal.

It checks if the ADX is greater than 30, the TEMA is below the Bollinger Bands middle band, and the TEMA is increasing compared to the previous value.

If these conditions are met, the 'buy' column in the DataFrame is set to 1, indicating a buy signal.

Similarly, in the populate_sell_trend method, the strategy defines the conditions for a sell signal. It checks if the ADX is greater than 70, the TEMA is above the Bollinger Bands middle band, and the TEMA is decreasing compared to the previous value. If these conditions are met, the 'sell' column in the DataFrame is set to 1, indicating a sell signal. Overall, this strategy combines multiple indicators to generate buy and sell signals based on the trend and volatility of the market.

stoploss: -0.05
timeframe: 5m
hash(sha256): 0d804b01b558ef4697e6b8323059eeecefb5ba9b3beb9d3afe40c8cccde067ac
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_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: test_strategy_5, 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: 2024-04-28 08:54:19