Wordcloud
Strategy: BbandRsiRolling_24
Downloaded: 20220112
Stoploss: -0.08
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of BbandRsiRolling

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The "BbandRsiRolling" strategy uses Bollinger Bands and the rolling RSI (Relative Strength Index) to determine when to make a buy decision in trading. The selling decision is solely based on achieving a minimal return on investment (ROI). The strategy calculates the RSI with a time period of 14 and also calculates the Bollinger Bands using a window of 20 and 2 standard deviations.

The RSI and Bollinger Bands indicators are then used to identify buying opportunities.

For the buy signal, the strategy looks for conditions where the rolling minimum of the RSI over the past 8 periods is below 37, indicating oversold conditions, and the closing price is below the lower Bollinger Band.

The selling decision is not explicitly defined in the provided code and requires additional implementation. You would need to add specific conditions in the populate_sell_trend function to determine when to sell. The strategy has a predefined minimal ROI for different time intervals, which has been determined through hyperopt optimization over a 270-day period. It also sets a stop loss at -8% to limit potential losses. The strategy operates on a 5-minute timeframe, meaning it analyzes and executes trades based on data within 5-minute intervals. Please note that the provided code snippet is incomplete, and the selling conditions need to be implemented for the strategy to work as intended.

stoploss: -0.08
timeframe: 5m
hash(sha256): 65f41dbba4c1b7adcfdc9ab716ee711e1c66bf3dff0b35be31a0d58826c8fa60

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-02 19:54:08