Wordcloud
Strategy: Supertrend_388
Downloaded: 20220112
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 an indicator-based trading strategy implemented for backtesting purposes on a website. The strategy utilizes the Supertrend indicator, which is adapted for use with freqtrade. The goal of the strategy is to identify potential buying and selling opportunities based on the Supertrend indicator's signals.

Here's a breakdown of what the strategy does: In the populate_indicators function: The Supertrend indicator is calculated for various combinations of multipliers and periods.

The indicator values are stored in the dataframe for each combination.

In the populate_buy_trend function: The strategy checks if the Supertrend indicator values for three different combinations of multipliers and periods are all 'up' for the current candle. It also verifies that there is some trading volume. If the conditions are met, a 'buy' signal is generated in the dataframe. In the populate_sell_trend function: The strategy checks if the Supertrend indicator values for three different combinations of multipliers and periods are all 'down' for the current candle. It also verifies that there is some trading volume. If the conditions are met, a 'sell' signal is generated in the dataframe. Additionally, the Supertrend indicator itself is calculated based on the following steps: ATR (Average True Range) and TR (True Range) are calculated for the dataframe. Upper and lower basic bounds are calculated using the high, low, and ATR values. Final upper and lower bounds are calculated based on the basic bounds and previous values. The Supertrend values are determined based on the relationship between the final bounds and previous Supertrend values. Finally, the Supertrend values are classified as 'up' or 'down' based on the close price. The strategy employs multiple combinations of multipliers and periods to capture different market conditions and generate signals accordingly.

stoploss: -0.265
timeframe: 1h
hash(sha256): 3c2092089970ee1bc60e8e00cba045f209d8a21e2ae3e0fac46fdb42ae0d9816
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_2, 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