Wordcloud
Strategy: STRATEGY_RSI_BB_CROSS
Downloaded: 20220117
Stoploss: -0.1
5mSpotv2UnbiasedLink


Not Enough Data to display!

Average Overall
BuysAvgprofTotProfWin%DD%Time
234.75-0.13-6.686712.85132.72
SharpeSortinoCalmar
-2.97-3.38-5.25
Prof.FactorExpectancyCagr
0.4100
Trades/DayRejected Signals
7.98511.25
Ninja Score: 54
The STRATEGY_RSI_BB_CROSS strategy is a backtesting strategy that uses a combination of the Relative Strength Index (RSI) and Bollinger Bands indicators to generate buy and sell signals for trading. In the populate_indicators function, several indicators are calculated and added to the input dataframe. These indicators include Bollinger Bands (with upper, middle, and lower bands), Bollinger Bands percentage, RSI, and RSI percentage.

These indicators are used in the buy and sell decision-making process.

The populate_buy_trend function populates the buy signal in the dataframe based on certain conditions.

The buy signal is triggered when the following conditions are met: The Bollinger Bands percentage crosses above the RSI percentage. The Bollinger Bands percentage is less than 0.5. The RSI percentage is less than 0.5. The bb_below_rsi_count indicator is True (as calculated in the populate_indicators function) in the previous time step. Similarly, the populate_sell_trend function populates the sell signal in the dataframe based on certain conditions. The sell signal is triggered when the following conditions are met: The Bollinger Bands percentage crosses below the RSI percentage. The Bollinger Bands percentage is greater than 0.5. The RSI percentage is greater than 0.5. The bb_above_rsi_count indicator is True (as calculated in the populate_indicators function) in the previous time step. Overall, this strategy aims to capture potential buying opportunities when the Bollinger Bands and RSI indicators align in a specific way, and it suggests selling opportunities when the opposite alignment occurs.

startup_candle_count : 20
bb_lowerband: 0.517%
bb_middleband: 0.142%
bb_upperband: -0.230%
bb_percent: -94.210%
stoploss: -0.1
timeframe: 5m
hash(sha256): cdde6f56585477e51d022e027b61e9ae1d985bcfad9cc73985a2873f77c60a77
indicators:
bb_below_rsi_count upper tema bb_above_rsi close
bb_above_rsi_count bb_lowerband bb_percent volume 70
mid 30 rsi_percent bb_minus_rsi_percent lower
bb_middleband rsi bb_upperband bb_below_rsi

No similar strategies found. (based on used indicators)

last change: 2024-05-02 22:12:58