logo
TradeSearcher

Combined Strategy Trading Bot (RSI ADX 20SMA)

Script from: TradingView

Swing

Breakout

Trend following

Momentum

Bot

The Combined Strategy Trading Bot employs the ADX and Pine SuperTrend indicators for trend detection, alongside RSI for momentum. The bot determines entry and exit points using calculated ADX values, SuperTrend positioning, and RSI levels relative to overbought and oversold thresholds. It further incorporates a 20-period SMA for trend confirmation and applies a Channel Breakout Strategy by evaluating price against channel bounds, all integrated into a single Pine Script™ strategy on TradingView.

BONK / TetherUS (BONKUSDT)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ Daily

1.76

Risk Reward

1,193.83 %

Total ROI

84

Total Trades

PEPE / TetherUS (PEPEUSDT)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ Daily

1.30

Risk Reward

915.43 %

Total ROI

124

Total Trades

Mantle (MNTUSD)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ 4 h

1.30

Risk Reward

997.09 %

Total ROI

872

Total Trades

FLOKI / TetherUS (FLOKIUSDT)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ Daily

1.21

Risk Reward

485.13 %

Total ROI

129

Total Trades

Kaspa (KASUSD)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ 4 h

1.19

Risk Reward

31,631.68 %

Total ROI

956

Total Trades

Mantle (MNTUSD)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ 2 h

1.14

Risk Reward

923.57 %

Total ROI

1705

Total Trades

ZIM Integrated Shipping Services Ltd. (ZIM)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ 2 h

1.35

Risk Reward

5,867.31 %

Total ROI

777

Total Trades

ZIM Integrated Shipping Services Ltd. (ZIM)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ 1 h

1.35

Risk Reward

9,509.02 %

Total ROI

1457

Total Trades

Tesla, Inc. (TSLA)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ 1 h

1.32

Risk Reward

36,615.58 %

Total ROI

3529

Total Trades

Kohl's Corporation (KSS)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ 1 h

1.25

Risk Reward

40,176.01 %

Total ROI

3931

Total Trades

Tesla, Inc. (TSLA)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ 2 h

1.25

Risk Reward

193,617.56 %

Total ROI

2348

Total Trades

Caterpillar, Inc. (CAT)

+ Combined Strategy Trading Bot (RSI ADX 20SMA)

@ 4 h

1.21

Risk Reward

4,242.07 %

Total ROI

2138

Total Trades
Create your account for free to see all 206+ backtests

Access filters, details, best timeframes, explore 100K+ backtests and more

Active Trades

Create your account  to see on which symbols Combined Strategy Trading Bot (RSI ADX 20SMA) is currently trading on.

Popular TradingView Strategies

Find the best trading strategy for your trading styte

Guide

How does the Combined Strategy Trading Bot (RSI ADX 20SMA) strategy work ?

The Combined Strategy Trading Bot (RSI ADX 20SMA) is configured to integrate multiple technical indicators in order to inform trading decisions on the TradingView platform. The core aspects of this strategy are the use of the ADX (Average Directional Movement Index) alongside the Pine SuperTrend indicator, which aid in determining the direction and strength of market trends. The SuperTrend indicator is specifically utilized for signaling potential entry and exit points by comparing the price with calculated trend bands.

The RSI (Relative Strength Index), another key component, signals overbought or oversold market conditions by assessing the velocity and magnitude of price movements. The synergy between these indicators is further enhanced with the application of a 20-period Simple Moving Average (SMA), which helps to smooth out price data and provide a clearer view of the current market trend.

In addition to these core indicators, the strategy employs dynamic calculations for trade entries using the strategy.entry() function. This function takes into account trend direction indicated by the Pine SuperTrend, the position of the price in relation to the 20-period SMA, and RSI thresholds for overbought and oversold conditions.

Finally, the strategy incorporates a Channel Breakout Strategy that uses the highest high and the lowest low within a specified period to create a channel, triggering trades when the price breaks out of this channel. These components are all combined to form a comprehensive trading system in Pine Script for automated buy and sell execution based on the defined criteria.

How to use the Combined Strategy Trading Bot (RSI ADX 20SMA) strategy ?

This trading strategy combines ADX and DI indicators, SuperTrend, RSI, and a simple moving average (SMA), along with a channel breakout component to generate buy and sell signals on the chart overlay.

To trade this strategy manually on TradingView:

  • Set the ADX Smoothing and DI Length to 7 periods. Calculate the ADX indicator using the 'dirmov' and 'adx' functions, with conditions that consider the relationship between the plus and minus directional indicators and their absolute difference.
  • Implement SuperTrend using a multiplier of 3 and ATR period of 10. This requires calculating the ATR and then the SuperTrend's upper and lower bands. Trend direction changes based on the relationship between closing prices and these bands.
  • Use a 20-period SMA for trend verification and a 14-period RSI to determine overbought (OB level at 70) and oversold (OS level at 30) conditions.
  • Define entry conditions as follows: Buy when the price is in an uptrend, above both the SuperTrend and the SMA20, and when the RSI indicates an oversold market.
  • Close the position if the price crosses under the SMA20 or the RSI indicates an overbought condition.
  • For the channel breakout, set the length to 5 periods. Consider the highest high and lowest low over this span to determine the up and down bounds, respectively. Enter a long position when the price breaks above the upper bound, and a short position when it breaks below the lower bound.

How to optimize the Combined Strategy Trading Bot (RSI ADX 20SMA) trading strategy ?

Improving the Combined Strategy Trading Bot (RSI ADX 20SMA) strategy manually involves a multifaceted approach that tailors the existing automated framework for discretionary trading. An effective plan should incorporate refinement of indicator settings, incorporation of additional market analysis, and continuous performance evaluation.

  • Indicator Optimization: Experiment with the ADX and DI period settings beyond the default 7 periods to align with the market's volatility. Adjust the multiplier used in the SuperTrend calculation and the look-back period of the RSI to better suit different time frames and asset classes.
  • Price Action Confirmation: Use candlestick patterns and support/resistance levels to confirm the signals provided by the strategy. For instance, before taking a buy signal, look for bullish reversals at support or continuation patterns like bull flags during uptrends.
  • Volume Analysis: Incorporate volume indicators such as the Volume Weighted Average Price (VWAP) or On-Balance Volume (OBV) to validate the strength behind trend movements and breakout signals.
  • Higher Time Frame Alignment: Ensure that the trend direction indicated by the strategy aligns with the overall trend on higher time frames. This can help filter out less probable trades and increase the strategy's success rate.
  • Multiple Time Frame Analysis: Conduct a multiple time frame analysis whereby you confirm the trade setup on at least two different time frames before entering a trade. For example, if the strategy triggers a buy on the 1-hour chart, check for corresponding bullish signals on the 4-hour or daily chart.
  • Economic Event Awareness: Be cognizant of the economic calendar and avoid trading around major economic releases that could lead to increased volatility and false signals.
  • Custom Exit Rules: While the strategy includes basic exit rules, improve them by incorporating trailing stops or scaling out of positions. This could help in capturing more profits during strong trends or minimizing losses during reversals.
  • Risk Management Enhancements: Beyond the set RSI oversold/overbought levels, consider using a fixed risk percentage per trade or a volatility-adjusted position sizing method like the Kelly Criterion.
  • Continuous Backtesting: Regularly backtest the strategy against historical data to find the optimal settings and make adjustments for current market conditions.
  • Real-time Adjustment: Be flexible to adjust in real-time as the market changes. For instance, adapt the channel breakout length during times of low volatility to reduce false breakouts or extend it during high volatility to avoid market noise.

For which kind of traders is the Combined Strategy Trading Bot (RSI ADX 20SMA) strategy suitable ?

The Combined Strategy Trading Bot (RSI ADX 20SMA) is tailored for traders who prefer a technical and systematic approach to the markets. It's particularly suitable for:

  • Swing Traders: With its reliance on trend-following indicators and a 20-period SMA, it is well-suited for those looking to capture momentum over several days to weeks.
  • Day Traders: The inclusion of RSI for overbought/oversold readings and the SuperTrend indicator allows for identifying shorter-term price movements, offering potential intraday trades.
  • Breakout Traders: The channel breakout aspect attracts traders looking for significant price movements as a security breaks through established support or resistance levels.
  • Systematic Traders: This strategy appeals to traders who appreciate a rules-based strategy to minimize emotional decision-making and enjoy backtesting to optimize their approach.

The automated nature of this strategy allows it to be implemented by traders who prefer to rely on quantitative signals to drive their trade entries and exits, with a focus on technical analysis.

Key Takeaways of Combined Strategy Trading Bot (RSI ADX 20SMA)

  • Strategy makeup: Utilizes ADX, RSI, 20-period SMA, and channel breakout for buy/sell signals.
  • Indicator functions: ADX for trend strength, SuperTrend for trend direction, RSI for momentum, and SMA for trend confirmation.
  • Automated trading: Pine Script™ allows for executing trades on TradingView automatically, suitable for systematic traders.
  • Manual trading: Traders can manually apply these indicators on chart for discretionary judgments, complementing the system signals with price action.
  • Alerts: Set alerts on TradingView based on strategy conditions for informed entry and exit points.
  • Optimization: Adjust indicator settings, use higher time frame alignment, and incorporate volume analysis for better results.
  • Risk Management: Embrace fixed risk per trade, use trailing stops, and adjust positions according to volatility levels.
  • Trader suitability: Fits swing, day, and breakout traders seeking a technical and quantitatively driven trading method.
Explore the best Trading & TradingView strategies

Stop trading blindly. Explore the best strategies among 100K+ backtests and improve your trading skills with data.


logo

Loved by more than 3200+ traders

Explore

Crypto

Forex

Bitcoin

AI Strategies

Day Trading

Swing Trading

Trading is a risky activity and the majority of traders lose money. This website and the products and services offered by TradeSearcher are for informational & educational purposes only. TradeSearcher does not guarantee the accuracy, relevance, timeliness, or completeness of any information on its website.

All Trading Strategies displayed on this website are simulated backtests and does not represent actual trading results. Past backtests results do not predict or guarantee future performance.

TradeSearcher uses public snapshot data sourced from third-party tools, including TradingView. While we strive to present accurate and timely information, TradeSearcher does not have control over these third-party tools and cannot verify, guarantee, or be held responsible for the accuracy or completeness of data sourced from them. Users acknowledge and agree that TradeSearcher is not affiliated with, endorsed by, or sponsored by TradingView or any other third-party data provider. Any reliance on data or tools sourced from third parties is at the user's own risk.

Backtests and Charts used on this site are by TradingView in which our backtests are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com.

Users of TradeSearcher are responsible for conducting their own due diligence and making their own investment decisions. Before making any investment, it is recommended that users consult with a qualified professional to ensure that the strategy or investment is suitable for their individual circumstances.

TradeSearcher and its affiliates, employees, agents, and licensors will not be held liable for any decisions made based on the information provided on the website or any damages or losses that may arise directly or indirectly from the use of the website or the information contained therein.

This does not represent our full Disclaimer. Please read our Full Disclaimer before using this site.

© 2023 TradeSearcher. All rights reserved.