Wordcloud
Strategy: Strategy004_957
Downloaded: 20220307
Stoploss: -0.31


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
Strategy004 is a trading strategy that utilizes several technical analysis (TA) indicators to generate buy and sell signals for a given financial instrument. The strategy consists of two main functions: populate_indicators and populate_buy_trend. In the populate_indicators function, the strategy calculates and adds the following indicators to the given DataFrame: Average Directional Index (ADX) with two different periods: adx and slowadx.

Commodity Channel Index (CCI).

Stochastic Oscillator with a period of 5, including fastk, fastd, and their previous values.

Stochastic Oscillator with a period of 50, including slowfastk, slowfastd, and their previous values. Exponential Moving Average (EMA) with a time period of 5. Mean volume, which is the average volume of the financial instrument. The populate_buy_trend function is responsible for generating the buy signals based on the calculated indicators and predefined conditions. The conditions include: If the ADX or the slow ADX is above certain threshold values (buy_adx and buy_slowadx). If the CCI is below a specific value (buy_cci). If the previous values of fastk and fastd are below a given threshold value (buy_fastk_fastd). If the previous values of slowfastk and slowfastd are below a given threshold value (buy_slowfastk_slowfastd). If the previous value of fastk is lower than the previous value of fastd. If the current value of fastk is higher than the current value of fastd. If the mean volume is above a certain threshold (buy_mean_volume). If any of the conditions are met, the strategy sets the 'buy' column of the DataFrame to 1. Additionally, there is a populate_sell_trend function that generates sell signals based on specific conditions. The conditions include: If the slow ADX is below a certain threshold (sell_slowadx). If either fastk or fastd is above a given threshold (sell_fastk_fastd). If the previous value of fastk is lower than the previous value of fastd. If the current close price is higher than the EMA with a time period of 5. If any of the conditions are met, the strategy sets the 'sell' column of the DataFrame to 1. Overall, Strategy004 calculates various technical indicators and uses them to determine buy and sell signals based on predefined conditions, allowing for backtesting and evaluation of the strategy's performance.

Biased Indicators
mean-volume
stoploss: -0.31
timeframe: 5m
hash(sha256): 0229eca4366d34efae35acec3103b916d0b5c654fc55bd4da0327bb0a14f49fe
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_459, Similarity Score: 93.75%
Strategy: Strategy004_955, 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:31:40