George,
I do calculate and use MA slopes, as follows:
1. I calculate a "day normalized" slope:
a/ use ROC to calculate the slope of n bars
b/ calculate slope/bar
c/ day normalize: multiply by the number of bars per day
Note: This gives me a slope that would translate into x% move for the day, if the slope would stay the same.
2. I assigned a minimum value for each MA that (in my view) would represent a trend.
For example, for MA20 @ 5min I assigned 2%, whereas for MA100 only .2%.
3. I calculate "weighted" slopes, where I give diferent weight to diferent MA's (10 to MA10, 100 to MA100 etc.)
For example SlopeMA0w2 = (10*SlopeMA10+20*MA20)/(10+20)
Note: The idea here is two folds if trend is still strong, a shallow change in MA10 would NOT change much the weighted slope, but this will happend at the end of the trend, when higher MA is not so strong anymore.
4. I display them all: from MA10 to MA100. The result shows obvious Re-Entry points (when trend is still strong but have a mild correction that affects only low level Ma's), and shows when the trend is about to end.
Note: I have an option to use either the slope, or the angle.
Note: I would recommend to include ADX in almost anything pertaining to trend detection. It is probably the best indicator for that. I also use CCI100 (is >100 it is a trend, don't try to go opposite).
Hope this will give some ideas.
Mihai
I do calculate and use MA slopes, as follows:
1. I calculate a "day normalized" slope:
a/ use ROC to calculate the slope of n bars
b/ calculate slope/bar
c/ day normalize: multiply by the number of bars per day
Note: This gives me a slope that would translate into x% move for the day, if the slope would stay the same.
2. I assigned a minimum value for each MA that (in my view) would represent a trend.
For example, for MA20 @ 5min I assigned 2%, whereas for MA100 only .2%.
3. I calculate "weighted" slopes, where I give diferent weight to diferent MA's (10 to MA10, 100 to MA100 etc.)
For example SlopeMA0w2 = (10*SlopeMA10+20*MA20)/(10+20)
Note: The idea here is two folds if trend is still strong, a shallow change in MA10 would NOT change much the weighted slope, but this will happend at the end of the trend, when higher MA is not so strong anymore.
4. I display them all: from MA10 to MA100. The result shows obvious Re-Entry points (when trend is still strong but have a mild correction that affects only low level Ma's), and shows when the trend is about to end.
Note: I have an option to use either the slope, or the angle.
Note: I would recommend to include ADX in almost anything pertaining to trend detection. It is probably the best indicator for that. I also use CCI100 (is >100 it is a trend, don't try to go opposite).
Hope this will give some ideas.
Mihai
Comment