Wordcloud
Strategy: BBRSITV_542
Downloaded: 20220116
Stoploss: -0.25

Strategy failed backtesting!
Reason: Duplicate of BBRSITV

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The "BBRSITV" strategy is a trading strategy that utilizes Bollinger Bands, Relative Strength Index (RSI), and True Volume (TV) indicators to generate buy and sell signals. Here's a breakdown of how the strategy works: In the "populate_indicators" method: The RSI is calculated using a period of 14 on the closing prices. Another RSI is calculated using a period of 4 on the closing prices.

If the strategy is running in "hyperopt" mode, the strategy iterates over different moving average (MA) lengths from 5 to 80.

For each MA length: An exponential moving average (EMA) is calculated on the RSI using the current MA length.

The standard deviation (STDDEV) is calculated on the RSI using the current MA length. If the strategy is not in "hyperopt" mode, the MA length and sell MA length specified in the configuration are used instead of iterating. The "EWO" (Elliott Wave Oscillator) indicator is calculated based on the specified fast and slow EWO values. In the "populate_buy_trend" method: A buy signal is generated when the following conditions are met: RSI is below the lower Bollinger Band (basis - deviation * sigma). EWO is above the specified high threshold and the volume is greater than zero. In the "populate_sell_trend" method: A sell signal is generated when the following conditions are met: RSI is above the specified high threshold or RSI is above the sell MA length's EMA plus deviation * sell sigma. The volume is greater than zero. The "BBRSITV4" and "BBRSITV1" classes inherit from the "BBRSITV" class and override the "populate_buy_trend" method to include additional conditions based on the EWO and RSI_4 indicators. Overall, the strategy aims to identify potential buying opportunities when the RSI is low and the price is below the lower Bollinger Band, while selling opportunities arise when the RSI is high or the price exceeds the sell MA length's EMA plus a certain deviation. The EWO and volume are used as additional confirmation criteria for generating buy signals.

stoploss: -0.25
timeframe: 5m
hash(sha256): 2ed7d6ea73772abe77f787c89662f7396d21eb6627ad283b2cf447a7a5b6f230
indicators:
for_sigma volume EWO rsi_4 basis_for_ma
ewo_high rsi_high close rsi for_sigma_sell
for_ma_length for_ma_length_sell runmode src dev_for_ma

Similar Strategies: (based on used indicators)

Strategy: BBRSIT1VE, Similarity Score: 93.75%
Strategy: BBRSITV, Similarity Score: 93.75%
Strategy: Discord_3_BBRSITV, Similarity Score: 93.75%
Strategy: Discord_SMA_BBRSI, Similarity Score: 93.75%

last change: 2022-07-11 00:31:36