Wordcloud
Strategy: ElliotV4Changed
Downloaded: 20220117
Stoploss: -0.2
5mSpotv2UnbiasedLink


Not Enough Data to display!

Average Overall
BuysAvgprofTotProfWin%DD%Time
67.250.263.8767.5438.05
SharpeSortinoCalmar
2.754.2951.3
Prof.FactorExpectancyCagr
0.4500
Trades/DayRejected Signals
2.8436.5
Ninja Score: 70
The strategy implemented in the provided code is called "ElliotV4Changed." It is a backtesting strategy for trading cryptocurrencies. Here is a short description of what the strategy does: The strategy uses various indicators such as Exponential Moving Averages (EMA), Elliot Wave Oscillator (EWO), and Relative Strength Index (RSI) to make buy and sell decisions. The strategy calculates moving averages for different candle lengths (base_nb_candles_buy and base_nb_candles_sell) and compares the current closing price to these moving averages.

When the closing price is below the lower offset multiplied by the buy moving average and the EWO is above a certain threshold (ewo_high), the strategy considers it a buy signal.

Additionally, if the closing price is below the lower offset multiplied by the buy moving average and the EWO is below a certain threshold (ewo_low), the strategy also considers it a buy signal.

The strategy also checks for a low RSI value (rsi_buy) to confirm the buy signal. For sell signals, the strategy checks if the closing price is above the higher offset multiplied by the sell moving average. The strategy incorporates volume considerations for both buy and sell signals. The strategy uses a predefined ROI table to set the take-profit levels. It also implements a stop-loss threshold to limit potential losses (stoploss). The strategy includes trailing stop functionality, where the stop-loss level is adjusted as the price moves in favor of the trade. It has an option to ignore the predefined ROI if a buy signal is present. The strategy operates on a 5-minute timeframe and uses a 1-hour timeframe for informative data. Please note that this is a high-level description of the strategy, and there may be additional details and nuances present in the code.

startup_candle_count : 39
ma_buy_14: 0.001%
rsi: 11.433%
stoploss: -0.2
timeframe: 5m
hash(sha256): 84807d713b794d9b0d3924a784fbfe0f16f9257e0b8d8e5a51fe47f75c45b139
indicators:
rsi_buy ma_sell_val volume EWO ewo_high
low_offset close ewo_low rsi high_offset
base_nb_candles_sell base_nb_candles_buy ma_buy_val

No similar strategies found. (based on used indicators)

last change: 2024-05-02 16:46:56