Wordcloud
Strategy: CombinedBinHClucAndMADV9_836
Downloaded: 20220116
Stoploss: -0.99
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of CombinedBinHClucAndMADV9_269

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The strategy, named CombinedBinHClucAndMADV9, is a trading strategy that aims to generate buy and sell signals for trading assets. Here is a brief description of what the strategy does: In the populate_indicators method, the strategy populates various indicators on the provided dataframe to gather information for analysis. The populate_buy_trend method determines the conditions for buying assets based on a series of conditions.

The strategy evaluates multiple buy conditions using logical operators (|) to combine them.

The important parts of the strategy for generating buy signals include: Checking the asset's closing price against the EMA (Exponential Moving Average) values (ema_200, ema_200_1h) and the Bollinger Bands (bb_lowerband).

Analyzing the asset's volume in relation to the average volume (volume_mean_slow) and detecting volume pumps and drops. Comparing the asset's open and close prices with the Bollinger Bands to identify potential price movements. Analyzing the RSI (Relative Strength Index) values (rsi, rsi_1h) for oversold conditions. Examining the MACD (Moving Average Convergence Divergence) values (ema_26, ema_12) and their differences to identify potential buying opportunities. If any of the buy conditions are met, the strategy assigns a value of 1 to the 'buy' column in the dataframe. The populate_sell_trend method determines the conditions for selling assets. The strategy checks if the asset's closing price is above a certain percentage of the Bollinger Bands' middle band (bb_middleband) and ensures that the volume is not zero. If the conditions are met, the strategy assigns a value of 1 to the 'sell' column in the dataframe. Overall, this strategy combines various technical indicators, such as moving averages, Bollinger Bands, RSI, and MACD, to generate buy and sell signals for trading assets.

stoploss: -0.99
timeframe: 5m
hash(sha256): 6e29bae653fda5df66b0ec005ceb3cbba87b65f51fcfe590582a54eb100a74e5

Was not able to fetch indicators from Strategyfile.

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