Wordcloud
Strategy: Discord_1_ElliotV8_original
Downloaded: 20220726
Stoploss: -0.32

Strategy failed backtesting!
Reason: Duplicate of ElliotV8_orginal

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The strategy implemented in the provided code is called "ElliotV8_original." Here is a short description of what the strategy does: The strategy uses various indicators and conditions to determine when to buy and sell a trading asset. It incorporates elements such as moving averages, Exponential Weighted Oscillator (EWO), Relative Strength Index (RSI), and Hull Moving Average (HMA). During the buy signal generation, the strategy looks for the following conditions: RSI fast indicator is below 35.

The closing price is below a specific moving average (determined by the parameter base_nb_candles_buy) multiplied by a low offset value (low_offset).

EWO indicator is above a certain threshold (ewo_high).

RSI indicator is below a specific value (rsi_buy). Volume is greater than 0. The closing price is below a specific moving average (determined by the parameter base_nb_candles_sell) multiplied by a high offset value (high_offset). During the sell signal generation, the strategy looks for the following conditions: The closing price is above the Hull Moving Average (HMA) with a window of 50. The closing price is above a specific moving average (determined by the parameter base_nb_candles_sell) multiplied by a high offset value (high_offset_2). RSI indicator is above 50. Volume is greater than 0. The RSI fast indicator is greater than the RSI slow indicator. The strategy also includes parameters for setting the minimal return on investment (ROI) and stop-loss values. Additionally, it enables features such as trailing stop and sell signals based on profit only. Please note that this is a brief summary, and there might be additional details and nuances in the implementation.

stoploss: -0.32
timeframe: 5m
hash(sha256): 536bf5f2b41cc1eedf77f3a380a13a2c412c849ed045bf53e6a881373e614740

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-26 21:27:42