Wordcloud
Strategy: strategy_test_v2_1
Downloaded: 20220115
Stoploss: -0.1
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of strategy_test_v2_6

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The "StrategyTestV2" class is a backtesting strategy that uses various technical indicators to generate buy and sell signals for trading. The method "populate_indicators" takes a DataFrame containing exchange data and adds several technical indicators to it, such as ADX (Average Directional Index), MACD (Moving Average Convergence Divergence), RSI (Relative Strength Index), stochastic fast, Bollinger Bands, and EMA (Exponential Moving Average). These indicators provide insights into market trends, momentum, volatility, and overbought/oversold conditions.

The method "populate_buy_trend" uses the populated indicators in the DataFrame to determine the buy signals.

It sets the 'buy' column to 1 for rows that meet specific conditions, such as RSI below 35, fastd below 35, ADX above 30, and plus_di above 0.5.

Additionally, if ADX is above 65 and plus_di is above 0.5, it also generates a buy signal. The method "populate_sell_trend" uses the indicators to determine the sell signals. It sets the 'sell' column to 1 for rows that meet conditions such as RSI crossing above 70, fastd crossing above 70, ADX above 10, and minus_di above 0. It also generates a sell signal if ADX is above 70 and minus_di is above 0.5. The last part of the code defines a condition based on the current_profit variable and sets a specific action. If the current_profit is less than -0.0075, it selects the filled buy orders and returns the rounded cost of the first order. Otherwise, it returns None. Overall, this strategy uses a combination of technical indicators to generate buy and sell signals, aiming to capture potential trends and market conditions for trading.

stoploss: -0.1
timeframe: 5m
hash(sha256): 1dac2930de50f0d9a8fd558eafe7b66a41f2444a03ef547965d56167b4d9a6c5
indicators:
macdsignal upper adx minus_di lower
mid fastk bb_middleband rsi macd
bb_lowerband bb_upperband plus_di fastd ema10
macdhist

Similar Strategies: (based on used indicators)

Strategy: Fureza, Similarity Score: 94.12%
Strategy: LetsWinStratv3, Similarity Score: 94.12%
Strategy: STRATEGY_EXPERIMENTAL, Similarity Score: 94.12%
Strategy: default_strategy_123, Similarity Score: 94.12%
Strategy: default_strategy_278, Similarity Score: 94.12%
Strategy: default_strategy_280, Similarity Score: 94.12%
Strategy: default_strategy_36, Similarity Score: 94.12%
Strategy: default_strategy_4, Similarity Score: 94.12%
Strategy: default_strategy_406, Similarity Score: 94.12%
Strategy: default_strategy_41, Similarity Score: 94.12%
Strategy: hyperoptable_strategy_5, Similarity Score: 94.12%
Strategy: strategy_test_v2, Similarity Score: 94.12%
Strategy: strategy_test_v2_16, Similarity Score: 94.12%
Strategy: strategy_test_v2_6, Similarity Score: 94.12%
Strategy: strategy_test_v3, Similarity Score: 94.12%

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