Wordcloud
Strategy: SMAoffset_antipump_div
Downloaded: 20220307
Stoploss: -0.11


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The custom trading strategy described in the code implements a set of indicators and conditions for buying assets. Here is a breakdown of what the strategy does: Indicator Population: The strategy starts by populating various indicators based on the provided dataframe and metadata. These indicators include RSI (Relative Strength Index), rolling minimum and maximum values, valuewhen, moving averages (MA), hull moving averages (HMA), exponential moving averages (EMA), EWO (Elliott Wave Oscillator), and more.

Buy Trend Conditions: The strategy defines conditions for entering a buy trade.

The conditions are as follows: The "pump_strength" value should be below a certain threshold (antipump_threshold) and there should be no bearish conditions (bearCond and hiddenBearCond).

One of the following conditions should be satisfied: Bullish conditions (bullCond or hiddenBullCond) are present. The simple moving average (sma_9) is below a specific EMA (ma_buy_X) value. The fast RSI (rsi_fast) is between 4 and 35. The closing price is below a certain percentage (low_offset) of the EMA value (ma_buy_X). The EWO (Elliott Wave Oscillator) value is above a certain threshold (ewo_high). The RSI (rsi) is below a specific value (rsi_buy). The trading volume is above zero. The closing price is below a certain percentage (high_offset) of another EMA value (ma_sell_X). Sell Trend Conditions: The code snippet does not include the implementation of sell trend conditions. It focuses solely on the buy trend conditions. This strategy aims to identify potential buying opportunities based on the specified conditions and a combination of technical indicators. It is important to note that this is just a brief summary of the strategy based on the provided code, and there may be additional details and considerations not covered here.

startup_candle_count : 100
osc: -0.088%
min: -0.088%
prevMin: -0.088%
max: -0.132%
prevMax: -0.156%
valuewhen_plFound_osc: -0.592%
ma_sell_24: 0.001%
ma_sell2_24: 0.001%
zema_30: -0.015%
rsi: -0.088%
rsi_slow: -0.511%
rmi: -0.168%
stoploss: -0.11
timeframe: 5m
hash(sha256): 5f49ec6014884706ee62cc5abba13c31c5611c57289bc6365d31af675f773a4e
indicators:
rsi_buy priceLH oscHH close high_offset_2
ewo_high2 rsi_fast volume low_offset max
inrange_phFound_high high valuewhen pump_strength colFromIndex
runmode base_nb_candles_buy2 ewo_high oscLH ewo_low
priceLL valuewhen_plFound_osc priceHL inrange_plFound_osc maxdown
ma_sell_val zema_30 base_nb_candles_buy inrange_phFound_osc valuewhen_phFound_high
bearCond hma_9 bullCond hma_50 oscHL
prevMin roc ewo_low2 rsi hiddenBullCond
ewo_high_2 ema_9 ma_buy_val valuewhen_plFound_low plFound
low_offset_2 maxup

Similar Strategies: (based on used indicators)

Strategy: smaantipump, Similarity Score: 97.92%

last change: 2024-05-02 13:58:07