Simply... it's been discussed in similar topics between Quantitative Analysis and Technical Analysis.
Quantitative Analysis is objective.
Technical Analysis is subjective.
- Generally, trend is subjective, as mention on previous posts above.
- Reversal is simply a change in the trend's direction so this becomes subjective.
- Support is a micro retracement from the macro trend, and this also becomes subjective.
==========================================
So the first step is to declare what a trend is. For example:
if (High = Highest High of the last 30 days)
Trend = up;
From here...
Reversal would be Low = Lowest Low of the last 30 days.
Retracement = High != Highest High of last 30days && Low = Lowest Low of the 15 days...
There's no right way. One way to find these are to run some tests to find a "optimal" parameter.
============================================
Culture makes up the morals. Morals make up the Laws/Rules.
Cultere is diversified.
Quantitative Analysis is objective.
Technical Analysis is subjective.
- Generally, trend is subjective, as mention on previous posts above.
- Reversal is simply a change in the trend's direction so this becomes subjective.
- Support is a micro retracement from the macro trend, and this also becomes subjective.
==========================================
So the first step is to declare what a trend is. For example:
if (High = Highest High of the last 30 days)
Trend = up;
From here...
Reversal would be Low = Lowest Low of the last 30 days.
Retracement = High != Highest High of last 30days && Low = Lowest Low of the 15 days...
There's no right way. One way to find these are to run some tests to find a "optimal" parameter.
============================================
Culture makes up the morals. Morals make up the Laws/Rules.
Cultere is diversified.