Wordcloud
Strategy: sample_strategy_168
Downloaded: 20220112
Stoploss: -0.1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The SampleStrategy class is a trading strategy that utilizes various technical indicators to generate buy and sell signals. The strategy consists of three main methods: populate_indicators, populate_buy_trend, and populate_sell_trend. The populate_indicators method takes a DataFrame containing exchange data and adds several technical indicators to it.

These indicators include ADX (Average Directional Index), RSI (Relative Strength Index), Stochastic Fast, MACD (Moving Average Convergence Divergence), MFI (Money Flow Index), Bollinger Bands, SAR (Stop and Reverse), TEMA (Triple Exponential Moving Average), and HT_SINE (Hilbert Transform - SineWave).

By adding these indicators to the DataFrame, they become available for analysis in the strategy.

The populate_buy_trend method populates the "buy" column in the DataFrame based on the values of the technical indicators. The buy signal is triggered when the RSI crosses above a certain threshold (self.buy_rsi.value), the TEMA is below the Bollinger Bands middle band, the TEMA is rising (compared to the previous value), and the volume is greater than 0. The populate_sell_trend method populates the "sell" column in the DataFrame based on the values of the technical indicators. The sell signal is triggered when the RSI crosses above a certain threshold (self.sell_rsi.value), the TEMA is above the Bollinger Bands middle band, the TEMA is falling (compared to the previous value), and the volume is greater than 0. Overall, this strategy aims to identify potential buying opportunities when certain conditions are met and selling opportunities when other conditions are met. It leverages a combination of technical indicators to make these decisions.

startup_candle_count : 30
rsi: -4.030%
tema: 0.002%
stoploss: -0.1
timeframe: 5m
hash(sha256): e24085d0e436c3584f9f078c8b0eaba4aaaaf4de0db33382f29ea94af2f2fef6
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_170, Similarity Score: 96.55%
Strategy: sample_strategy_182, Similarity Score: 96.55%
Strategy: sample_strategy_193, Similarity Score: 96.55%
Strategy: sample_strategy_2, 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: 2023-10-30 21:07:42