Wordcloud
Strategy: BBandsRSI
Downloaded: 20220112
Stoploss: -0.15


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The BBandsRSI strategy is a trading strategy that combines Bollinger Bands and the Relative Strength Index (RSI) to generate buy and sell signals. Here's a breakdown of what the strategy does: populate_indicators: This function adds various technical analysis (TA) indicators to the given DataFrame. The indicators used are RSI, overbought level (set at 70), oversold level (set at 30), Bollinger Bands' lower band, middle band, upper band, percentage deviation from the lower band, and width of the Bollinger Bands.

populate_buy_trend: This function populates the buy signal for the DataFrame based on the TA indicators.

The conditions for a buy signal are: RSI value is below 30 (indicating oversold condition) Close price is below the Bollinger Bands' lower band Volume is greater than 0 (to ensure there is trading activity) populate_sell_trend: This function populates the sell signal for the DataFrame based on the TA indicators.

The condition for a sell signal is: RSI value is above 70 (indicating overbought condition) Volume is greater than 0 (to ensure there is trading activity) The strategy uses these buy and sell signals to determine when to enter or exit a trade.

startup_candle_count : 30
bb_lowerband: -0.030%
bb_middleband: -0.042%
bb_upperband: -0.054%
bb_percent: 24.444%
bb_width: -5.425%
stoploss: -0.15
timeframe: 5m
hash(sha256): 23f70d40e77aa75d565600ecd44c6319d24532b46f0b3ba56d52ada3c108d766
indicators:
upper mid lower volume bb_width
bb_middleband rsi close bb_upperband bb_lowerband
oversold bb_percent overbought

No similar strategies found. (based on used indicators)

last change: 2023-07-04 03:00:41