Wordcloud
Strategy: default_strategy_123
Downloaded: 20220111
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 in this backtesting website is responsible for populating indicators, determining buy signals, and determining sell signals based on technical analysis (TA) indicators. The populate_indicators function adds various TA indicators to the input 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).

These indicators provide insights into market trends, volatility, and momentum.

The populate_buy_trend function populates the buy signal for the given DataFrame based on certain conditions.

It checks if the RSI is below 35, the Stochastic Fast is below 35, the ADX is above 30, and the PLUS_DI is above 0.5. Alternatively, if the ADX is above 65 and the PLUS_DI is above 0.5, a buy signal is also generated. The populate_sell_trend function populates the sell signal for the DataFrame based on specific conditions. It checks if the RSI or Stochastic Fast has crossed above 70, the ADX is above 10, and the MINUS_DI is greater than 0. Alternatively, if the ADX is above 70 and the MINUS_DI is above 0.5, a sell signal is generated. By utilizing these indicators and signal generation functions, the DefaultStrategy class assists in evaluating the performance of trading strategies during backtesting on the website.

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

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