Wordcloud
Strategy: hyperoptable_strategy_22
Downloaded: 20220114
Stoploss: -0.1
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of hyperoptable_strategy_5

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The HyperoptableStrategy class is a trading strategy implementation that utilizes various technical analysis (TA) indicators to make buy and sell decisions. The populate_indicators method adds several TA indicators to the given DataFrame. These indicators include ADX (Average Directional Index), MACD (Moving Average Convergence Divergence), MINUS_DI, PLUS_DI, RSI (Relative Strength Index), Stochastic Fast, Bollinger Bands, and EMA (Exponential Moving Average).

The method calculates the values of these indicators and adds them as new columns to the DataFrame.

The populate_buy_trend method populates the buy signal for the DataFrame based on the values of the TA indicators.

It sets the 'buy' column of the DataFrame to 1 for rows that satisfy the specified buy conditions. These conditions include a low RSI value, a low Stochastic Fast value, a high ADX value, and a high PLUS_DI value. The populate_sell_trend method populates the sell signal for the DataFrame based on the values of the TA indicators. It sets the 'sell' column of the DataFrame to 1 for rows that satisfy the specified sell conditions. These conditions include crossing above a specified RSI value or Stochastic Fast value, a high ADX value, and a high MINUS_DI value. Overall, the HyperoptableStrategy class uses TA indicators to generate buy and sell signals for trading based on predefined conditions.

stoploss: -0.1
timeframe: 5m
hash(sha256): 39904f9df63745ed9776ca1abf12a81fab4a1ab42efd55de5b5becd54df7c6ce

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-11 01:32:20