Wordcloud
Strategy: TDSequentialStrategy_19
Downloaded: 20220204
Stoploss: -0.05
1hFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of TDSequentialStrategy_602

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The TDSequentialStrategy is a trading strategy that uses various technical indicators to generate buy and sell signals. The strategy is implemented as a class and consists of three main functions: populate_indicators, populate_buy_trend, and populate_sell_trend. The populate_indicators function adds several technical indicators to the given DataFrame, such as "exceed_high" and "exceed_low." These indicators are used to track whether the price exceeds certain high or low thresholds.

The populate_buy_trend function populates the "buy" column in the DataFrame based on the generated indicators.

It sets the value to 1 when the price exceeds the lower threshold ("exceed_low") and the "seq_buy" value is greater than 8.

Similarly, the populate_sell_trend function populates the "sell" column in the DataFrame based on the indicators. It sets the value to 1 when the price exceeds the upper threshold ("exceed_high") or the "seq_sell" value is greater than 8. Overall, the strategy aims to identify potential buying and selling opportunities based on the price movement and predefined conditions.

stoploss: -0.05
timeframe: 1h
hash(sha256): 8d1d5424804e52b7f360d38f9a7684bd01566b35bcc078d144c660f2c6cd407b

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-02 19:54:08