Wordcloud
Strategy: NDrop
Downloaded: 20220514
Stoploss: 0
The NDrop strategy is a trading strategy that uses several technical analysis indicators to generate buy and sell signals for backtesting. Here's a breakdown of what the strategy does: populate_indicators function: Calculates various technical indicators such as MFI (Money Flow Index), SMA (Simple Moving Average), MACD (Moving Average Convergence Divergence), stochastic fast, RSI (Relative Strength Index), Fisher RSI, Bollinger Bands, EMA (Exponential Moving Average), and SAR (Stop and Reverse). Adds the calculated indicators to the given DataFrame.

populate_buy_trend function: Defines conditions for generating buy signals based on indicator values.

The strategy considers conditions such as MFI being below a specified value (buy_mfi), Fisher RSI being below a specified value (buy_fisher), and the closing price being below the lower Bollinger Band (bb_lowerband).

It also checks for a specified number of candles where the closing price is less than or equal to the opening price. Finally, it checks for a drop in the price relative to the previous open price (buy_drop), considering a specified number of candles (buy_num_candles). If any of the conditions are met, the strategy sets the 'buy' column in the DataFrame to 1. populate_sell_trend function: Populates the 'sell' column in the DataFrame based on a simple condition where the closing price is greater than or equal to 0. Overall, the NDrop strategy combines various technical indicators to identify potential buying opportunities based on specific conditions and sets the 'buy' column accordingly. The 'sell' column is populated with a default value of 0.

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

Similar Strategies: (based on used indicators)

Strategy: BTCBigDrop, Similarity Score: 95.65%
Strategy: BTCBigDrop_2, Similarity Score: 95.65%
Strategy: BTCJump, Similarity Score: 95.65%
Strategy: BTCNDrop, Similarity Score: 95.65%
Strategy: BTCNDrop_2, Similarity Score: 95.65%
Strategy: BTCNSeq, Similarity Score: 95.65%
Strategy: BTCNSeq_2, Similarity Score: 95.65%
Strategy: BigDrop, Similarity Score: 95.65%
Strategy: BigDrop_2, Similarity Score: 95.65%
Strategy: BollingerBounce, Similarity Score: 95.65%
Strategy: BollingerBounce_2, Similarity Score: 95.65%
Strategy: ComboHold, Similarity Score: 95.65%
Strategy: NDrop_2, Similarity Score: 95.65%
Strategy: NSeq, Similarity Score: 95.65%
Strategy: NSeq_2, Similarity Score: 95.65%
Strategy: DonchianBounce, Similarity Score: 91.3%
Strategy: DonchianBounce_2, Similarity Score: 91.3%
Strategy: DonchianChannel, Similarity Score: 91.3%
Strategy: DonchianChannel_2, Similarity Score: 91.3%
Strategy: KeltnerBounce, Similarity Score: 91.3%
Strategy: KeltnerBounce_2, Similarity Score: 91.3%

last change: 2024-04-29 00:16:45