Type/to search

Dual Trend Tracking Strategy

Cryptocurrency
Created: 2023-09-17 18:20:27
Last modified: 3 years ago
1
Follow
1781
Followers

Overview

This strategy is based on the Aroon indicator to identify and track trends in both directions. The Aroon indicator can effectively determine the direction of market trends. Combined with the RSI indicator, it forms a relatively complete tracking strategy.

Strategy Principle

  1. Use the Aroon indicator to determine the direction of price trends. Above 0 line indicates an upward trend, while below 0 line a downward trend.

  2. When the Aroon indicator crosses above 0 line from below, a buy signal is triggered.

  3. If already having a position, and the close is lower than the buy price, while RSI is below 30, it is considered oversold, additional buy orders will be placed.

  4. When the Aroon indicator crosses below 0 line from above, a full exit signal is triggered.

  5. A 5% stop loss is set. If the loss exceeds this point, a stop loss exit is triggered.

Advantage Analysis

  1. Using the Aroon indicator to determine the trend direction can effectively capture market rotation points.

  2. The RSI indicator helps identify overbought and oversold areas, avoiding chasing new highs and selling lows during market turns.

  3. Trading in both directions allows profiting in both upward and downward markets.

  4. Setting a stop loss helps control risks.

Risk Analysis

  1. The Aroon indicator has a lagging effect, which may miss short-term and sudden reversals.

  2. It cannot effectively handle range-bound markets, leading to unnecessary trades.

  3. Trading in both directions increases trade frequency and commission costs.

  4. Parameters need proper tuning to adapt to different timeframes and products.

Optimization Directions

  1. Combine with other indicators to filter signals and reduce errors caused by lagging.

  2. Increase quantitative research to optimize parameters for different products.

  3. Add profit taking strategies to increase profit factor.

  4. Consider only trading when the trend is clear to reduce ineffective trades.

Summary

This strategy integrates the Aroon and RSI indicators to form a relatively complete dual-directional trend trading system. But further optimization of parameters and combining with other filtering indicators are still needed to reduce errors. With proper parameter tuning and risk control, this strategy has the potential to achieve relatively steady excess returns.

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

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © mohanee

//@version=4
Strategy parameters
Strategy parameters
Aroon Length
RSI Length
Stop Loss%
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)