Wordcloud
Strategy: BBRSIStochHyperStrategy
Downloaded: 20220113
Stoploss: -0.05


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The BBRSIStochHyperStrategy is a trading strategy that combines several technical indicators to generate buy and sell signals. Here's a breakdown of how the strategy works: In the populate_indicators method, the strategy calculates the following indicators: Relative Strength Index (RSI): Measures the strength and momentum of price movements. Stochastic Oscillator (Stoch): Identifies overbought and oversold conditions.

Bollinger Bands (BB): Plots bands based on standard deviations from a moving average.

The strategy calculates multiple sets of Bollinger Bands with different standard deviation values (1, 2, 3, and 4).

The populate_buy_trend method determines the conditions for entering a buy trade. It checks the following criteria: Stochastic indicator: If the Stoch is enabled and both slowk and slowd values are greater than a specified threshold. If the Stoch is disabled (buy_stoch_enabled set to False). RSI value is greater than a specified threshold. The slowk value is less than the slowd value. The closing price is below a specified trigger value of the Bollinger Bands. If all conditions are met, the 'buy' signal is generated. The populate_sell_trend method determines the conditions for exiting a buy trade and entering a sell trade. It checks the following criteria: The slowk value is less than the slowd value. RSI value is greater than a specified threshold. The closing price is above a specified trigger value of the Bollinger Bands. If all conditions are met, the 'sell' signal is generated. The strategy can be optimized using the HyperOpt class, which likely provides functionality for hyperparameter optimization.

startup_candle_count : 50
rsi: 3.032%
stoploss: -0.05
timeframe: 15m
hash(sha256): 1ff94c36e10d30c0607e48ccb5e5b8aa11384fa19babbb2c0b687d46313bc687
indicators:
upper bb_middleband3 bb_upperband3 close slowd
bb_middleband2 bb_upperband4 bb_upperband2 slowk bb_upperband1
mid bb_lowerband4 bb_lowerband3 lower bb_lowerband1
bb_middleband4 rsi bb_middleband1 bb_lowerband2

Similar Strategies: (based on used indicators)

Strategy: FrostAuraM315mStrategy, Similarity Score: 95%
Strategy: FrostAuraM31hStrategy, Similarity Score: 95%

last change: 2023-08-03 02:40:21