Wordcloud
Strategy: bbbrsi_naive_strategy
Downloaded: 20220112
Stoploss: -0.1
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of bbrsi_naive_strategy_904

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The BBRSINaiveStrategy is a trading strategy that uses the combination of Bollinger Bands and RSI (Relative Strength Index) indicators to generate buy and sell signals. Here's a breakdown of what the strategy does: Indicator Population: RSI: Calculates the RSI indicator for the given dataframe. Bollinger Bands: Calculates the upper, middle, and lower bands of the Bollinger Bands indicator using the typical price of the dataframe.

Buy Signal: Condition: The RSI value is above 25 and the closing price is below the lower Bollinger Band.

Action: Sets the 'buy' column of the dataframe to 1 for the corresponding rows that meet the condition.

Sell Signal: Condition: The RSI value is above 70 and the closing price is above the middle Bollinger Band. Action: Sets the 'sell' column of the dataframe to 1 for the corresponding rows that meet the condition. Other important details about the strategy: The strategy defines a minimal return on investment (ROI) and a stop loss value. It operates on 5-minute candlestick data. It requires a startup candle count of 30 before producing valid signals. It uses limit orders for buying and selling, and market orders for stop-loss. It plots various indicators such as RSI, Bollinger Bands, MACD, and SAR. Note: This is a sample strategy provided for customization. Feel free to modify and adapt it to your specific needs.

stoploss: -0.1
timeframe: 5m
hash(sha256): 5e90a00c5b22d8caec067eb678b8b58207d4a20c8346dbdf0376026c1e18eafd
indicators:
upper mid lower close bb_midband
rsi bb_upperband bb_lowerband

No similar strategies found. (based on used indicators)

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