Wordcloud
Strategy: keltnerchannelrsi
Downloaded: 20230516
Stoploss: -0.3
5mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of keltnerchannel_3

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The "keltnerhopt" strategy is a backtesting strategy that uses Keltner Channels and RSI (Relative Strength Index) to generate buy and sell signals for trading. Here is a breakdown of what the strategy does: The strategy operates on daily timeframe data. The stoploss is set to -0.3, which means a maximum loss of 30% before selling.

The minimal_roi is set to {"0": 100}, which means the strategy will hold the position until a 100% return is achieved.

The strategy uses three hyperopt parameters for optimization: "window_range", "atrs_range", and "rsi_buy_hline".

The strategy calculates Keltner Channels using different window sizes and ATR (Average True Range) multiples. The strategy calculates the RSI indicator with a time period of 14. In the "populate_buy_trend" method, the strategy checks for a bullish signal when the price crosses above the upper band of the Keltner Channel and the RSI value is above the specified threshold. In the "populate_sell_trend" method, the strategy checks for a bearish signal when the price crosses below the middle band of the Keltner Channel. If the conditions for buying or selling are met, the respective "buy" or "sell" column in the dataframe is set to 1. Overall, the strategy aims to capture potential buying opportunities when the price is above the upper band of the Keltner Channel and the RSI is high, and selling opportunities when the price is below the middle band of the Keltner Channel.

stoploss: -0.3
timeframe: 5m
hash(sha256): 1bf7618887b8f6ab8979aee0dc79b21ba4eb712afc0b1da03a7dd2a90713573a
indicators:
f"kc_middleband_windows_atrss close rsi f"kc_upperband_windows_atrss

No similar strategies found. (based on used indicators)

last change: 2023-05-16 02:40:13