Wordcloud
Strategy: Discord_Supertrend
Downloaded: 20220726
Stoploss: -0.265


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The SuperTrend strategy implemented in the given code is a technical analysis-based strategy that combines multiple indicators to generate buy and sell signals for trading. Here's a short description of what the strategy does: populate_indicators function: Calculates the SuperTrend indicator with different parameter combinations (3, 12), (1, 10), and (2, 11) using the supertrend function. Adds the calculated SuperTrend values to the dataframe.

Calculates Bollinger Bands with a window of 20 and 2 standard deviations.

Adds the lower band, middle band, and upper band values of the Bollinger Bands to the dataframe.

Returns the updated dataframe. populate_buy_trend function: Identifies the buy signals based on the SuperTrend indicator values. Checks if the SuperTrend values for all three combinations (3, 12), (1, 10), and (2, 11) are "up." If all three SuperTrend values are "up," sets the 'buy' column in the dataframe to 1. Returns the updated dataframe. populate_sell_trend function: Identifies the sell signals based on the SuperTrend indicator values. Checks if the SuperTrend values for all three combinations (3, 12), (1, 10), and (2, 11) are "down." If all three SuperTrend values are "down," sets the 'sell' column in the dataframe to 1. Returns the updated dataframe. Overall, the SuperTrend strategy uses the SuperTrend indicator and Bollinger Bands to generate buy signals when all three SuperTrend values are "up" and sell signals when all three SuperTrend values are "down."

stoploss: -0.265
timeframe: 1h
hash(sha256): 5155f73b50f0231cebcf83bf9d7a38a7742cf94a67ac0919eb09baa825ffc416
indicators:
basic_ub close supertrend_3_sell_multiplier_period volume ATR
STX supertrend_1_sell_multiplier_period supertrend_2_buy_multiplier_period high supertrend_3_buy_multiplier_period
supertrend_2_sell_multiplier_period final_ub basic_lb TR final_lb
rsi supertrend_1_buy_multiplier_period low basic_ub basic_lb
final_ub final_lb

Similar Strategies: (based on used indicators)

Strategy: Discord_SuperTrend, Similarity Score: 95.65%
Strategy: SuperTrend, Similarity Score: 91.3%
Strategy: Supertrend, Similarity Score: 91.3%
Strategy: SupertrendHopt, Similarity Score: 91.3%
Strategy: Supertrend_151, Similarity Score: 91.3%
Strategy: Supertrend_2, Similarity Score: 91.3%
Strategy: Supertrend_388, Similarity Score: 91.3%
Strategy: Supertrend_4, Similarity Score: 91.3%
Strategy: Supertrend_460, Similarity Score: 91.3%
Strategy: Supertrend_871, Similarity Score: 91.3%
Strategy: Supertrend_commented, Similarity Score: 91.3%

last change: 2023-07-06 07:05:43