Wordcloud
Strategy: DonchianBounce_2
Downloaded: 20230102
Stoploss: 0
The DonchianBounce strategy is a trading strategy that uses various technical indicators to generate buy and sell signals. Here is a brief description of what the strategy does: The strategy starts by populating several technical indicators on the given DataFrame, including Bollinger Bands, Donchian Channels, ADX (Average Directional Index), MFI (Money Flow Index), MACD (Moving Average Convergence Divergence), Stochastic Fast, RSI (Relative Strength Index), Fisher RSI, EMA (Exponential Moving Average), SAR (Stop and Reverse), and SMA (Simple Moving Average). The populate_entry_trend function identifies potential entry points for buying based on the configured conditions.

These conditions include the following: The price crossing above the highest Fib level of the Donchian Channel (dc_hf).

If enabled, the price crossing below the Parabolic SAR (sar).

If enabled, the price crossing above the Simple Moving Average (sma). If enabled, the price crossing above the EMA50 (ema50). If enabled, the ADX value being above a specified threshold (buy_adx). The Donchian Channel gain (dc_gain) being greater than or equal to a specified value. The price crossing above the lower band of the Donchian Channel (dc_lower). The populate_exit_trend function identifies potential exit points for selling based on the configured conditions. These conditions include the following: The price crossing below the upper band of the Donchian Channel (dc_upper). If enabled, the price crossing above the Parabolic SAR (sar). If the sell_hold option is enabled, no sell signals are generated. Overall, the DonchianBounce strategy combines multiple indicators to identify potential buy and sell signals based on price movements and technical patterns.

stoploss: 0
timeframe: 5m
hash(sha256): 1f1dd01f712d4c7cd637e9614fbb6aa5b5b1d8101f5e1c624e260ba6a3a23c43
indicators:
upper dc_lf close dc_h bb_lowerband
mfi ema5 dc_hf fastk sma
dc_cl open dm_plus fastd ema10
sar high macdsignal mid dc_gain
dc_upper fisher_rsi dc_lower ema100 dc_clf
macd dc_ch dc_mid dc_dist dc_chf
adx lower dc_l bb_middleband rsi
bb_upperband low ema50 dm_minus

Similar Strategies: (based on used indicators)

Strategy: DonchianBounce, Similarity Score: 97.5%
Strategy: DonchianChannel, Similarity Score: 95%
Strategy: DonchianChannel_2, Similarity Score: 95%
Strategy: SqueezeMomentum_2, Similarity Score: 82.5%
Strategy: SqueezeMomentum_3, Similarity Score: 82.5%

last change: 2024-04-27 23:37:40