Wordcloud
Strategy: SimpleBollinger_2
Downloaded: 20230103
Stoploss: 0
The SimpleBollinger strategy is a trading strategy that uses various technical analysis (TA) indicators to generate buy and sell signals for a given financial dataset. In the populate_indicators method, several TA indicators are calculated and added to the DataFrame: Average Directional Index (ADX) Money Flow Index (MFI) Moving Average Convergence Divergence (MACD) Stochastic Fast Oscillator (STOCHF) Relative Strength Index (RSI) Fisher Transform of RSI Bollinger Bands (Upper and Lower Bands) Exponential Moving Averages (EMA) with different time periods Parabolic Stop and Reverse (SAR) Simple Moving Average (SMA) The populate_entry_trend method populates the buy signal based on the TA indicators. It checks various conditions: If the ADX value is greater than or equal to a specified threshold (buy_adx_enabled and buy_adx) If the MFI value is greater than or equal to a specified threshold (buy_mfi_enabled and buy_mfi) If the MACD line is greater than the MACD signal line If the closing price crosses above the upper Bollinger Band If any of the conditions are met, the buy column in the DataFrame is set to 1.

The populate_exit_trend method populates the sell signal based on the TA indicators.

It checks the following conditions: If the MFI value is greater than or equal to a specified threshold (sell_mfi_enabled and sell_mfi) If the closing price crosses below the lower Bollinger Band If any of the conditions are met, the sell column in the DataFrame is set to 1.

If the sell_hold flag is enabled, all sell signals are overridden and the sell column is set to 0. Overall, the SimpleBollinger strategy uses Bollinger Bands and other TA indicators to identify potential buy and sell opportunities in the financial dataset.

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

Similar Strategies: (based on used indicators)

Strategy: BTCJump, Similarity Score: 95%
Strategy: ComboHold, Similarity Score: 95%
Strategy: DCBBBounce, Similarity Score: 95%
Strategy: Discord_strat3, Similarity Score: 95%
Strategy: DonchianBounce, Similarity Score: 95%
Strategy: DonchianBounce_2, Similarity Score: 95%
Strategy: DonchianChannel, Similarity Score: 95%
Strategy: DonchianChannel_2, Similarity Score: 95%
Strategy: MFI2, Similarity Score: 95%
Strategy: MFI2_2, Similarity Score: 95%
Strategy: SimpleBollinger, Similarity Score: 95%
Strategy: BTCBigDrop, Similarity Score: 90%
Strategy: BTCBigDrop_2, Similarity Score: 90%
Strategy: BTCNDrop, Similarity Score: 90%
Strategy: BTCNDrop_2, Similarity Score: 90%
Strategy: BTCNSeq, Similarity Score: 90%
Strategy: BTCNSeq_2, Similarity Score: 90%
Strategy: BigDrop, Similarity Score: 90%
Strategy: BigDrop_2, Similarity Score: 90%
Strategy: BollingerBounce, Similarity Score: 90%
Strategy: BollingerBounce_2, Similarity Score: 90%
Strategy: BuyDips, Similarity Score: 90%
Strategy: BuyDips_2, Similarity Score: 90%
Strategy: KeltnerBounce, Similarity Score: 90%
Strategy: KeltnerBounce_2, Similarity Score: 90%
Strategy: KeltnerChannels, Similarity Score: 90%
Strategy: KeltnerChannels_2, Similarity Score: 90%
Strategy: MACD003_2, Similarity Score: 90%
Strategy: NDrop, Similarity Score: 90%
Strategy: NDrop_2, Similarity Score: 90%
Strategy: NSeq, Similarity Score: 90%
Strategy: NSeq_2, Similarity Score: 90%
Strategy: Seb, Similarity Score: 90%
Strategy: SmithHoeckx, Similarity Score: 90%
Strategy: default, Similarity Score: 90%

last change: 2024-04-16 02:36:03