Type/to search

Multi Trend Strategy

Cryptocurrency
Created: 2023-11-16 11:20:10
Last modified: 3 years ago
1
Follow
1778
Followers

img

Overview

This strategy combines multiple indicators to identify trend direction and uses a trend tracking approach to capture trend opportunities over medium to short term. The strategy is designed specifically for trend tracking to increase win rate and reduce drawdown.

Strategy Logic

  1. Use WVAP to judge price level;

  2. RSI to judge momentum;

  3. QQE to identify price breakthrough;

  4. ADX to determine trend strength;

  5. Coral Trend Indicator to judge fundamental trend;

  6. LSMA to assist in trend judgment;

  7. Generate signals based on multiple indicator signals.

The strategy mainly relies on RSI, QQE, ADX and other indicators to determine trend direction and strength, using Coral Trend Indicator curve as the benchmark for fundamental trend. When RSI generates a buy signal and Coral Trend Indicator shows an upward curve, it indicates high probability of uptrend, and the strategy will go long. WVAP is used mainly to determine if price level is reasonable to avoid buying at highs.

Advantages

  1. Combination of multiple indicators improves accuracy;

  2. Emphasizes trend tracking to increase profitability;

  3. Adopts breakout concept to screen for ranging markets;

  4. Incorporates fundamental indicators to avoid counter-trend trades;

  5. Reasonable trade time and position sizing controls risk;

  6. Clear strategy logic, easy to understand and optimize.

The biggest edge of this strategy is the combined signals from multiple indicators, which reduces the probability of misjudgment from any single indicator and improves accuracy. The emphasis on trend tracking and breakout concept also helps screen for reliable medium-term opportunities. In addition, incorporating fundamental indicators prevents trading against major trends. These design choices improve the stability and profitability of the strategy.

Risks

  1. Judgment delay due to multiple indicators, missing best entry price;

  2. Inadequate drawdown control, large drawdown risk;

  3. Potential missed signals when fundamental trend reverses;

  4. Profit deterioration risk when trading costs are considered.

The biggest risk is judgment delay due to multiple indicators, causing missed best entry price and profit potential. Also, drawdown control is far from ideal, with considerable drawdown risk. When fundamental trend reverses while indicators have yet to reflect it, losses may occur. Trading costs in actual deployment may also undermine profits.

Improvement Directions

  1. Incorporate stop loss for better drawdown control;

  2. Optimize parameters to reduce indicator delay;

  3. Add more fundamental indicators to improve accuracy;

  4. Use machine learning for dynamic parameter optimization.

Priorities for optimization include better drawdown control via stop loss to lock in profits and reduce drawdown. Parameter tuning to reduce indicator delay and improve responsiveness is also important. More fundamental indicators could also help improve accuracy. Applying machine learning for dynamic parameter optimization would significantly enhance strategy stability.

Summary

This strategy combines multiple indicators to determine trend direction and uses a trend tracking approach in its design to improve accuracy and profitability. Its strengths include indicator combos, emphasis on trend tracking, and incorporation of fundamental factors. But issues like judgment delay, inadequate drawdown control remain. Future improvements could come from parameter optimization, stop loss integration, more fundamental indicators, and machine learning for dynamic optimization, to make the strategy more effective in practice.

Source
Pine
/*backtest
start: 2023-11-08 00:00:00
end: 2023-11-15 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/
// © RolandoSantos

//@version=4
Strategy parameters
Strategy parameters
Take Long Profit %
Take Short Profit %
Take Profit % QTY (How much profit you want to take after take profit target is triggered)
Change this if you want to see Copp Curve calculated for current ticker. All Copp Curve calculations are base on NYSE Composite (Optional)
Length
Centered
Standard Copp settings are (10, 14, 11) however, DOUBLE these lengths as alternate settings to (20,28,22) and you will find it may produce better results, but less trades
WMA Length (Experiment changing this to longer lengths for less trades, but higher win %)
Long RoC Length
Short RoC Length
src
RSI Length
SF RSI SMoothing Factor
Show Crossing Signals?
Highlighter On/Off ?
LSMA 1
LSMA 1 Offset
LSMA 1 Source
len
th
BB Length
BB MultFactor
KC Length
KC MultFactor
Use TrueRange (KC)
Length
Length RSI VWMA
Smoothing Period
Constant D
Color Bars
Ribbon Mode
Start Date
Start Month
Start Year
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)