Wordcloud
Strategy: BB_Strategy04
Downloaded: 20220113
Stoploss: -0.325


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The BB_Strategy04 is a trading strategy that utilizes several technical analysis (TA) indicators to generate buy and sell signals for a given dataset. The strategy consists of three main components: indicator population, buy signal population, and sell signal population. In the populate_indicators method, the strategy adds various TA indicators to the input DataFrame.

These indicators include the Relative Strength Index (RSI) and Bollinger Bands.

Bollinger Bands are calculated for two standard deviations (std) values: 1 and 2.

The lower, middle, and upper Bollinger Bands are added as columns to the DataFrame. The populate_buy_trend method populates the buy signal based on the TA indicators. It sets the 'buy' column to 1 for rows where the closing price is below the lower Bollinger Band (with std=2) and above the stop loss threshold (calculated as the lower Bollinger Band multiplied by (1 + self.stoploss)). The populate_sell_trend method populates the sell signal based on the TA indicators. It sets the 'sell' column to 1 for rows where the closing price is above the upper Bollinger Band (with std=2). Overall, the strategy uses Bollinger Bands and RSI indicators to identify potential buying and selling opportunities based on the price movements relative to these indicators.

startup_candle_count : 10
bb_lowerband1: 1.036%
bb_middleband1: 0.974%
bb_upperband1: 0.913%
bb_lowerband2: 1.099%
bb_middleband2: 0.974%
bb_upperband2: 0.852%
stoploss: -0.325
timeframe: 1h
hash(sha256): 2a60152047507d01ec617d944460eb917df2c308c9d94c629e48e4d94a2dfc4d
indicators:
bb_upperbandstd upper mid lower bb_lowerband2*1
bb_middlebandstd bb_lowerbandstd close rsi bb_lowerband2
bb_upperband2

No similar strategies found. (based on used indicators)

last change: 2023-07-01 20:18:57