PureBytes Links
Trading Reference Links
|
Dimitris :
The formula was for a confirmation of an up-trend. The reverse would
be for a downtrend (short) A few things to expand upon this formula
for the long side -
1- All three lines should have postive slope
2- the lines should be relatively parallel and spread apart almost
evenly
3-dont' care if price drops below 20 day simple moving average, it
may happen occasionally
4 - if 20 day SMA slopes or gets flat, market or stock
has likely topped
5- you are interested in the scope, the differential, and the
positioning of the SMA relative to price.
6 - the price will tell you something has changed in the trend
Once 20 day SMA tops out and crosses thru 35 SMA, trend is usually
over. This works best in a trending market (obviously), and many
times stocks have NO trend so I would not even bother with those to
begin with. A good example of this is would be CHN or TDF on the NYSE.
Or the mutual fund TBHYX (pioneer high yield) This also tells you
when NOT to trade ro sell. You will never catch the top or bottom,
but you can make great mnoeny in between. This cane also be wused on
the weekly for larger scale trends as well.
regards,
jgcbruegge
--- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx>
wrote:
> --- In amibroker@xxxxxxxxxxxxxxx, "jmbruegge" <jmbruegge@xxxx>
wrote:
> > Does anyone have any idea how to write the following formula?
> >
> > "Find all stocks, indices, etc.. whose price is above it's 20
day
> > simple moving average, AND whose 20 day simple moving average is
> > above its 35 day simple moving average AND whose 35 day simple
> moving
> > average is above its 50 day simple moving average"
> >
> > or an earlier indicator "all stocks whose price has crossed above
> the
> > 20 day simple moving average and whose 20 day simple moving
average
> > has crossed above the 35 day simple moving average" ??
> >
> > Morgan Stanley's head technician uses this religiously.
>
> You forgot to mention what they do after finding the stocks.
> Do they buy ? Do they sell ? Or something else ?
> And another question : Whatever they do, they do it all time long ?
> Because for IBM, for example, the condition was true from Apr14
till
> May16 2003. Try the
> Cond=C>MA(C,20) AND MA(C,20)>MA(C,35) AND MA(C,35)>MA(C,50);
> Plot(Cond,"",1,8);
> to see in your IB what I mean.
> Dimitris Tsokakis
> >
> > Thank you in advance.
> >
> > jgcbruegge
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|