Wordcloud
Strategy: sample_strategy_2
Downloaded: 20220702
Stoploss: -0.1
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of sample_strategy_170

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The SampleStrategy class is a trading strategy that performs backtesting on a given DataFrame of exchange data. It aims to generate buy and sell signals based on technical analysis indicators. The strategy first populates the DataFrame with various technical indicators such as ADX, RSI, stochastic fastd and fastk, MACD, MFI, Bollinger Bands, SAR, TEMA, HTSINE, and HTLEADSINE.

These indicators provide insights into market trends, volatility, momentum, and other factors.

In the populate_buy_trend method, the strategy determines the buy signal based on specific conditions.

It checks if the RSI crosses above 30, the TEMA is below the Bollinger Bands middle band, the TEMA is rising, and the volume is not zero. If all conditions are met, the 'buy' column in the DataFrame is set to 1 for that particular data point. Similarly, in the populate_sell_trend method, the strategy determines the sell signal. It checks if the RSI crosses above 70, the TEMA is above the Bollinger Bands middle band, the TEMA is falling, and the volume is not zero. If all conditions are met, the 'sell' column in the DataFrame is set to 1 for that particular data point. By analyzing the buy and sell signals generated by this strategy, traders can make decisions on when to enter or exit positions in the market.

stoploss: -0.1
timeframe: 5m
hash(sha256): e2fb898346503b8436e2528ea95769abfa5a62e9f0733ba94ca24514dd6698a6
indicators:
upper htsine tema asks close
mfi bb_lowerband bb_percent macdhist fastk
htleadsine leadsine volume fastd best_ask
sar bids macdsignal mid bb_width
macd best_bid adx lower bb_middleband
rsi bb_upperband sine

Similar Strategies: (based on used indicators)

Strategy: FRAYSTRAT, Similarity Score: 96.55%
Strategy: Machete, Similarity Score: 96.55%
Strategy: MeoMeo99, Similarity Score: 96.55%
Strategy: MrFutu, Similarity Score: 96.55%
Strategy: STRATEGY_DEFAULT, Similarity Score: 96.55%
Strategy: Sar, Similarity Score: 96.55%
Strategy: SmithHoeckx, Similarity Score: 96.55%
Strategy: TEMA, Similarity Score: 96.55%
Strategy: TrainDeepQStrategy, Similarity Score: 96.55%
Strategy: bonafe, Similarity Score: 96.55%
Strategy: default, Similarity Score: 96.55%
Strategy: sample_strategy_151, Similarity Score: 96.55%
Strategy: sample_strategy_168, Similarity Score: 96.55%
Strategy: sample_strategy_170, Similarity Score: 96.55%
Strategy: sample_strategy_182, Similarity Score: 96.55%
Strategy: sample_strategy_193, Similarity Score: 96.55%
Strategy: sample_strategy_20, Similarity Score: 96.55%
Strategy: sample_strategy_215, Similarity Score: 96.55%
Strategy: sample_strategy_47, Similarity Score: 96.55%
Strategy: sample_strategy_56, Similarity Score: 96.55%
Strategy: sample_strategy_701, Similarity Score: 96.55%
Strategy: sample_strategy_902, Similarity Score: 96.55%
Strategy: winner, Similarity Score: 96.55%
Strategy: winner2, Similarity Score: 96.55%
Strategy: sample_strategy_643, Similarity Score: 93.1%
Strategy: firesoul, Similarity Score: 89.66%
Strategy: sample_strategy_34, Similarity Score: 86.21%
Strategy: sample_strategy_487, Similarity Score: 86.21%

last change: 2022-07-03 21:02:54