Wordcloud
Strategy: Supertrend_151
Downloaded: 20220113
Stoploss: -0.265
1hFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of Supertrend_4

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The Supertrend strategy is a trading strategy that utilizes the Supertrend indicator to generate buy and sell signals. The strategy calculates multiple Supertrend values based on different parameters and populates them in the input dataframe. In the populate_indicators function, the strategy iterates over different multiplier and period ranges to calculate Supertrend values for buying and selling.

These values are stored in the dataframe using specific column names.

The populate_buy_trend function populates the "buy" column in the dataframe based on certain conditions.

It checks if the Supertrend values for buying are "up" for all the specified multipliers and periods, and if the trading volume is greater than 0. If these conditions are met, the corresponding row is marked with a "1" in the "buy" column. Similarly, the populate_sell_trend function populates the "sell" column in the dataframe based on the Supertrend values for selling. It checks if the Supertrend values for selling are "down" for all the specified multipliers and periods, and if the trading volume is greater than 0. If these conditions are met, the corresponding row is marked with a "1" in the "sell" column. The Supertrend indicator itself is adapted for use with freqtrade, and the code provided calculates the Supertrend values based on the input dataframe. It calculates the upper and lower bounds, and iteratively determines the Supertrend values based on the previous values and the closing price. Overall, the Supertrend strategy aims to generate buy and sell signals based on the Supertrend indicator values, taking into account different parameter combinations.

stoploss: -0.265
timeframe: 1h
hash(sha256): 2a560ce50d9de9de33b6a98e2e80323c97e2b41de9048c39c6ce7731f6c0213a
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_2, 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: 2022-07-02 19:54:08