Wordcloud
Strategy: BBModCE_5
Downloaded: 20220823
Stoploss: -0.99
5mFailedSpotv3Link

Strategy failed backtesting!
Reason: Duplicate of BBModCE_2

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The BBModCE strategy is a trading strategy that uses various indicators to generate entry and exit signals for long positions in the market. Here is a breakdown of what the strategy does: In the populate_indicators method: Calculates the 15-period Simple Moving Average (SMA) and assigns it to the 'sma_15' column of the dataframe. Calculates the Commodity Channel Index (CTI) with a length of 20 and assigns it to the 'cti' column.

Calculates the 8-period Exponential Moving Average (EMA) and assigns it to the 'ema_8' column.

Calculates the 16-period EMA and assigns it to the 'ema_16' column.

Calculates the 14-period Relative Strength Index (RSI) and assigns it to the 'rsi' column. Calculates the 4-period RSI (fast RSI) and assigns it to the 'rsi_fast' column. Calculates the 20-period RSI (slow RSI) and assigns it to the 'rsi_slow' column. Calculates the Elder's Force Index (EWO) with parameters (50, 200) and assigns it to the 'EWO' column. Calculates the 14-period Williams %R and assigns it to the 'r_14' column. Calculates the Stochastic Fast %K and %D with parameters (5, 3, 0, 3, 0) and assigns them to the 'fastk' and 'fastd' columns, respectively. Calculates the Average Directional Index (ADX) and assigns it to the 'adx' column. Returns the modified dataframe. In the populate_entry_trend method: Defines conditions for different entry signals based on the calculated indicators. The conditions include various checks on different indicators and their values. Adds a corresponding tag to the 'enter_tag' column of the dataframe for each satisfied condition. If any conditions are met, sets the 'enter_long' column to 1 for the rows where the conditions are satisfied. Returns the modified dataframe. In the populate_exit_trend method: Defines conditions for the exit signal based on the fast %K crossing a specified value. Adds a corresponding tag to the 'exit_tag' column of the dataframe if the exit condition is met. If the condition is satisfied, sets the 'exit_long' column to 1. Returns the modified dataframe. Overall, the strategy uses indicators such as moving averages, RSI, Williams %R, Stochastic, ADX, and EWO to identify potential entry and exit points for long positions in the market. The specific conditions for entry and exit are based on the values of these indicators and predefined threshold values.

stoploss: -0.99
timeframe: 5m
hash(sha256): 1b9faddbaa66adc3ae5cca02eccbd4af3988e1ee3b8888278b2afa9fadc6ca47
indicators:
upper EWO close fastk rsi_fast
r_14 bb_middleband2 open fastd sma_15
bb_upperband2 mid bb_width ema_8 ema_16
cti roc_1h adx roc lower
rsi_slow rsi low bb_lowerband2 bb_width_1h

Similar Strategies: (based on used indicators)

Strategy: BBMCE, Similarity Score: 96.15%
Strategy: BBMCE2, Similarity Score: 96.15%
Strategy: BBMX, Similarity Score: 96.15%
Strategy: BBModCE, Similarity Score: 96.15%
Strategy: BBModCESpot_2, Similarity Score: 96.15%
Strategy: BBModCE_2, Similarity Score: 96.15%
Strategy: BBModCE_3, Similarity Score: 96.15%
Strategy: BBModCE_4, Similarity Score: 96.15%
Strategy: E0V1E_3, Similarity Score: 96.15%

last change: 2022-08-23 18:15:19