The BBRSI strategy is a trading strategy that uses Bollinger Bands and the Relative Strength Index (RSI) as indicators to generate buy and sell signals. Here's a breakdown of what the strategy does:
Indicators:
RSI: Calculates the RSI indicator based on the price data. Bollinger Bands: Calculates the upper, middle, and lower bands of the Bollinger Bands indicator using the typical price.
Buy Signal:
The strategy generates a buy signal when the following conditions are met:
The closing price of the current candle is above the lower Bollinger Band.
The closing price of the previous candle is below the lower Bollinger Band.
The RSI value is below 50. Sell Signal:
The strategy generates a sell signal when either of the following conditions is met:
The closing price of the current candle is above the upper Bollinger Band. The RSI value is above 60. The strategy aims to take advantage of potential price reversals when the price reaches extreme levels as indicated by the Bollinger Bands and RSI. It uses a fixed minimal ROI target and stop loss for risk management. The strategy is designed to be applied on hourly candlestick data. Please note that the strategy is provided as a default strategy by the Freqtrade bot, and you have the option to override it with your own custom strategy.