Type/to search

ADX,RSI,SMA Multi-Indicator Combined Trading Strategy

Cryptocurrency
Created: 2023-09-14 16:19:46
Last modified: 3 years ago
1
Follow
1781
Followers

Strategy Logic

This strategy combines various technical indicators to identify trend direction and overbought/oversold levels for trade signals.

The main indicators used are:

  1. Average Directional Index (ADX): Trend strength

  2. Relative Strength Index (RSI): Overbought/oversold

  3. Simple Moving Average (SMA): Short-term trend

  4. SuperTrend: Long/short term trend

  5. Channel Breakout: Trend breakout entry

The trading logic is:

  1. ADX shows trend presence and strength

  2. SuperTrend confirms alignment of long/short term trends

  3. RSI identifies overbought/oversold regions

  4. Enter on SMA crossover

  5. Enter on channel breakout

The multi-indicator combo improves signal accuracy. Different strategies combine into a systematic approach.

Advantages

  • Multiple indicators improve quality

  • Strategies combine for systematic entry

  • ADX identifies trend, RSI overbought/oversold

  • SuperTrend catches trends, SMA & channel breakout entry

Risks

  • Multi-parameter tuning requires optimization

  • Combination conditions occur less frequently

  • Conflicting indicator signals hard to resolve

Summary

This strategy fully utilizes the strengths of various indicators to build a robust system. But parameter optimization is key for ideal trade frequency. Overall it combines strong trend identification with efficient entries.

Source
Pine
/*backtest
start: 2023-09-12 00:00:00
end: 2023-09-13 00:00:00
period: 45m
basePeriod: 5m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=5
// strategy("Combined Strategy", overlay=true, default_qty_value=100, initial_capital=1000, margin_long=0.1)

adxlen = input(7, title="ADX Smoothing")
Strategy parameters
Strategy parameters
ADX Smoothing
DI Length
OB
OS
Length
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)