Wordcloud
Strategy: ElliotV8_3
Downloaded: 20230109
Stoploss: -0.32


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Elliotv8 strategy is a trading strategy that uses various indicators to generate buy and sell signals in backtesting. Here is a brief description of what the strategy does: In the populate_indicators function: Moving averages (ma_buy_{val} and ma_sell_{val}) are calculated using the Exponential Moving Average (EMA) indicator for different time periods. The Hull Moving Average (HMA) with a window of 50 is calculated using the hull_moving_average function.

The Simple Moving Average (SMA) with a time period of 9 is calculated.

The Elliott Wave Oscillator (EWO) is calculated using the EWO function with user-defined parameters.

The Relative Strength Index (RSI) is calculated with different time periods (14, 4, and 20). In the populate_buy_trend function: Buy conditions are defined based on a combination of indicators and user-defined parameters. These conditions include: RSI Fast is below 35. Close price is below a moving average (ma_buy_{self.base_nb_candles_buy.value}) multiplied by a low offset value. EWO is above a high threshold value. RSI is below a user-defined buy threshold. Volume is greater than 0. Close price is below a moving average (ma_sell_{self.base_nb_candles_sell.value}) multiplied by a high offset value. In the populate_sell_trend function: Sell conditions are defined based on a combination of indicators and user-defined parameters. These conditions include: Close price is above the Hull Moving Average (hma_50). Close price is above a moving average (ma_sell_{self.base_nb_candles_sell.value}) multiplied by a high offset value. RSI is above 50. Volume is greater than 0. RSI Fast is greater than RSI Slow. OR Close price is below the Hull Moving Average (hma_50). Close price is above a moving average (ma_sell_{self.base_nb_candles_sell.value}) multiplied by a high offset value. Volume is greater than 0. RSI Fast is greater than RSI Slow. In the populate_exit_trend function: The exit conditions for long positions are set to exit the trade (exit_long = 0) and provide an exit tag (exit_tag = 'long_out'). The strategy uses a combination of technical indicators such as moving averages, RSI, EWO, and the HMA to generate buy and sell signals based on specific conditions.

startup_candle_count : 400
EWO: 0.086%
stoploss: -0.32
timeframe: 5m
hash(sha256): 98eb83c7caaefcd60c8b356e04a759a7f9d604daa360cf7e3bfa921c71857a58
indicators:
rsi_buy EWO ewo_high close high_offset_2
ewo_low exit_long exit_tag rsi_fast ma_sell_val
ma_buy_val volume low_offset high_offset base_nb_candles_buy
base_nb_candles_sell hma_50 sma_9 rsi_slow rsi

Similar Strategies: (based on used indicators)

Strategy: EI3v3, Similarity Score: 95.24%
Strategy: ElliotV8_original_ichiv2_2, Similarity Score: 95.24%
Strategy: ElliotV8_original_ichiv3_2, Similarity Score: 95.24%
Strategy: turbov8, Similarity Score: 95.24%
Strategy: ABHD38, Similarity Score: 90.48%
Strategy: ABHD38V2, Similarity Score: 90.48%
Strategy: DS_Green_5m, Similarity Score: 90.48%
Strategy: DS_Green_5mv2, Similarity Score: 90.48%
Strategy: DS_Green_5mv3, Similarity Score: 90.48%
Strategy: DS_Green_5mv4, Similarity Score: 90.48%
Strategy: DS_Green_5mv5, Similarity Score: 90.48%
Strategy: EI3v3NoTrail, Similarity Score: 90.48%
Strategy: El3v3Pump, Similarity Score: 90.48%
Strategy: El3v3PumpExit, Similarity Score: 90.48%
Strategy: El3v3PumpProtection, Similarity Score: 90.48%
Strategy: El3v3Pumpp, Similarity Score: 90.48%
Strategy: ElliotV8_IF3_futlo, Similarity Score: 90.48%
Strategy: ElliotV8_IF3_futlo_02, Similarity Score: 90.48%
Strategy: ElliotV8_IF3_futlo_03, Similarity Score: 90.48%
Strategy: NASOSv5sera, Similarity Score: 90.48%

last change: 2024-05-02 17:57:54