Wordcloud
Strategy: Strategy004_747
Downloaded: 20220116
Stoploss: -0.1

Strategy failed backtesting!
Reason: Duplicate of Strategy004_302

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The Strategy004 class is a trading strategy implemented as part of a backtesting website. It performs the following tasks: populate_indicators: This method adds various technical analysis (TA) indicators to a given DataFrame. The indicators used include ADX (Average Directional Index), CCI (Commodity Channel Index), STOCHF (Stochastic Oscillator Fast), EMA (Exponential Moving Average), and a mean volume indicator.

These indicators are calculated and added as columns to the DataFrame.

populate_buy_trend: This method populates the buy signal for the DataFrame based on the TA indicators.

It sets the 'buy' column to 1 for rows that satisfy specific conditions. The conditions include thresholds for ADX, CCI, previous fastk and fastd values, previous slowfastk and slowfastd values, current fastk and fastd comparison, and mean volume. populate_sell_trend: This method populates the sell signal for the DataFrame based on certain conditions. It sets the 'sell' column to 1 for rows that meet specific conditions. The conditions include thresholds for slowadx, fastk, fastd, previous fastk and fastd comparison, and close price compared to the EMA5 (5-period Exponential Moving Average). These methods modify the DataFrame by adding the 'buy' and 'sell' columns, which indicate the signals generated by the strategy for buying and selling assets.

stoploss: -0.1
timeframe: 5m
hash(sha256): 2b73073c593fcff1b69b08799008d452867686435f6423f88b843444221cf1da

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-11 00:06:50