Wordcloud
Strategy: SMAOffsetProtectOpt_420
Downloaded: 20220117
Stoploss: -0.5
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of SMAOffsetProtectOpt

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The SMAOffsetProtectOpt strategy is a trading strategy that uses several indicators to generate buy and sell signals. Here's a short description of what the strategy does: In the populate_indicators function, the strategy calculates the Exponential Moving Average (EMA) for different time periods and assigns them to the dataframe columns. It also calculates the EWO (Elliott Wave Oscillator) and the RSI (Relative Strength Index) and adds them to the dataframe.

In the populate_buy_trend function, the strategy defines conditions for buying.

It checks if the closing price is below a moving average offset by a certain percentage (low_offset).

It also checks if the EWO is above a specified threshold (ewo_high), the RSI is below a certain value (rsi_buy), and the volume is greater than 0. If these conditions are met, the strategy sets the 'buy' signal to 1. The populate_sell_trend function defines conditions for selling. It checks if the closing price has crossed below a moving average offset by a certain percentage (high_offset), and the volume is greater than 0. If these conditions are met, the strategy sets the 'sell' signal to 1. Overall, the strategy uses moving averages, EWO, RSI, and volume to determine when to buy and sell in the market.

stoploss: -0.5
timeframe: 5m
hash(sha256): 39e47477b0780245e51d1e6df82b5958bbf67ea81b8e78789a140fc3f27a5c65
indicators:
rsi_buy ma_sell_val fast_ewo slow_ewo EWO
volume ewo_high low_offset close ewo_low
rsi ma_buy high_offset base_nb_candles_sell ma_sell
base_nb_candles_buy ma_buy_val

Similar Strategies: (based on used indicators)

Strategy: 09_SMAOffsetProtectOptV0, Similarity Score: 94.44%
Strategy: SMAOffsetProtectOptV0, Similarity Score: 94.44%

last change: 2022-11-02 06:55:56