- Joined
- 23 August 2008
- Posts
- 227
- Reactions
- 0
I don't mind GMMA as a trend rider.
One interesting thing I was looking at was the 20 month moving average on the S&P 500 Index. Since 1994 price crossing above or below the 20 month moving average happened 4 times. 2 long signals and 2 sell(or short) signals.
Still think technical analysis is inferior to fundemental analysis?
I have been looking at heaps of charts lately and finding the 200 day MA to have some merit. A lot of stocks have broken the 200 MA and continued upwards. Some bounce off it and some well haven't reached it and others see it as resistance
What got me into MA as an indicator was the reading of Sam Weinstein book. He drills it home on nearly every page.
He recommends 30 Wk MA for investors and 10 Wk MA for traders.
Just recently the XAO pulled above the 200 MA which some say is a bullish sign.
Anybody prefer one MA timeframe over another?
With regard to curve fitting. I am in favor of selective curve fitting actually.
Since trends happen again and again, using indicators or oscillators that get the large piece of trends, curve fitting makes sense since you are setting up the opportunity to take advantage of trends when they happen.
Brad.
A trend is a trend.
Without a trend in the direction of your trading you wont profit.
I agree with Derek in as much as placing yourself in front of any indication of an emerging trend --regardless of timeframe--makes perfect sence.
//Buy On a Cross of the 20month MA
//Short On a Cross under the 20month MA
Period = Optimize("MaLength",20,1,100,1);
MMA = MA(C,Period);
Plot(MMA,"20MonthMA",colorRed,styleLine);
Buy = Cross(C,MMA);
Sell = Cross(MMA,C);
Short = Sell;
Cover = Buy;
BuyPrice = MMA;
SellPrice = MMA;
ShortPrice = MMA;
CoverPrice = MMA;
shape = Buy * shapeUpArrow + Short * shapeDownArrow;
PlotShapes( shape, IIf( Buy , colorGreen, colorIndigo ), 0, IIf( Buy , Low, High));
Without a trend in the direction of your trading you wont profit.
I agree with Derek in as much as placing yourself in front of any indication of an emerging trend --regardless of timeframe--makes perfect sence.
I disagree Tech,
What's there to disagree with?
Whether you are trading for a tick profit or you are Mr. Buffet, or any frame in between, the price has to trend in your direction to enable you to take a profit.
Brad and others
with regard to my 20 month MA example.
I was doing an interview with a reporter who had the belief that technical analysis would not have helped traders
a) prevent losses with the recent downturn
b) profit from the move (they didn't understand short selling)
Their other assumption was that technical analysis was only for short term daytraders.
I quickly put together a long term use for technicals with a simple 20 month MA which produced those 4 trades to help them see that wasn't the case and thought it was an interesting chart.
I agree that there isn't anything significant with the #20. The 50 day MA is a part of my proprietary indicator but only 1 component. And off course moving averages in itself are lagging. But as I said, my prop indicators only use it as a piece.
By selective curve fitting- I do favor it in that I have my own indicators that WILL capture the meat of large trends. I don't know which will offcourse wind up being large.
As an educator, trader, and technician I also hold the belief that I don't make predictions I simply follow price and I never know when an entry will yield a small loss or become a monster trending position. For me its all about playing the percentages and letting my winners run and putting in place systems to do just that while cutting losses small. A trend following system normally has many small losses and a winning percentage somewhere between 35-45%.
I disagree Tech,
If you had to be trading with a trend swing traders would never profit, there are 1000's of ways to profit from trading and trend following is not the only way
I have been looking at heaps of charts lately and finding the 200 day MA to have some merit. A lot of stocks have broken the 200 MA and continued upwards. Some bounce off it and some well haven't reached it and others see it as resistance
What got me into MA as an indicator was the reading of Sam Weinstein's book. He drills it home on nearly every page.
He recommends 30 Wk MA for investors and 10 Wk MA for traders.
Just recently the XAO pulled above the 200 MA which some say is a bullish sign.
Anybody prefer one MA tmeframe over another?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?