Wordcloud
Strategy: HarmonicDivergence
Downloaded: 20220115
Stoploss: -0.02


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The HarmonicDivergence strategy is a trading strategy that utilizes various technical indicators to generate buy and sell signals. Here is a breakdown of what the strategy does: In the populate_indicators method, several technical indicators are calculated and added to the input DataFrame. These indicators include RSI (Relative Strength Index), Stochastic Oscillator, Rate of Change, Ultimate Oscillator, Awesome Oscillator, MACD (Moving Average Convergence Divergence), CCI (Commodity Channel Index), Chaikin Money Flow, On Balance Volume, MFI (Money Flow Index), ADX (Average Directional Index), ATR (Average True Range), Keltner Channels, Bollinger Bands, and various Exponential Moving Averages (EMA).

The populate_buy_trend method populates the buy signal for the DataFrame based on the calculated indicators.

The conditions for a buy signal include the presence of bullish divergences, certain band checks, and non-zero volume.

The populate_sell_trend method populates the sell signal for the DataFrame. The condition for a sell signal is non-zero volume. The current_stoploss method calculates the stop-loss price based on the current rate and the buy candle's low price minus the ATR (Average True Range). If the stop-loss is triggered, it returns the loss percentage. The current_takeprofit method calculates the take-profit price based on the current rate and the buy candle's high price plus the ATR. It returns a profit percentage of 1 if the take-profit is not reached. Various indicator checks are defined as separate methods. These checks evaluate different conditions using the DataFrame and return boolean values indicating whether the conditions are met or not. The checks include Keltner Channels, Bollinger Bands, EMA crossovers, and more. Overall, the HarmonicDivergence strategy combines multiple technical indicators to identify potential buy and sell signals in the market. It also provides methods to calculate stop-loss and take-profit levels for managing risk and profitability.

stoploss: -0.02
timeframe: 15m
hash(sha256): 2c03c90297546d8c712e3f6d2737bcd493ee0fa6b1df179bc701ab57f15aa30d
indicators:
pivot_lowsprev_pivot total_bullish_divergences_count upper dataframe ema20
total_bearish_divergences close bullish_divergence_  indicator
 _occurence uo mfi bearish_divergence_
 indicator  _occurence obv
resamplehigh indicator_sourceprev_pivot total_bearish_divergencesindex total_bullish_divergences_countindex30 pivot_lowscurrent_pivot
bullish_divergence_ bearish_divergence_ volume total_bearish_divergences_namesindex30 pivot_lows
total_bearish_divergences_count pivot_highscurrent_pivot pivot_hi

Similar Strategies: (based on used indicators)

Strategy: FocusDivergence, Similarity Score: 85.29%

last change: 2024-05-02 10:48:05