Wordcloud
Strategy: divergences_test
Downloaded: 20220112
Stoploss: -0.1
The DivergencesTest strategy is a trading strategy that uses various technical analysis (TA) indicators to generate buy and sell signals. Here's a breakdown of what the strategy does: populate_indicators function: Calculates and adds several TA indicators to the input DataFrame. The indicators include moving averages (mean24volume, mean68close), bullish and bearish divergence signals, CCI (Commodity Channel Index), ADX (Average Directional Index), RSI (Relative Strength Index), Stochastic Fast, MACD (Moving Average Convergence Divergence), MFI (Money Flow Index), Bollinger Bands, EMA (Exponential Moving Average), SAR (Stop and Reverse), TEMA (Triple Exponential Moving Average), HT_SINE (Hilbert Transform - SineWave), and HT_LEADSINE (Hilbert Transform - Leading SineWave).

populate_buy_trend function: Uses the TA indicators to determine the buy signal.

Conditions for the buy signal include RSI <= 40 and bullish divergence.

populate_sell_trend function: Uses the TA indicators to determine the sell signal. The sell signal is based on bearish divergence. The strategy calculates these indicators and generates buy and sell signals, which can be used for backtesting and evaluating the performance of different trading strategies.

stoploss: -0.1
timeframe: 1h
hash(sha256): 71a86179ebb70167677250bc476b646e642b9cbdc61cb97dd4b3ec4fd6bc9063
indicators:
mean68close upper htsine tema close
cci_one mfi bb_lowerband ema5 bb_percent
macdhist fastk htleadsine leadsine fastd
bearish_div ema10 sar macdsignal mean24volume
mid ema100 bb_width bullish_div cci
macd ema3 ema200 adx lower
bb_middleband rsi ema21 bb_upperband sine
ema50 cci_two

Similar Strategies: (based on used indicators)

Strategy: Divergences, Similarity Score: 97.37%
Strategy: divergences, Similarity Score: 97.37%
Strategy: helkin, Similarity Score: 97.37%
Strategy: SmithHoeckx, Similarity Score: 81.58%
Strategy: default, Similarity Score: 81.58%

last change: 2024-04-28 05:34:02