Wordcloud
Strategy: 05_CombinedBinHAndClucV6H_OPT
Downloaded: 20220116
Stoploss: -0.99
The CombinedBinHAndClucV6H_OPT strategy is a trading strategy that combines multiple indicators to generate buy and sell signals. Here is a short description of what the strategy does: populate_indicators: This function populates the required indicators for the strategy using the input dataframe and metadata. populate_buy_trend: This function generates buy signals based on certain conditions.

It checks various conditions involving indicators such as exponential moving averages (EMAs), Bollinger Bands (BB), volume, and relative strength index (RSI).

If the conditions are met, a buy signal is generated.

populate_sell_trend: This function generates sell signals based on the condition that the closing price is above the upper Bollinger Band and the volume is nonzero. Custom Stop Loss: This part of the strategy defines a custom stop-loss mechanism. If the current profit falls below a certain threshold and a specific time has elapsed since the trade was opened, the stop loss is triggered. Trade Exit Confirmation: This function determines when to exit a trade. It considers various conditions, such as the reason for selling (force sell or return on investment), the current profit, and the relative strength index (RSI). Depending on these conditions, the strategy decides whether to exit the trade or continue holding. SSL Channels with ATR: This section calculates the SSL (Squeezed Swing Lines) channels using the Average True Range (ATR) indicator. It calculates the upper and lower channels based on the ATR and rolling averages of high and low prices. The strategy uses a combination of these indicators and conditions to generate buy and sell signals for backtesting purposes.

stoploss: -0.99
timeframe: 5m
hash(sha256): e0d61d33d8dcf52256f146cfb5c3688dea82257b639b1a3748cd752be9e6d0c9
indicators:
upper ema_200 buy_bin_tail_bbdelta ema_50 close
sma_5 buy_long_rsi_dif tail ssldir_1h bb_lowerband
ema_200_1h buy_bin_closedelta_close bbdelta buy_cluc_enable buy_bin_enable
buy_cond_cluc volume smaHigh ATR closedelta
sslDown date conditions_count buy_bin_bbdelta_close hlv
volume_mean_slow sslup ema_50_1h smaLow buy_bin_guard
ssldir high buy_cond_bin mid sslUp
buy_cond_long buy buy_minimum_conditions rsi_1h cstp_bail_time
buy_cluc_volume sell_roi_override_rsi_threshold cstp_loss_threshold ssldow

Similar Strategies: (based on used indicators)

Strategy: 05_CombinedBinHAndClucV6H, Similarity Score: 97.78%
Strategy: 05_CombinedBinHAndClucV6H_OPT_02, Similarity Score: 97.78%
Strategy: CombinedBinHAndClucV6H_589, Similarity Score: 97.78%
Strategy: CombinedBinHAndClucV6H, Similarity Score: 91.11%

last change: 2024-04-28 09:20:05