Wordcloud
Strategy: examplefreqtrade4
Downloaded: 20230421
Stoploss: -0.1

Strategy failed backtesting!
Reason: Duplicate of Strategy004_302

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The Examplestrategy4 is a trading strategy that utilizes technical analysis indicators to generate buy and sell signals for trading. Here's a breakdown of what the strategy does: The strategy calculates and uses the following indicators: ADX (Average Directional Index) CCI (Commodity Channel Index) Stochastic Oscillator (fast and slow) EMA (Exponential Moving Average) Mean Volume The strategy defines a set of parameters, including: minimal_roi: Defines the minimum return on investment (ROI) levels for different time periods. stoploss: Sets the optimal stop-loss level.

ticker_interval: Specifies the desired interval for ticker data (e.g., 5 minutes).

The populate_indicators function adds the calculated indicators to the given DataFrame.

The populate_buy_trend function populates the "buy" column in the DataFrame based on specific conditions involving the indicators. The conditions include requirements such as ADX and CCI thresholds, Stochastic Oscillator values, volume, and price level. The populate_sell_trend function populates the "sell" column in the DataFrame based on conditions that indicate a potential sell signal. These conditions include thresholds for ADX, Stochastic Oscillator values, and the relationship between the current price and the EMA. By backtesting this strategy on historical data, you can evaluate its performance and assess its effectiveness in generating profitable trading signals.

stoploss: -0.1
timeframe: 5m
hash(sha256): b3190104afc5db6cf98a731582fd74e824eb122974970fa638fe9178d271ab8f

Was not able to fetch indicators from Strategyfile.

last change: 2023-04-21 15:45:35