Wordcloud
Strategy: Strategy004_459
Downloaded: 20220117
Stoploss: -0.33


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Strategy004 class is a trading strategy that uses various technical analysis (TA) indicators to generate buy and sell signals. Here's a breakdown of what the strategy does: populate_indicators method: Adds the following TA indicators to the given DataFrame: Average Directional Index (ADX) with two different periods: adx and slowadx Commodity Channel Index (CCI): cci Stochastic Fast %D and %K values: fastd, fastk, fastk-previous, fastd-previous Stochastic Slow %D and %K values: slowfastd, slowfastk, slowfastk-previous, slowfastd-previous Exponential Moving Average (EMA) with a time period of 5: ema5 Mean volume: mean-volume Returns the updated DataFrame with the added indicators. populate_buy_trend method: Based on the TA indicators, populates the buy signal for the DataFrame.

The buy signal conditions include: ADX conditions: either adx or slowadx values meet the specified thresholds.

CCI condition: cci value is below a specified threshold.

Stochastic Fast %K and %D conditions: both fastk-previous and fastd-previous values are below a specified threshold. Stochastic Slow %K and %D conditions: both slowfastk-previous and slowfastd-previous values are below a specified threshold. Additional conditions related to fastk, fastd, mean volume, and their previous values. If any of the conditions are met, the 'buy' column in the DataFrame is set to 1. Returns the updated DataFrame. populate_sell_trend method: Based on the TA indicators, populates the sell signal for the DataFrame. The sell signal conditions include: Slow ADX condition: slowadx value is below a specified threshold. Stochastic Fast %K and %D conditions: either fastk or fastd value is above a specified threshold. Additional condition related to the closing price and the EMA5 indicator. If any of the conditions are met, the 'sell' column in the DataFrame is set to 1. Returns the updated DataFrame. Overall, this strategy utilizes indicators like ADX, CCI, Stochastic oscillators, EMA, and volume to determine buy and sell signals based on specified thresholds.

Biased Indicators
mean-volume
stoploss: -0.33
timeframe: 5m
hash(sha256): 92e5c079b7e1486086bdf3a739777fb2c3351993f67511235df52f2ae68d53a3
indicators:
meanvolume slowfastkprevious slowfastdprevious adx slowfastd
volume slowadx close cci fastkprevious
ema5 fastd fastk slowfastk fastdprevious

Similar Strategies: (based on used indicators)

Strategy: HYPERLUNCHPATTERNS, Similarity Score: 93.75%
Strategy: Strategy004_302, Similarity Score: 93.75%
Strategy: Strategy004_395, Similarity Score: 93.75%
Strategy: Strategy004_955, Similarity Score: 93.75%
Strategy: Strategy004_957, Similarity Score: 93.75%
Strategy: beautiful_gain, Similarity Score: 93.75%
Strategy: strategy004_2, Similarity Score: 93.75%
Strategy: strategy004_3, Similarity Score: 93.75%
Strategy: strategy004_4, Similarity Score: 93.75%
Strategy: strategy004_5, Similarity Score: 93.75%

last change: 2023-07-04 02:49:32