Wordcloud
Strategy: strategy_03_bb_rsi
Downloaded: 20220112
Stoploss: -0.427
1hSpotv2UnbiasedLink


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The bbrsi3Freq strategy is a backtesting strategy that uses several technical indicators to generate buy and sell signals for trading. Here's a breakdown of what the strategy does: populate_indicators function: Calculates the Relative Strength Index (RSI) indicator for the given DataFrame. Calculates Bollinger Bands with a window size of 20 and standard deviation of 1, and adds the lower band, middle band, and upper band values to the DataFrame.

Calculates Bollinger Bands with a window size of 20 and standard deviation of 3, and adds the lower band, middle band, and upper band values to the DataFrame.

Returns the DataFrame with all the calculated indicators.

populate_buy_trend function: Based on the indicators, identifies the buy signal. Sets the 'buy' column to 1 for the rows where the close price is below the lower band of the Bollinger Bands with 3 standard deviations. Returns the DataFrame with the 'buy' column populated. populate_sell_trend function: Based on the indicators, identifies the sell signal. Sets the 'sell' column to 1 for the rows where the RSI is above 41 and the close price is above the middle band of the Bollinger Bands with 1 standard deviation. Returns the DataFrame with the 'sell' column populated. In summary, this strategy combines the RSI indicator and Bollinger Bands to generate buy signals when the close price is below the lower band of the Bollinger Bands with 3 standard deviations, and sell signals when the RSI is above 41 and the close price is above the middle band of the Bollinger Bands with 1 standard deviation.

startup_candle_count : 30
rsi: 19.509%
Unable to parse Traceback (Logfile Exceeded Limit)
stoploss: -0.427
timeframe: 1h
hash(sha256): dcf94c1001eb9028071cc5db3a380666523c6156acdc345a3b8c4b31c973089d
indicators:
bb_upperband1 mid lower bb_lowerband1 upper
bb_middleband3 bb_upperband3 close bb_middleband1 rsi
bb_lowerband3

No similar strategies found. (based on used indicators)

last change: 2024-08-02 10:32:16