Type/to search

Momentum ABCD Pattern Strategy

Cryptocurrency
Created: 2023-09-24 13:08:28
Last modified: 3 years ago
1
Follow
1781
Followers

Overview

This strategy uses the Williams Fractal indicator to identify price peaks and troughs and combines ABCD patterns to determine trend direction. It enters a position after confirming the trend in order to follow medium-term trends for profit.

Strategy Logic

  1. Use the Williams Fractal indicator to identify price peaks and troughs. Different patterns are used to determine bullish or bearish ABCD patterns.

  2. ABCD pattern identification criteria:

    • The distance between AB and CD is similar, and the distance between BC and CD meets certain proportional requirements (between 0.382-0.886 and 1.13-2.618).

    • D point lower than C point is a bullish pattern. D point higher than C point is a bearish pattern.

  3. Use the barssince function to determine which direction's Fractal is closer to current to judge the overall trend direction.

  4. Enter long/short after identifying ABCD pattern, and set stop loss and take profit to follow medium-term trends.

Advantage Analysis

  1. Williams Fractal indicator helps identify turning points more accurately.

  2. ABCD pattern criteria is simple and reliable, easy to automate.

  3. Judging major trend direction with barssince avoids losses from false breakouts.

  4. Following trends with stop loss and take profit after entry.

Risk Analysis

  1. Williams Fractal may lag and miss turning points causing losses.

  2. Multiple overlapping ABCD patterns may cause misidentification on medium-term charts.

  3. Wrong major trend direction increases risk of being trapped in medium-term trades.

  4. Stop loss too tight may get stopped out easily. Stop loss too wide may cause poor tracking.

Possible solutions:

  1. Test other indicators to assist in identifying turning points more effectively.

  2. Optimize ABCD pattern parameters to make identification more strict and reliable.

  3. Improve major trend identification to avoid wrong directional bias.

  4. Test different stop loss/take profit ratios to find optimal points.

Optimization Directions

  1. Test MACD, KDJ and other indicators to improve entry signals accuracy.

  2. Optimize parameters based on different products and timeframes to find optimal stop loss/take profit levels.

  3. Optimize bar lookback periods to find best parameter combinations according to changing market conditions.

  4. Add moving averages etc to filter signals and improve stability.

  5. Introduce machine learning algorithms and more data to improve pattern recognition accuracy.

Summary

The strategy logic is clear and reliable overall, using Williams Fractal and ABCD patterns to determine medium-term trend direction, combining with trend filtering, stop loss and take profit to follow trends for profit. There is still much room for optimization in areas like entry signals, parameter tuning, trend identification etc to make it adaptable to different market conditions. As a discretionary + quant combo model, it has strong practical value.

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

// @version=4
// @author=Daveatt - BEST

// ABCD Pattern Strat
Strategy parameters
Strategy parameters
filter Bill Williams Fractals?
Backtest Profit Goal (in USD)
Backtest STOP Goal (in USD)
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)