Wordcloud
Strategy: default_strategy_278
Downloaded: 20220112
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 DefaultStrategy class is a trading strategy implementation that uses technical analysis indicators to generate buy and sell signals. The method populate_indicators takes a DataFrame containing raw data from an exchange and adds various technical indicators to it. These indicators include ADX (Average Directional Index), MACD (Moving Average Convergence Divergence), MINUS_DI (Minus Directional Indicator), PLUS_DI (Plus Directional Indicator), RSI (Relative Strength Index), STOCHF (Stochastic Fast), Bollinger Bands, and EMA10 (Exponential Moving Average with a time period of 10).

The populate_buy_trend method populates the "buy" column in the DataFrame based on certain conditions using the calculated indicators.

The conditions include the RSI being less than 35, the fastd (Stochastic Fast %D) being less than 35, the ADX being greater than 30, and the plus_di (Plus Directional Indicator) being greater than 0.5.

Alternatively, if the ADX is greater than 65 and the plus_di is greater than 0.5, a "buy" signal is also generated. The populate_sell_trend method populates the "sell" column in the DataFrame based on certain conditions using the indicators. The conditions include the RSI crossing above 70 or the fastd crossing above 70, the ADX being greater than 10, and the minus_di (Minus Directional Indicator) being greater than 0. Alternatively, if the ADX is greater than 70 and the minus_di is greater than 0.5, a "sell" signal is generated. Overall, the DefaultStrategy class calculates technical indicators, generates buy signals based on specified conditions, and generates sell signals based on different conditions.

stoploss: -0.1
timeframe: 5m
hash(sha256): 1a00cedbc78eac0564caa702f45eacfc93c4e043819ab4042251c28ca2660671
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_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_v2_6, Similarity Score: 94.12%
Strategy: strategy_test_v3, Similarity Score: 94.12%

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