Wordcloud
Strategy: s14
Downloaded: 20220117
Stoploss: -0.1
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of Strategy001_custom_sell_231

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The S14 strategy is a trading strategy that uses technical indicators to generate buy and sell signals. Here's a short description of what the strategy does: The strategy uses three exponential moving averages (EMA) with periods of 20, 50, and 100 to identify trends in the price data. It also calculates the Heikin Ashi candlestick values, which smooth out price fluctuations.

The relative strength index (RSI) is calculated with a period of 14 to identify overbought and oversold conditions.

For generating buy signals: The strategy looks for a bullish crossover where the 20-period EMA crosses above the 50-period EMA.

It checks if the Heikin Ashi close is above the 20-period EMA and if the Heikin Ashi open is lower than the close (green bar). For generating sell signals: The strategy looks for a bearish crossover where the 50-period EMA crosses above the 100-period EMA. It checks if the Heikin Ashi close is below the 20-period EMA and if the Heikin Ashi open is higher than the close (red bar). Additionally, the strategy implements a custom sell function called "custom_sell" which overrides the default sell behavior. In this custom sell function: The strategy checks if the RSI is greater than 70 and the current profit is positive. If both conditions are met, it generates a sell signal with the reason "rsi_profit_sell". Otherwise, it holds the position. The strategy uses a minimal return on investment (ROI) configuration, a stop loss percentage, and a 5-minute timeframe for trading. It does not use a trailing stop loss and does not process indicators for each candle, but only for new candles. The strategy also specifies order types for different actions. Please note that this is a simplified description of the strategy, and there may be additional details and considerations involved in its actual implementation.

stoploss: -0.1
timeframe: 5m
hash(sha256): 5775a898d382088b51eafd89d77a93fa6d5e3c570ae3f2909eb91de954159343

Was not able to fetch indicators from Strategyfile.

last change: 2022-07-02 19:54:08