Wordcloud
Strategy: Strategy001_custom_sell
Downloaded: 20220112
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 strategy, called "Strategy001_custom_sell," is a backtesting strategy for trading. Here is a short description of what the strategy does: It uses various technical analysis indicators to make trading decisions. The strategy is designed to be used on the 5-minute timeframe.

It calculates exponential moving averages (EMA) with different time periods (20, 50, and 100) and Heikin-Ashi candlesticks.

It calculates the relative strength index (RSI) with a period of 14.

The buy signal is generated when the 20-period EMA crosses above the 50-period EMA, the Heikin-Ashi close is above the 20-period EMA, and the Heikin-Ashi open is lower than the close. The sell signal is generated when the 50-period EMA crosses above the 100-period EMA, the Heikin-Ashi close is below the 20-period EMA, and the Heikin-Ashi open is higher than the close. The strategy has a custom sell condition in addition to the sell signal. If the RSI is greater than 70 and the profit is positive, it sells the asset. The strategy has predefined ROI (Return on Investment) and stop-loss values. It does not use trailing stop loss. The strategy can be run using the command "python3 ./freqtrade/main.py -s Strategy001_custom_sell". Please note that this is a brief summary of the strategy, and there may be additional details and nuances in the code implementation.

stoploss: -0.1
timeframe: 5m
hash(sha256): afa6c580dbd9996255f27fdd6b61c25eb4f8687bc8c4d420d8bff780eb32ad30
indicators:
ema20 ema100 close ha_close rsi
open ema50 ha_open

No similar strategies found. (based on used indicators)

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