Wordcloud
Strategy: strategy_test_v2
Downloaded: 20220113
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 utilizes various technical analysis (TA) indicators to generate buy and sell signals for trading. The strategy consists of three main functions: populate_indicators, populate_buy_trend, and populate_sell_trend. The populate_indicators function calculates and adds multiple 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), STOCHF (Stochastic Fast), Bollinger Bands, and EMA (Exponential Moving Average).

The populate_buy_trend function uses the calculated indicators to determine the buy signals for the DataFrame.

The buy signals are generated based on specific conditions involving the RSI, fast %D of Stochastic Fast, ADX, and PLUS_DI indicators. If these conditions are met, a 'buy' column in the DataFrame is set to 1 to indicate a buy signal. The populate_sell_trend function is similar to populate_buy_trend but generates sell signals instead. It examines the RSI, fast %D of Stochastic Fast, ADX, and MINUS_DI indicators to identify sell conditions. If the conditions are satisfied, a 'sell' column in the DataFrame is set to 1 to indicate a sell signal. Overall, this strategy utilizes a combination of TA indicators to generate buy and sell signals based on specific conditions. It provides a framework for backtesting trading strategies on historical data.

stoploss: -0.1
timeframe: 5m
hash(sha256): a534e858e9d404db05d9ae3c0cf71ce5a3100fba00e6c3ecd88988713fc29575
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_1, 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