Wordcloud
Strategy: BTCNSeq
Downloaded: 20220514
Stoploss: 0
The BTCNSeq strategy is a trading strategy that involves backtesting various indicators on Bitcoin (BTC) price data. Here's a breakdown of what the strategy does: populate_indicators function: Adds several technical analysis (TA) indicators to the given DataFrame. The indicators used include 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).

The function merges informative BTC price data with the original DataFrame.

The calculated indicator values are stored in new columns of the DataFrame.

populate_buy_trend function: Populates the buy signal based on the defined conditions. The conditions include the Fisher RSI value being below a certain threshold and the Bollinger Bands gain being above a certain threshold. It also checks candlestick patterns and the price drop percentage. If all the conditions are met, the 'buy' column of the DataFrame is set to 1. populate_sell_trend function: Populates the sell signal based on the defined conditions. Currently, it sets the 'sell' column to 0 for all rows where the close price is greater than or equal to 0. Overall, the strategy calculates various TA indicators, identifies buy signals based on specific conditions, and sets the 'buy' column to 1 for those signals. The 'sell' column is set to 0 for all rows.

stoploss: 0
timeframe: 5m
hash(sha256): 86ce371a3d924d26f34153608b8a5e736de464fc1fb64798e5e6cfc01176d93e
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, Similarity Score: 95.83%
Strategy: BTCNDrop_2, Similarity Score: 95.83%
Strategy: BTCNSeq_2, Similarity Score: 95.83%
Strategy: ComboHold, Similarity Score: 95.83%

last change: 2024-04-29 13:02:24