Wordcloud
Strategy: BTCNDrop
Downloaded: 20220514
Stoploss: 0
The BTCNDrop strategy is a trading strategy that uses various technical analysis indicators to generate buy and sell signals for cryptocurrency trading. Here's a breakdown of what the strategy does: populate_indicators function: Adds several technical indicators to the given DataFrame, 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). These indicators provide insights into market trends, volatility, and potential entry/exit points for trades.

populate_buy_trend function: Generates buy signals based on specified conditions: MFI condition: If enabled, checks if the MFI indicator is below a certain threshold.

Fisher RSI condition: If enabled, checks if the Fisher RSI indicator is below a certain value.

Bollinger Bands condition: Checks if the closing price is below the lower Bollinger Band. Candlestick pattern condition: Checks if the previous buy_num_candles number of candles have decreasing prices, with the last candle having a drop percentage greater than or equal to buy_drop value. If any of the conditions are met, sets the 'buy' column in the DataFrame to 1 for the corresponding buy signals. populate_sell_trend function: Populates the sell signal for the given DataFrame based on TA indicators. Currently, the strategy sets the 'sell' column to 0 for all rows where the closing price is greater than or equal to 0. Overall, the strategy combines multiple technical indicators to identify potential buy signals based on specific conditions and provides a simple sell signal based on the closing price.

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

Similar Strategies: (based on used indicators)

Strategy: BTCBigDrop, Similarity Score: 95.83%
Strategy: BTCBigDrop_2, Similarity Score: 95.83%
Strategy: BTCJump, Similarity Score: 95.83%
Strategy: BTCNDrop_2, Similarity Score: 95.83%
Strategy: BTCNSeq, Similarity Score: 95.83%
Strategy: BTCNSeq_2, Similarity Score: 95.83%
Strategy: ComboHold, Similarity Score: 95.83%

last change: 2024-04-28 08:21:35