Wordcloud
Strategy: bbrsi_v3
Downloaded: 20220702
Stoploss: -0.171
30mSpotv2UnbiasedLink


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The BBRSIV3 strategy is a trading strategy that uses Bollinger Bands and the Relative Strength Index (RSI) as indicators to generate buy and sell signals. Here is a brief description of what the strategy does: populate_indicators: This function adds the RSI and Bollinger Bands indicators to the given DataFrame. It calculates the RSI using the dataframe's data and calculates the Bollinger Bands using the typical price of the dataframe with a window of 20 and 3 standard deviations.

populate_buy_trend: Based on the TA indicators, this function populates the buy signal for the dataframe.

It checks if the closing price is below the lower Bollinger Band and assigns a value of 1 to the 'buy' column of the dataframe.

populate_sell_trend: Similar to the previous function, this one populates the sell signal for the dataframe. It checks if the closing price is above the middle Bollinger Band and assigns a value of 1 to the 'sell' column of the dataframe. The strategy essentially looks for buying opportunities when the price is below the lower Bollinger Band and selling opportunities when the price is above the middle Bollinger Band. The RSI indicator is not directly used in generating the buy and sell signals in this code snippet.

startup_candle_count : 20
rsi: 21.857%
bb_lowerband: 0.911%
bb_middleband: 0.191%
bb_upperband: -0.496%
Unable to parse Traceback (Logfile Exceeded Limit)
stoploss: -0.171
timeframe: 30m
hash(sha256): 7d025a3d0d50b70ce67d24253cbf88d7f9b9e3d383acad3412de89d83a4c47f6
indicators:
upper mid lower bb_middleband rsi
close bb_upperband bb_lowerband

No similar strategies found. (based on used indicators)

last change: 2024-08-02 09:05:43