Wordcloud
Strategy: ElliotV8_original_ichiv3_224
Downloaded: 20220117
Stoploss: -0.08


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The ElliotV8_original_ichiv3 strategy is a backtesting strategy that uses various technical indicators to generate buy and sell signals for trading. In the populate_indicators method, the strategy calculates and adds several indicators to the input dataframe: Moving averages (ma_buy_{val} and ma_sell_{val}) using the Exponential Moving Average (EMA) with different time periods. Hull Moving Average (hma_50) calculated using the Hull Moving Average formula.

Simple Moving Average (sma_9) with a time period of 9.

Elliott Wave Oscillator (EWO) calculated using the fast and slow EWO parameters.

Relative Strength Index (rsi) with a time period of 14. Fast and slow versions of RSI (rsi_fast and rsi_slow) with different time periods. In the populate_buy_trend method, the strategy defines conditions for generating buy signals based on the calculated indicators. The conditions include: RSI fast indicator being less than 35. Closing price being below the buy moving average (ma_buy_{self.base_nb_candles_buy.value}) multiplied by a low offset value. EWO indicator being higher than a specified EWO high value. RSI indicator being below a specified RSI buy value. Volume being greater than 0. Closing price being below the sell moving average (ma_sell_{self.base_nb_candles_sell.value}) multiplied by a high offset value. If any of the conditions are met, the buy column in the dataframe is set to 1. In the populate_sell_trend method, the strategy defines conditions for generating sell signals based on the indicators. The conditions include: Closing price being above the Hull Moving Average (hma_50). Closing price being above the sell moving average multiplied by a high offset 2 value, and RSI being above 50, with volume being greater than 0, and fast RSI being higher than slow RSI. Closing price being below the Hull Moving Average and above the sell moving average multiplied by a high offset value, with volume being greater than 0, and fast RSI being higher than slow RSI. If any of the conditions are met, the sell column in the dataframe is set to 1. Overall, the strategy uses a combination of moving averages, oscillators, and price conditions to generate buy and sell signals based on predefined criteria.

stoploss: -0.08
timeframe: 5m
hash(sha256): 09f848d1f960a0b8b929453bfa14d99e5c0de2900eb87acf2dd3b6f700ee0f4d
indicators:
rsi_buy EWO ewo_high close high_offset_2
ewo_low rsi_fast ma_sell_val ma_buy_val volume
low_offset high_offset base_nb_candles_buy max_open_trades base_nb_candles_sell
hma_50 sma_9 rsi_slow rsi runmode

Similar Strategies: (based on used indicators)

Strategy: ElliotV8_original_ichiv3, Similarity Score: 95.24%
Strategy: ElliotV8_original_ichiv3_465, Similarity Score: 95.24%
Strategy: ElliotV8HO, Similarity Score: 90.48%
Strategy: ElliotV8HO_2, Similarity Score: 90.48%
Strategy: NASOSv5sera, Similarity Score: 90.48%
Strategy: NZv1, Similarity Score: 90.48%
Strategy: NotAnotherSMAOffsetStrategy_2, Similarity Score: 90.48%
Strategy: NotAnotherSMAOffsetStrategy_3, Similarity Score: 90.48%
Strategy: NotAnotherSMAOffsetStrategy_5, Similarity Score: 90.48%
Strategy: NotAnotherSMAOffsetStrategy_6, Similarity Score: 90.48%
Strategy: Nv2, Similarity Score: 90.48%
Strategy: Nv2b, Similarity Score: 90.48%

last change: 2024-05-02 08:35:15