Wordcloud
Strategy: ElliotV5HOMod1
Downloaded: 20220116
Stoploss: -0.3
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of ElliotV5HO

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The ElliotV5HOMod1 strategy is a backtesting strategy that utilizes various indicators to make buying and selling decisions in a trading system. Here is a brief description of what the strategy does: The populate_indicators function calculates several indicators, including moving averages (MA), EWO (Elliott Wave Oscillator), and RSI (Relative Strength Index), based on the provided input dataframe. The populate_buy_trend function determines the conditions for buying by setting up multiple criteria: a.

If the closing price is lower than a specific moving average multiplied by a low offset value, EWO is higher than a specified threshold, RSI is lower than a specified value, and the trading volume is greater than zero, a buy signal is generated.

b.

If the closing price is lower than a specific moving average multiplied by a low offset value, EWO is lower than a specified threshold, and the trading volume is greater than zero, a buy signal is generated. The function updates the 'buy' column in the dataframe with the buy signals. The populate_sell_trend function determines the conditions for selling: If the closing price is higher than a specific moving average multiplied by a high offset value and the trading volume is greater than zero, a sell signal is generated. The function updates the 'sell' column in the dataframe with the sell signals. The current_profit function calculates the current profit based on the last analyzed dataframe and the open date of the trade. If the current profit is less than 0.001 and the current time is more than 140 minutes after the trade's open date, a negative profit of -0.005 is returned; otherwise, a profit of 1 is returned. Overall, the strategy combines moving averages, EWO, RSI, and volume analysis to determine buying and selling signals in a backtesting environment.

stoploss: -0.3
timeframe: 5m
hash(sha256): 61d42754c87b330904d56d6aab82b0f766de63bc1c7bfdac106457d52bc5ea2a
indicators:
rsi_buy ma_sell_val volume EWO ewo_high
low_offset close ewo_low rsi high_offset
base_nb_candles_sell runmode base_nb_candles_buy ma_buy_val

Similar Strategies: (based on used indicators)

Strategy: Discord_SMA_BBRSI, Similarity Score: 93.33%
Strategy: ElliotV5HO, Similarity Score: 93.33%
Strategy: ElliotV5HO4, Similarity Score: 93.33%
Strategy: ElliotV5HOMod2, Similarity Score: 93.33%
Strategy: ElliotV5HOMod3, Similarity Score: 93.33%
Strategy: ElliotV8HO, Similarity Score: 93.33%
Strategy: ElliotV8HO_2, Similarity Score: 93.33%
Strategy: ElliotV8_original_ichiv3, Similarity Score: 93.33%
Strategy: ElliotV8_original_ichiv3_224, Similarity Score: 93.33%
Strategy: ElliotV8_original_ichiv3_465, Similarity Score: 93.33%
Strategy: NASOSv5sera, Similarity Score: 93.33%
Strategy: NZv1, Similarity Score: 93.33%
Strategy: NotAnotherSMAOffsetStrategy_2, Similarity Score: 93.33%
Strategy: NotAnotherSMAOffsetStrategy_3, Similarity Score: 93.33%
Strategy: NotAnotherSMAOffsetStrategy_5, Similarity Score: 93.33%
Strategy: NotAnotherSMAOffsetStrategy_6, Similarity Score: 93.33%
Strategy: Nv2, Similarity Score: 93.33%
Strategy: Nv2b, Similarity Score: 93.33%

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