Wordcloud
Strategy: BBBHold
Downloaded: 20220514
Stoploss: 0
The BBBHold strategy is a trading strategy that utilizes various technical analysis (TA) indicators to generate buy and sell signals. Here's a breakdown of what the strategy does: In the populate_indicators method: The Moving Average Convergence Divergence (MACD), Relative Strength Index (RSI), Money Flow Index (MFI), and Bollinger Bands are calculated and added as columns to the dataframe. The Fisher Transform of RSI is also calculated and added as a column.

In the populate_buy_trend method: Conditions are checked to determine if a buy signal should be generated.

The conditions include checking the MFI, Fisher RSI, Bollinger Bands gain, and the relationship between the close and open prices.

If the conditions are met, the 'buy' column in the dataframe is set to 1. In the populate_sell_trend method: The method populates the sell signal based on TA indicators. In this specific implementation, all sell signals are set to 0. The strategy combines multiple indicators to identify potential buying opportunities based on specific conditions and does not generate explicit sell signals.

stoploss: 0
timeframe: 5m
hash(sha256): ddfd82c17d4f275f1d3e5792f4457468c79b1df2543b17bc1371b937f96a0f6e
indicators:
macdsignal upper mid lower fisher_rsi
volume bb_middleband rsi close macd
mfi bb_upperband bb_lowerband bb_gain open
sma

Similar Strategies: (based on used indicators)

Strategy: BBBHold_2, Similarity Score: 94.12%
Strategy: BollingerBounce, Similarity Score: 94.12%
Strategy: BollingerBounce_2, Similarity Score: 94.12%
Strategy: ComboHold, Similarity Score: 94.12%

last change: 2024-04-28 09:11:07