Wordcloud
Strategy: default_strategy_4
Downloaded: 20230426
Stoploss: -0.1
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of STRATEGY_EXPERIMENTAL

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The DefaultStrategy is a trading strategy that uses technical analysis (TA) indicators to generate buy and sell signals. In the populate_indicators method, the strategy calculates various TA indicators such as ADX (Average Directional Index), MACD (Moving Average Convergence Divergence), MINUS_DI, PLUS_DI, RSI (Relative Strength Index), STOCHF (Stochastic Fast), Bollinger Bands, EMA (Exponential Moving Average), and SMA (Simple Moving Average). These indicators are added as additional columns to the input DataFrame.

The populate_buy_trend method populates the "buy" column in the DataFrame based on specific conditions.

It generates a buy signal when the RSI is below 35, the fastd (Stochastic Fast) is below 35, the ADX is above 30, and the plus_di (PLUS_DI) is above 0.5.

Alternatively, a buy signal is generated when the ADX is above 65 and the plus_di is above 0.5. The populate_sell_trend method populates the "sell" column in the DataFrame based on certain conditions. It generates a sell signal when either the RSI or fastd crosses above 70, the ADX is above 10, and the minus_di (MINUS_DI) is above 0. Alternatively, a sell signal is generated when the ADX is above 70 and the minus_di is above 0.5. Overall, the DefaultStrategy calculates TA indicators and uses them to determine buy and sell signals based on specific conditions.

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

Similar Strategies: (based on used indicators)

Strategy: STRATEGY_EXPERIMENTAL, Similarity Score: 94.44%
Strategy: default_strategy_280, Similarity Score: 94.44%

last change: 2023-04-26 07:31:48