Wordcloud
Strategy: default_strategy_111
Downloaded: 20220116
Stoploss: -0.1
The DefaultStrategy class is a trading strategy that implements various technical analysis (TA) indicators to generate buy and sell signals. Here is a brief description of what the strategy does: populate_indicators: This method adds multiple TA indicators to the given DataFrame. The indicators include ADX (Average Directional Index), AO (Awesome Oscillator), MACD (Moving Average Convergence Divergence), MFI (Money Flow Index), RSI (Relative Strength Index), Fisher RSI, Stochastic Oscillator (slowd and slowk), Bollinger Bands, Exponential Moving Averages (ema3, ema5, ema10, ema50, ema100), SAR (Stop and Reverse), SMA (Simple Moving Average), TEMA (Triple Exponential Moving Average), Hilbert Transform - Sine Wave (htsine and htleadsine), and Heikin-Ashi candles.

populate_buy_trend: This method populates the buy signal based on the TA indicators.

The buy conditions include low RSI (<35), low Stochastic Oscillator (fastd < 35), high ADX (>30), and positive Plus Directional Indicator (plus_di > 0.5).

Additionally, if ADX is very high (>65) and the Plus Directional Indicator is positive, a buy signal is generated. populate_sell_trend: This method populates the sell signal based on the TA indicators. The sell conditions include crossing above the overbought threshold for RSI or Stochastic Oscillator, ADX being above a certain threshold (>10), and the Minus Directional Indicator (minus_di) being positive. Additionally, if ADX is very high (>70) and the Minus Directional Indicator is positive, a sell signal is generated. Overall, the strategy aims to identify potential buying opportunities when certain indicators suggest oversold conditions and selling opportunities when indicators suggest overbought conditions or strong downtrends.

stoploss: -0.1
timeframe: 5m
hash(sha256): 551f3800d845a8402e9c944babb1ef911451e8b96fa9bfeb777b801a13cedc65
indicators:
lowerband upper htsine minus_dm tema
plus_dm CDLDRAGONFLYDOJI CDLHANGINGMAN CDLSHOOTINGSTAR CDLGRAVESTONEDOJI
close ha_low CDLSPINNINGTOP mfi bb_lowerband
ema5 CDLENGULFING fastd_rsi CDL3WHITESOLDIERS fastk
macdhist CDLHAMMER htleadsine sma slowd
leadsine CDLMORNINGSTAR CDLEVENINGDOJISTAR blower 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 CDLH

Similar Strategies: (based on used indicators)

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

last change: 2024-04-27 23:34:49