Wordcloud
Strategy: CombinedBinHAndClucV6H
Downloaded: 20220113
Stoploss: -0.99
5mSpotv2UnbiasedLink


Not Enough Data to display!

Average Overall
BuysAvgprofTotProfWin%DD%Time
81.50.071.4967.755.9563.87
SharpeSortinoCalmar
0.550.763.77
Prof.FactorExpectancyCagr
0.3500
Trades/DayRejected Signals
2.969.75
Ninja Score: 64
The CombinedBinHAndClucV6H strategy is a trading strategy implemented as a class that inherits from the IStrategy base class. It aims to generate buy and sell signals based on various technical indicators and conditions. Here is a breakdown of the important parts of the strategy: populate_indicators method: This method is responsible for populating the indicators used in the strategy.

It merges informative indicators and main indicators to form the basis of the trading signals.

Buy Signals: The strategy defines three buy conditions: buy_cond_bin, buy_cond_cluc, and buy_cond_long.

These conditions are calculated based on a combination of price, moving averages (ema_200, ema_50, ema_200_1h, ema_50_1h), Bollinger Bands (bbdelta, closedelta, tail), and other factors. Each condition is assigned a boolean value (True or False) indicating whether the condition is met. The conditions_count variable keeps track of the number of buy conditions that are true. The final buy signal is generated when specific conditions are met and the conditions_count is above a certain minimum threshold. populate_sell_trend method: This method defines the sell conditions for the strategy. The main sell condition is when the close price crosses above the upper Bollinger Band and the previous close price was also above the upper Bollinger Band. custom_stop_loss method: This method defines a custom stop-loss mechanism based on the current profit and a loss threshold. If the current profit is below the threshold and a certain time has passed since the trade was opened, the stop-loss is triggered. trade_exit_confirmation method: This method determines whether to exit a trade based on various criteria. It considers factors such as the trade's time in force, the reason for selling, and the current profit. If the sell reason is 'force_sell' or the criteria are met, the trade is confirmed to be exited. SSL Channels with ATR function: This function calculates the SSL (Squeeze, Stabilize, Launch) channels with Average True Range (ATR). It takes a DataFrame as input and returns the sslDown and sslUp values. The strategy combines multiple buy conditions from different indicators and generates a buy signal when the specified criteria are met. It also defines sell conditions, a custom stop-loss mechanism, and trade exit confirmation logic. Additionally, it includes a function for calculating SSL channels with ATR.

startup_candle_count : 200
ema_50_1h: -0.001%
stoploss: -0.99
timeframe: 5m
hash(sha256): eb647fc03ce8ddde82e2fcaebf678c5381c77abf1efb2cfce3fd5d58d088eb53
indicators:
date open high low close
volume ema_50 ema_200 rsi ssldir
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 

Similar Strategies: (based on used indicators)

Strategy: 05_CombinedBinHAndClucV6H, Similarity Score: 94.34%
Strategy: 05_CombinedBinHAndClucV6H_OPT, Similarity Score: 94.34%
Strategy: 05_CombinedBinHAndClucV6H_OPT_02, Similarity Score: 94.34%
Strategy: CombinedBinHAndClucV6H_589, Similarity Score: 94.34%

last change: 2024-05-03 00:01:42