Wordcloud
Strategy: bbrsi_5
Downloaded: 20230426
Stoploss: -0.99


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "BBRSI" strategy is a default strategy provided by the Freqtrade bot. It is intended for internal use and serves as a template for creating other strategies. The strategy uses a combination of Bollinger Bands and the Relative Strength Index (RSI) as indicators to generate buy and sell signals.

Here's a breakdown of the important parts of the strategy: The strategy uses the 1-hour ticker interval for analyzing price data.

The strategy requires at least 20 candles (20 hours of data) before producing valid signals.

It defines a minimal return on investment (ROI) but doesn't specify any values. The stop loss is set at -0.99, indicating a high risk tolerance. The order types are set to 'limit' for buying, selling, and stop-loss orders. The strategy populates additional TA indicators, including RSI and Bollinger Bands, using the populate_indicators function. The populate_buy_trend function generates buy signals when the RSI is above 30 and the closing price is below the lower Bollinger Band. The populate_sell_trend function generates sell signals when the closing price is above the middle Bollinger Band. This strategy aims to identify potential buying opportunities when the price is relatively low (compared to the lower Bollinger Band) and the RSI indicates oversold conditions. It generates sell signals when the price exceeds the middle Bollinger Band, suggesting a possible reversal or overbought conditions. It's worth noting that this strategy is meant to serve as a starting point and can be customized or modified based on specific trading preferences and market conditions.

startup_candle_count : 20
rsi: -13.622%
bb_lowerband: 0.025%
bb_middleband: -0.080%
bb_upperband: -0.182%
stoploss: -0.99
timeframe: 1h
hash(sha256): 43cec9c787333855af30d23e1bacc87dc51f7fff20e06c2ed80490453745babc
indicators:
upper mid lower bb_middleband rsi
close bb_upperband bb_lowerband

No similar strategies found. (based on used indicators)

last change: 2023-10-25 04:11:50