Type/to search

Four-factor Momentum Tracking Trading Strategy Based on ADX, BB %B, AO and EMA

Common strategy
Created: 2023-12-11 16:24:11
Last modified: 3 years ago
1
Follow
1802
Followers

img

##Overview
This strategy is named "Four-factor Momentum Tracking Strategy". It integrates Average Directional Movement Index (ADX) to determine trend direction, Bollinger Bands Percentage B (BB %B) to judge the relative strength of stocks, Awesome Oscillator (AO) to determine momentum and different cycle Exponential Moving Averages (EMA) to judge long and short positions, achieving dynamic tracking of stock prices and chasing strong stocks and avoiding weak ones.

##Strategy Principle
The strategy uses four different technical indicators to determine entry and exit points. The specific logic is as follows:

Long entry condition: 5-day EMA crosses above 21-day EMA, 50-day EMA crosses above 200-day EMA, BB %B is greater than the set overbought line, AO is greater than the set positive value, and ADX is greater than the set value.

Short entry condition: 5-day EMA crosses below 21-day EMA, 50-day EMA crosses below 200-day EMA, BB %B is less than the set oversold line, AO is less than the set negative value, and ADX is greater than the set value.

##Advantage Analysis
The strategy combines multiple indicators to determine trend direction and relative strength of stocks, which can effectively filter false breakouts. The specific advantages are:

  1. The ADX indicator can effectively determine the existence and strength of the trend, avoiding frequent opening in a shock market.

  2. The BB %B indicator judges whether the individual stocks are at a "high" or "low" level, which can effectively avoid chasing highs and selling lows.

  3. The AO indicator determines whether there is relatively strong momentum support during buying to ensure the effectiveness of the breakout.

  4. The EMA indicator’s golden cross/dead cross combined with the judgment of the main direction of the market avoids opening positions against the trend.

In summary, this strategy can effectively control trading risks and track strong stocks in the market.

##Risk Analysis
Although the strategy uses multiple indicators to control risks, there are still certain risks:

  1. The combination of multiple exponential indicators is sensitive to parameter adjustments. Inappropriate parameter combinations may fail to achieve the desired effect.

  2. Excessively pursuing momentum may miss the market's real reversal points. Profits and losses should be controlled in a timely manner.

  3. Indicators like EMA have a lagging nature and may not be able to reflect the impact of sudden events in time. The MA period should be appropriately shortened or used with other indicators.

  4. Major sudden events may cause indicator divergence. Fundamental analysis should be combined and the strategy can be temporarily closed if necessary.

##Optimization Direction
The strategy can also be optimized in several aspects:

  1. Use machine learning to find the optimal parameter combination.

  2. Add other indicators that determine trends, such as CCI and MACD, to form an "indicator combination" to improve judgment accuracy.

  3. Add stop-loss strategies to control single loss.

  4. Set holding time to avoid excessive greed.

##Summary
This strategy is named "Four-factor Momentum Tracking Strategy". It uses ADX, BB %B, AO and EMA four indicators to determine entry and exit points to dynamically track strong stocks. The strategy can effectively determine the trend direction and relative strength of stocks to control trading risks. Next, parameters optimization, adding other indicators, setting holding time and other methods can be used to further improve the strategy.

Source
Pine
/*backtest
start: 2022-12-04 00:00:00
end: 2023-12-10 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4

//ADX + BB %B + AO + EMA
Strategy parameters
Strategy parameters
Take Profit %
Stop Loss %
BB %B Overbought
BB %B Oversold
Awesome Oscillator
ADX
Start Date
Start Month
Start Year
length
Source
StdDev
ADX Smoothing
DI Length
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)