Type/to search

Aroon + Williams + MA + BB + ADX Powerful Multi-indicator Strategy

Common strategy
Created: 2024-01-19 14:55:03
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy combines multiple strong indicators with different periods such as Aroon, MA, BB, Williams, %R, ADX to form a multi-dimensional powerful open position indicator system that can efficiently open positions when the trend is obvious.

Strategy Principle

The strategy mainly uses the combination of the following indicators to generate strong opening signals:

  1. Aroon Indicator: Calculate the highest and lowest prices over a certain period to form an oscillating indicator. Judging the trend direction through the combination of Aroon indicators with multiple cycle lengths.

  2. MA: Calculate the cross of short-period and long-period MA to determine turning points of the trend.

  3. BB Band: When the price breaks through the upper rail of the BB band, it is a sell signal.

  4. Williams %R Indicator: Forming divergence in overbought and oversold areas as opening signals.

  5. ADX: Judging the strength of the trend. ADX above a certain position generates opening signals.

The above indicators, with different cycle length parameters, form a multi-dimensional judgment system that can generate strong opening signals when the trend is obvious.

Specifically, the buy conditions are:

  1. When Aroon_1 is lower than -85
  2. When the MA forms a golden cross
  3. When Williams %R is lower than -99
  4. When ADX is higher than 14
  5. When Aroon_2 is higher than -39

When 3 of the 5 buy conditions are met, a strong buy signal is generated.

The sell conditions are similar, with 5 sell conditions. When 3 of them are met, a sell signal is generated.

So this strategy can produce high certainty strong opening signals when the trend is obvious, through the combination of different indicators.

Advantage Analysis

The biggest advantage of this strategy is the multi-dimensional combination of indicator signals, which greatly reduces the probability of erroneous signals caused by a single indicator, thereby being able to generate high-quality opening signals when the trend is obvious. This is the biggest highlight of this strategy.

Other advantages include:

  1. The parameters can be adjusted to adapt to different market characteristics

  2. The parameter settings of the indicators are scientifically reasonable and highly robust

  3. The combination of multiple time cycles is realized to improve the accuracy of judgment

  4. The code structure is clear and easy to understand and secondary development

Risk Analysis

This strategy also has some risks:

  1. Although the combination of multiple indicators can improve the quality of judgment, it also increases the complexity of the strategy and expands the risk of over-optimization.

  2. The parameter settings are not 100% perfect and may fail under specific market conditions.

  3. There is still room for optimization in the combination of indicator methods. The combination logic can be further refined.

  4. Short-term adjustment opportunities may be missed.

Corresponding solutions:

  1. Increase sample backtesting to test the robustness of parameters

  2. Adjust some parameters to adapt to more markets

  3. Optimize the integration method of indicators to improve judgment quality

  4. Appropriately shorten some indicator parameters to increase capturing of short-term adjustments

Optimization Directions

The main optimization direction of this strategy is the optimization of the indicator integration method, which mainly includes:

  1. Add more different types of indicators to form an indicator forest to further improve judgment accuracy

  2. Optimize indicator parameter settings to automatically adapt to market changes

  3. Use machine learning and other methods to automatically search for optimal indicator integration solutions

  4. Increase stop-loss strategies to control risks

  5. Combine sentiment indicators, judge market heat, and dynamically adjust parameters

There is still a lot of room for improvement in the judgment quality and robustness of this strategy by integrating more indicators, automatically optimizing parameters and integration schemes.

Summary

The biggest highlight of this strategy is the scientific integration of multiple indicators to form a powerful opening signal that performs significantly when the trend is obvious. There is a lot of room for optimization in the integration methods of this strategy. By introducing more indicators and intelligent optimization of parameters and integration methods, this strategy can become a very powerful quantitative trading strategy.

Source
Pine
/*backtest
start: 2023-12-19 00:00:00
end: 2024-01-18 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=3
strategy(title="Aroon+Williams+MA2+ADX+Aroon Str.", shorttitle="Aroon+Williams+MA2+ADX+Aroon Str.", overlay=true)
//https://cafe.naver.com/watchbot/1945
//<<빙썸 매각 기념>> 바이낸스 이오스 복합지표	
Strategy parameters
Strategy parameters
Length Aroon_1
Length Aroon_2
Length Aroon_3
Length Aroon_4
BB length
Source
BB mult
Length Williams %R
ADX Smoothing
DI Length
ADX Smoothing
DI Length
Aroon_1 Position Index_Down
ma double_1 wma_Short
ma double_1 sma_Long
Williams Position Index_Down
ADX Position Index_Up
Aroon_2 Position Index_Up
BB Position Index_Up
Aroon_3 Position Index_Up
ma double_2 ema_Short
ma double_2 sma_Long
ADX_2 Position Index_Up
Aroon_4 Position Index_Down
From Month
From Day
From Year
To Month
To Day
To Year
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)