Wordcloud
Strategy: KeltnerBounce
Downloaded: 20220514
Stoploss: 0
The KeltnerBounce strategy is a trading strategy that uses various technical indicators to determine buy and sell signals. Here is a brief description of what the strategy does: The strategy populates several technical indicators in the given DataFrame, including: Money Flow Index (MFI) Moving Average Convergence Divergence (MACD) Stochastic Fast Oscillator (STOCHF) Relative Strength Index (RSI) Fisher Transform of RSI (fisher_rsi) Keltner Channels (kc_upperband, kc_lowerband, kc_middleband) Bollinger Bands (bb_upperband, bb_lowerband, bb_gain) Exponential Moving Averages (ema5, ema10, ema50, ema100) Parabolic SAR (sar) Simple Moving Average (sma) The strategy then populates the buy signal based on the following conditions: Volume is greater than 0 If enabled, MFI is less than or equal to a specified value (buy_mfi) If enabled, Fisher RSI is less than or equal to a specified value (buy_fisher) If enabled, Bollinger Bands gain is greater than or equal to a specified value (buy_bb_gain) The candle's open and close prices are within the lower Keltner band and the candle is green (close > open) The previous candle's open or close price is below the lower Keltner band The strategy populates the sell signal when the candle's open or close price is above the upper Keltner band. The strategy combines these indicators and conditions to generate buy and sell signals for trading.


stoploss: 0
timeframe: 5m
hash(sha256): 93ee07abbcee220b623228cab341dc02acc12164926abb1cf604c9c281918576
indicators:
upper close bb_gain mfi bb_lowerband
ema5 fastk sma kc_middleband kc_lowerband
volume open fastd ema10 sar
macdsignal fisher_rsi ema100 macd kc_upperband
lower rsi bb_upperband ema50

Similar Strategies: (based on used indicators)

Strategy: KeltnerBounce_2, Similarity Score: 96%

last change: 2024-04-29 00:00:37