Wordcloud
Strategy: bestV2
Downloaded: 20220116
Stoploss: -0.19

Strategy failed backtesting!
Reason: Duplicate of Simple_strat

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The "bestV2" strategy is a backtesting strategy that uses various indicators to generate buy and sell signals for trading. Here's a breakdown of what the strategy does: In the populate_indicators method: The strategy calculates the exponential moving average (EMA) for different time periods and adds them as columns to the dataframe. It calculates the Elder's Force Index (EWO) using the provided parameters and adds it as a column.

It calculates the relative strength index (RSI) with a time period of 14 and adds it as a column.

Finally, it returns the updated dataframe.

In the populate_buy_trend method: The strategy defines a list of conditions that need to be satisfied for a buy signal. The first condition checks if the close price is below a certain offset percentage of the EMA for a specific time period, EWO is above a certain threshold, RSI is below a certain value, and the volume is greater than zero. The second condition checks if the close price is below a certain offset percentage of the EMA for a specific time period, EWO is below a certain threshold, and the volume is greater than zero. If any of the conditions are met, the 'buy' column in the dataframe is set to 1. Finally, the updated dataframe is returned. In the populate_sell_trend method: The strategy defines a list of conditions that need to be satisfied for a sell signal. The condition checks if the close price is above a certain offset percentage of the EMA for a specific time period and the volume is greater than zero. If the condition is met, the 'sell' column in the dataframe is set to 1. Finally, the updated dataframe is returned. Overall, the strategy uses moving averages, EWO, RSI, and volume to generate buy and sell signals based on specified conditions.

startup_candle_count : 120
ma_buy_31: 0.003%
rsi: -0.053%
stoploss: -0.19
timeframe: 5m
hash(sha256): 867f8508c1254c06742c004eceed27c956a0fdf9edc64e04356dac35eb58d72b
indicators:
rsi_buy ma_sell_val volume EWO ewo_high
low_offset close ewo_low rsi value1
high_offset value2 base_nb_candles_sell value3 base_nb_candles_buy
ma_buy_val

Similar Strategies: (based on used indicators)

Strategy: bestV2_3, Similarity Score: 94.12%

last change: 2023-11-03 00:23:32