Type/to search

Momentum Equilibrium Channel Trend Tracking Strategy

Cryptocurrency
Created: 2023-12-12 18:07:31
Last modified: 3 years ago
1
Follow
1779
Followers

img

Overview

This strategy identifies trend formations by calculating channels and momentum indicators to achieve trend tracking trading. Specifically, it combines momentum indicators and equilibrium channel indicators, and takes advantage of both to intervene in long-term trends while using equilibrium channels to lock in long profit areas.

Strategy Principle

The strategy mainly uses the following two indicators for judgment:

  1. Momentum Indicator (DMI): Judge the long and short trend in the market and generate trading signals when the index is greater than the set threshold.

  2. Equilibrium Channel (Keltner Channel): Determine the trend area. When the price breaks through the upper rail, it is time to buy, and when the price falls below the middle rail, it is a signal to close the position.

The specific trading logic is: When the +DI momentum indicator is greater than the set threshold (default 32), it is determined that a bullish trend has formed. At this time, if the price breaks through the upper rail of the equilibrium channel, a buy signal is generated; after that, the equilibrium channel is used. The middle rail is used as a stop loss line to track the stop loss and achieve profit protection.

This strategy combines the advantages of two indicators, uses momentum indicators to determine trend direction, and uses equilibrium channels to determine entry timing and stop loss areas. The double indicator combination allows the strategy to efficiently enter early in the discovery of a trend, while using channel indicators to lock in profits and stops.

Advantage Analysis

  1. The strategy uses momentum indicators to determine the early stage of market trends, which is more efficient than lagging indicators such as simple moving averages.

  2. Using the equilibrium channel to determine the specific trading range can effectively lock the profit zone.

  3. The indicator parameters and trading rules are rigorous and reasonable, and the backtest data performs well and verifies the actual combat effect.

  4. The strategy is relatively simple and clear, easy to understand and implement, and suitable for quantitative trading beginners to learn.

  5. The risk of the strategy is controllable, and it adopts dynamic stop loss with the median line to effectively control single loss.

Risk analysis

  1. The strategy is only suitable for trending markets and not suitable for consolidating and fluctuating markets. If the QtCore channel increases and the middle rail stop loss is too loose, it cannot control the loss.

  2. The DMI indicator has a certain lag and cannot determine trend confirmation. It may cause losses by intervening in the trend earlier.

  3. The fixed percentage stop loss method has risks. It is unable to re-intervene in trends after a sharp fluctuation, thus missing subsequent trends.

  4. There are sufficient backtest data, but long-term running is still required to verify parameter stability in real trading.

Optimization

  1. Different stop loss methods can be tested, such as ATR stop loss, moving stop loss and so on to replace fixed percentage stop loss.

  2. Secondary confirmation indicators can be added, such as volume amplification, to ensure entry after trend confirmation.

  3. Different parameter combinations can be tested to find the optimal parameter combination.

  4. The robustness of parameters can be verified through stepwise optimization and walk forward testing.

Summary

This strategy achieves efficient capturing of trending markets by using double indicator judgments. The strategy is relatively simple and intuitive with clear logic and good backtest performance. It can serve as one of the entry strategies for quantitative trading. But sufficient verification of real trading data and parameter optimization is still required to reduce real trading losses. This will be the focus of future work.

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

//Original Idea by: @Wunderbit


//@version=4
Strategy parameters
Strategy parameters
Enable Ribbon Filter
Ribbon Period
useTrueRange
KELTNER Period
KELTNER Multiple
ADX Smoothing
DI Length
+DI Trigger Level
Backtest Start Year
Backtest Start Month
Backtest Start Day
Backtest Stop Year
Backtest Stop Month
Backtest Stop Day
Long Take Profit 1 Target %
Long Take Profit 1 Qty %
Long Take Profit 2 Target %
Long Take Profit 2 Qty %
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)