Wordcloud
Strategy: BBRSITV_239
Downloaded: 20220117
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 combines Bollinger Bands (BB), Relative Strength Index (RSI), and True Value (TV) indicators. It aims to identify buying and selling opportunities in the market. In the populate_indicators method, the strategy calculates the RSI using the closing price.

It then calculates the exponential moving average (EMA) and standard deviation (STDDEV) of the RSI for different periods (from 5 to 80) if the strategy is running in hyperopt mode.

Otherwise, it uses predetermined periods based on the strategy's configuration.

The populate_buy_trend method determines the buy signals based on specific conditions. It checks if the RSI crosses below the lower Bollinger Band (basis - deviation * sigma), the EWO (Elliott Wave Oscillator) is above a certain threshold (ewo_high), and the volume is greater than zero. Similarly, the populate_sell_trend method identifies the sell signals. It checks if the RSI is above a certain threshold (rsi_high) or if it crosses above the upper Bollinger Band (basis + deviation * sigma_sell). Additionally, the volume should be greater than zero. The BBRSITV1 class inherits from the BBRSITV strategy, indicating a modification or variation of the original strategy. Overall, the strategy utilizes Bollinger Bands, RSI, and True Value indicators to generate buy and sell signals based on specific conditions, aiming to capture potential trading opportunities in the market.

stoploss: -0.25
timeframe: 5m
hash(sha256): 861a2950068833775c8b697a9c1a73264c777bb9100cb07c9c175cf29ba693cd
indicators:
for_sigma volume EWO 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.33%
Strategy: BBRSITV, Similarity Score: 93.33%
Strategy: BBRSITV_542, Similarity Score: 93.33%
Strategy: Discord_1_BBRSITV, Similarity Score: 93.33%
Strategy: Discord_3_BBRSITV, Similarity Score: 93.33%
Strategy: Discord_SMA_BBRSI, Similarity Score: 93.33%

last change: 2022-07-11 16:13:19