Wordcloud
Strategy: bbrsi_809
Downloaded: 20220112
Stoploss: -0.99


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. Here's a short description of what the strategy does: This strategy uses the Bollinger Bands and Relative Strength Index (RSI) indicators to make buy and sell decisions. The strategy is designed for a ticker interval of 1 hour.

The minimal return on investment (ROI) for the strategy is not specified.

The stop loss for the strategy is set to -0.99, indicating a high tolerance for losses.

The strategy uses limit orders for buying, selling, and stop-loss orders. The time in force for buy and sell orders is set to "gtc" (good 'til canceled). The strategy populates several indicators for the given dataframe, including RSI and Bollinger Bands. For the buy signal, the strategy checks if the RSI is above 30 and the closing price is below the lower Bollinger Band. For the sell signal, the strategy checks if the closing price is above the middle Bollinger Band. Please note that this description only provides a general overview of the strategy. The actual implementation may involve additional logic and considerations.

startup_candle_count : 50
rsi: 0.255%
stoploss: -0.99
timeframe: 1h
hash(sha256): a8a40d85edb57c5300d8c907d40a8d909612f13d9a85f8459f3ff84dc9fe10a5
indicators:
upper mid lower bb_middleband rsi
close bb_upperband bb_lowerband

No similar strategies found. (based on used indicators)

last change: 2023-10-29 03:26:19