Type/to search

Momentum Trend Strategy

Common strategy
Created: 2024-01-26 11:45:55
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy combines various technical indicators such as moving average, relative strength index (RSI), volume fluctuation indicator (VFI), and true strength index (TSI) to determine the overall momentum and trend of the market and capture mid-to-long term price movements.

Strategy Logic

  1. Calculate moving averages of fast line RSI (7-day), normal line RSI (14-day), and slow line RSI (50-day) to determine RSI trend and momentum.

  2. Calculate VFI and moving averages VFI EMA (25-day) and VFI SMA (25-day) to gauge funds inflow and outflow.

  3. Calculate ratio of long term moving average and short term moving average of TSI to determine strength of market trend.

  4. Integrate RSI, VFI and TSI results to derive overall market momentum direction.

  5. Take short position when downward momentum is identified. Cover short when momentum reversal is detected.

Advantage Analysis

  1. Combination of multiple indicators allows more comprehensive and accurate measurement of overall market momentum and trend.

  2. VFI reflects market funds flow, avoiding trading against trend.

  3. TSI filters out market choppiness, making signals more reliable.

  4. Overall, the strategy has high reliability and good win rate.

Risk Analysis

  1. Complex parameter tuning required for optimal results from multi-indicator setup.

  2. Simple entry and exit rules unable to fully capitalize indicator information, prone to short term reversal losses.

  3. Susceptible to false signals and small pullback losses in ranging, choppy markets.

Optimization Directions

  1. Optimize indicator combinations to find best parameters.

  2. Enhance exit rules based on indicator conditions to catch reversals.

  3. Build profit protection mechanisms to reduce losses from choppiness.

Summary

This strategy combines multiple indicators to gauge overall market momentum and takes short positions when downward momentum identified. It has relatively high reliability but simple entry/exit rules unable to fully utilize indicator information. Further enhancements to parameters and exit logic can improve stability and profitability.

]

Source
Pine
//@version=2
//credit to LazyBear, Lewm444, and others for direct and indirect inputs/////////////////////////////////
//script is very rough, publishing more for collaborative input value than as a finished product/////////
strategy("Momo", overlay=true)
length = input( 50 )
overSold = input( 50 )
overBought = input( 65 )
price = ohlc4

/////////////////////////////////////////////////////macd/////////////////////////////////////////////////

fastLength = input(12)
Strategy parameters
Strategy parameters
length
overSold
overBought
fastLength
slowlength
MACDLength
v_input_7
v_input_8
v_input_9
Exponential MA
Exponential MA
Exponential MA
VFI length
coef
Max. vol. cutoff
signalLength
signalLength2
smoothVFI
Long Length
Short Length
Signal Length
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)