Wordcloud
Strategy: CombinedBinHAndClucV8_558
Downloaded: 20220116
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 class. Here's a brief description of what the strategy does: The populate_indicators method is responsible for populating indicators used in the strategy. It takes a DataFrame and metadata as input and returns the modified DataFrame with additional indicators.

The populate_buy_trend method is used to determine the buy signals in the strategy.

It defines multiple conditions that need to be met for a buy signal to be generated.

These conditions involve comparisons between different indicators, moving averages, and price levels. If any of the conditions are satisfied, the corresponding row in the DataFrame is marked with a 'buy' signal. The populate_sell_trend method is responsible for determining the sell signals. Similar to the populate_buy_trend method, it defines conditions that need to be met for a sell signal. These conditions include comparisons of the price with the upper Bollinger Band, the relative strength index (RSI), and volume. If any of the conditions are met, the corresponding row in the DataFrame is marked with a 'sell' signal. Overall, the strategy combines various technical indicators and conditions to generate buy and sell signals for trading. The specific details and parameters of the indicators and conditions are defined within the method.

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

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-02 19:54:08