Wordcloud
Strategy: bbrsi_train
Downloaded: 20220702
Stoploss: -0.325


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The BBRSI_Train strategy is a trading strategy that uses Bollinger Bands and RSI (Relative Strength Index) indicators to generate buy and sell signals. In the populate_indicators method, several indicators are added to the input DataFrame. These include: RSI: Relative Strength Index calculated from the DataFrame's data.

Bollinger Bands are then calculated using the qtpylib.bollinger_bands function, with different standard deviation values (2, 1, and 3) and a window size of 20.

The resulting upper, middle, and lower bands are added to the DataFrame as follows: bb_lowerband, bb_middleband, bb_upperband (stds=2) bb_lowerband1, bb_middleband1, bb_upperband1 (stds=1) bb_lowerband3, bb_middleband3, bb_upperband3 (stds=3) The populate_buy_trend method populates the buy signal column in the DataFrame.

The buy signal is triggered when the closing price is below the bb_lowerband1. The populate_sell_trend method populates the sell signal column in the DataFrame. The sell signal is triggered when the closing price is above the bb_lowerband1. Overall, this strategy combines Bollinger Bands and RSI indicators to identify potential buying opportunities when the price is below the lower Bollinger Band and selling opportunities when the price is above the lower Bollinger Band.

stoploss: -0.325
timeframe: 30m
hash(sha256): 8efb1fe11ca35147c566b70f241f54e7053783ecdc64139d8359ff8f750bd6aa
indicators:
upper mid lower bb_lowerband1 bb_upperband1
bb_middleband3 bb_upperband3 bb_middleband rsi bb_middleband1
close bb_upperband bb_lowerband bb_lowerband3

Similar Strategies: (based on used indicators)

Strategy: BBRSI0506, Similarity Score: 93.33%
Strategy: BBRSIHyperStrategy, Similarity Score: 93.33%
Strategy: BBRSIStochHyperStrategy, Similarity Score: 93.33%
Strategy: Bandtastic, Similarity Score: 93.33%
Strategy: Discord_1_BBRSIhyopt, Similarity Score: 93.33%
Strategy: Discord_BBRSIhyopt, Similarity Score: 93.33%
Strategy: FrostAuraM115mStrategy, Similarity Score: 93.33%
Strategy: FrostAuraM11hStrategy, Similarity Score: 93.33%
Strategy: FrostAuraM315mStrategy, Similarity Score: 93.33%
Strategy: FrostAuraM31hStrategy, Similarity Score: 93.33%
Strategy: bbandrsi_778, Similarity Score: 93.33%
Strategy: bbrsi_2, Similarity Score: 93.33%
Strategy: bbrsi_924, Similarity Score: 93.33%
Strategy: bbrsi_final, Similarity Score: 93.33%
Strategy: strategy_03_bb_rsi, Similarity Score: 93.33%
Strategy: strategy_04_bb_rsi, Similarity Score: 93.33%
Strategy: strategy_06_bb_rsi, Similarity Score: 93.33%
Strategy: strategy_08_bb_rsi, Similarity Score: 93.33%

last change: 2023-09-02 18:56:58