Wordcloud
Strategy: bbrsi_33
Downloaded: 20220113
Stoploss: -0.1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The BBRSI strategy is a backtesting strategy implemented in Python using the Freqtrade framework. It utilizes technical indicators to generate buy and sell signals for trading. Here's a breakdown of what the strategy does: Strategy Parameters: Minimal ROI: Defines the minimum return on investment (ROI) targets for different timeframes.

Stoploss: Specifies the optimal stop-loss level for the strategy.

Ticker Interval: Sets the interval at which the strategy analyzes price data.

Indicator Calculation: RSI (Relative Strength Index): Calculates the RSI indicator using the closing prices of the dataset. Bollinger Bands: Computes the upper, middle, and lower bands of the Bollinger Bands indicator using the typical price of the dataset. Two sets of bands are calculated, one with a standard deviation of 4 and the other with a standard deviation of 3. Buy Signal Generation: Buy Condition: If the RSI is greater than 30 and the closing price is below the lower Bollinger Band (3 standard deviations), a buy signal is generated. Sell Signal Generation: Sell Condition: If the closing price is above the middle Bollinger Band, a sell signal is generated. The strategy aims to capture potential buying opportunities when the price is deemed oversold (based on RSI) and below the lower Bollinger Band, and to sell when the price rises above the middle Bollinger Band. The strategy's parameters, such as ROI targets and stop-loss level, can be adjusted to suit different trading preferences and market conditions.

stoploss: -0.1
timeframe: 1h
hash(sha256): 905824463f5c12cc1ecfe9e3cd7b41c92ea0fdb8974dd9a8223db6f951035a77
indicators:
upper mid lower bb_middleband3 bb_upperband3
bb_middleband rsi close bb_upperband bb_lowerband
bb_lowerband3

No similar strategies found. (based on used indicators)

last change: 2023-06-27 14:09:41