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

Strategy failed backtesting!
Reason: Duplicate of default_strategy_36

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The StrategyTestV2 class is a trading strategy that backtests various technical analysis (TA) indicators on a given DataFrame of exchange data. It has three main functions: populate_indicators, populate_buy_trend, and populate_sell_trend. The populate_indicators function adds several TA indicators to the DataFrame, including 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).

These indicators provide important information about market trends, momentum, volatility, and other factors.

The populate_buy_trend function populates the "buy" signal in the DataFrame based on the TA indicators.

It checks for specific conditions such as low RSI, low Stochastic Fast, high ADX, and positive PLUS_DI, or high ADX and positive PLUS_DI. The populate_sell_trend function populates the "sell" signal in the DataFrame based on the TA indicators. It checks for conditions such as RSI or Stochastic Fast crossing above 70, ADX above 10, and positive MINUS_DI, or high ADX and positive MINUS_DI. Additionally, there is a variable called current_profit which represents the current profit of the strategy. If the profit is less than -0.0075 (a threshold), the strategy attempts to retrieve the trade stake amount from the wallets and return it. Overall, the strategy uses a combination of TA indicators to generate buy and sell signals, aiming to capture profitable trading opportunities.

stoploss: -0.1
timeframe: 5m
hash(sha256): 10181cb55f0d4854d05018c3a73db3cddcfd6b3e98e7c9c92bf471218c4c7cbb
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_1, Similarity Score: 94.12%
Strategy: strategy_test_v2_16, Similarity Score: 94.12%
Strategy: strategy_test_v3, Similarity Score: 94.12%

last change: 2022-07-11 13:34:37