Wordcloud
Strategy: BuyDips
Downloaded: 20220514
Stoploss: 0
The "BuyDips" strategy is designed to backtest trading decisions based on various technical indicators. Here's a breakdown of what the strategy does: populate_indicators: This method calculates and adds several technical indicators to the provided DataFrame, including: MFI (Money Flow Index) MACD (Moving Average Convergence Divergence) and its signal line Stochastic Fast Oscillator (fast %K and %D) RSI (Relative Strength Index) Fisher RSI (a transformed version of RSI) Bollinger Bands (lower and upper bands, and percentage gain relative to the close price) Exponential Moving Averages (EMA) of different time periods (5, 10, 50, and 100) SAR (Stop and Reverse) indicator Simple Moving Average (SMA) with a time period of 40 populate_buy_trend: This method determines the buy signal based on the populated indicators. It checks various conditions: If enabled, MFI is greater than or equal to a specified value.

If enabled, MACD is negative.

If enabled, the percentage gain from the lower Bollinger Band is greater than or equal to a specified value.

The MACD line crosses above the MACD signal line. Volume is greater than 0. If any of these conditions are met, the 'buy' column in the DataFrame is set to 1. populate_sell_trend: This method determines the sell signal based on the populated indicators. It checks various conditions: If enabled, a "hold" condition is met (no sell signal). If enabled, SAR is greater than the close price. If enabled, Fisher RSI is greater than a specified value. If any of these conditions are met, the 'sell' column in the DataFrame is set to 1. The strategy calculates and assigns buy and sell signals based on the specified conditions and technical indicators, allowing for backtesting and evaluation of trading performance.

stoploss: 0
timeframe: 5m
hash(sha256): 5492048962eef0d91bd2405f1aeb3e3ab7ebedcdd49f70a7d31ec4bfc4a30e81
indicators:
upper close bb_gain mfi bb_lowerband
ema5 fastk sma volume fastd
ema10 sar macdsignal fisher_rsi ema100
macd lower rsi bb_upperband ema50

Similar Strategies: (based on used indicators)

Strategy: BollingerBounce, Similarity Score: 95.24%
Strategy: BollingerBounce_2, Similarity Score: 95.24%
Strategy: BuyDips_2, Similarity Score: 95.24%
Strategy: ComboHold, Similarity Score: 95.24%
Strategy: KeltnerBounce, Similarity Score: 95.24%
Strategy: KeltnerBounce_2, Similarity Score: 95.24%
Strategy: BTCBigDrop, Similarity Score: 90.48%
Strategy: BTCBigDrop_2, Similarity Score: 90.48%
Strategy: BTCJump, Similarity Score: 90.48%
Strategy: BTCNDrop, Similarity Score: 90.48%
Strategy: BTCNDrop_2, Similarity Score: 90.48%
Strategy: BTCNSeq, Similarity Score: 90.48%
Strategy: BTCNSeq_2, Similarity Score: 90.48%
Strategy: BigDrop, Similarity Score: 90.48%
Strategy: BigDrop_2, Similarity Score: 90.48%
Strategy: DCBBBounce, Similarity Score: 90.48%
Strategy: Discord_strat3, Similarity Score: 90.48%
Strategy: MACD003_2, Similarity Score: 90.48%
Strategy: MFI2, Similarity Score: 90.48%
Strategy: MFI2_2, Similarity Score: 90.48%
Strategy: NDrop, Similarity Score: 90.48%
Strategy: NDrop_2, Similarity Score: 90.48%
Strategy: NSeq, Similarity Score: 90.48%
Strategy: NSeq_2, Similarity Score: 90.48%

last change: 2024-04-27 22:00:22