Wordcloud
Strategy: Supertrend_2
Downloaded: 20220723
Stoploss: -0.265


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Supertrend strategy is a trading strategy that uses multiple Supertrend indicators to determine buy and sell signals. The strategy calculates various Supertrend indicators with different parameters and populates them in the dataframe. The indicators are calculated based on the high, low, close, and volume data of the asset being traded.

In the populate_indicators function, the strategy iterates over different multiplier and period values to calculate the Supertrend indicators.

The calculated indicators are stored in the dataframe.

The populate_buy_trend function determines the buy signals based on the Supertrend indicators. It checks if the three Supertrend indicators are in the "up" direction for the current candle and if there is sufficient trading volume. If these conditions are met, a "buy" signal is generated. Similarly, the populate_sell_trend function determines the sell signals based on the Supertrend indicators. It checks if the three Supertrend indicators are in the "down" direction for the current candle and if there is sufficient trading volume. If these conditions are met, a "sell" signal is generated. The Supertrend indicator itself is adapted for the freqtrade library and calculates the upper and lower bounds of the indicator using the average true range (ATR) and a multiplier. It then determines the final upper and lower bounds based on the previous values and the current candle's price. The Supertrend value (ST) and Supertrend direction (STX) are calculated based on these bounds and the closing price of the candle. Overall, the Supertrend strategy aims to identify potential buying and selling opportunities based on the Supertrend indicator's signals and is implemented using the IStrategy interface.

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

Similar Strategies: (based on used indicators)

Strategy: Discord_SuperTrend, Similarity Score: 95.45%
Strategy: Discord_Supertrend, Similarity Score: 95.45%
Strategy: SuperTrend, Similarity Score: 95.45%
Strategy: Supertrend, Similarity Score: 95.45%
Strategy: SupertrendHopt, Similarity Score: 95.45%
Strategy: Supertrend_151, Similarity Score: 95.45%
Strategy: Supertrend_388, Similarity Score: 95.45%
Strategy: Supertrend_4, Similarity Score: 95.45%
Strategy: Supertrend_460, Similarity Score: 95.45%
Strategy: Supertrend_871, Similarity Score: 95.45%
Strategy: Supertrend_commented, Similarity Score: 95.45%
Strategy: Supertrend_296, Similarity Score: 90.91%

last change: 2023-10-27 06:45:12