Wordcloud
Strategy: CombinedBinHAndClucV8_1
Downloaded: 20220222
Stoploss: -0.99
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of CombinedBinHAndClucV8_622

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The CombinedBinHAndClucV8 strategy is a trading strategy implemented as a class that inherits from the IStrategy interface. Here is a short description of what the strategy does: populate_indicators function: This function calculates and populates the required indicators for the strategy based on the provided DataFrame and metadata. It merges informative indicators from the 1-hour timeframe with the current timeframe.

populate_buy_trend function: This function determines the conditions for initiating a buy signal.

It checks various conditions using the DataFrame data and sets the 'buy' signal to 1 if any of the conditions are met.

The conditions involve comparisons between different moving averages, open and close prices, volume, and other factors. populate_sell_trend function: This function determines the conditions for initiating a sell signal. It checks various conditions using the DataFrame data and sets the 'sell' signal to 1 if any of the conditions are met. The conditions involve comparisons between the close price and Bollinger Bands, RSI (Relative Strength Index), and volume. The strategy combines multiple conditions to generate buy and sell signals based on the provided DataFrame data. It utilizes various technical indicators and price patterns to identify potential trading opportunities.

stoploss: -0.99
timeframe: 5m
hash(sha256): a6a44febb8d8b1f6978031d1ad8662de546d48db328b257542f02bfe4b7f1df4

Was not able to fetch indicators from Strategyfile.

last change: 2023-04-04 09:01:48