PureBytes Links
Trading Reference Links
|
Try these David.
1.Double Bottom
PK:=Zig(C,10,%)<Ref(Zig(C,10,%),-1) AND
Ref(Zig(C,10,%),-1)>Ref(Zig(C,10,%),-2);
TR:=Zig(C,10,%)>Ref(Zig(C,10,%),-1) AND
Ref(Zig(C,10,%),-1)<Ref(Zig(C,10,%),-2);
TR1:=TroughBars(1,C,10);
TR2:=TroughBars(2,C,10);
(ValueWhen(1,TR,Ref(C,-1))/ValueWhen(2,TR,Ref(C,-1))>.96 AND
ValueWhen(1,TR,Ref(C,-1)) / ValueWhen(2,TR,Ref(C,-1))<1.04) AND TR2-TR1>=10
AND Cross(C,ValueWhen(1,PK,Ref(C,-1)))
2. not sure
3. mov(v,30,s)>mov(v,90,s) {using sma)
4. macd()>-0.05 and macd()<0.05
{or simply try} macd()=0
5.cross(mov(c,13,e),mov(c,50,e))
>From: "David Bozkurtian" <dbozkurtian@xxxxxxxxxxx>
>Reply-To: metastock@xxxxxxxxxxxxx
>To: metastock@xxxxxxxxxxxxx
>Subject: Re: THQI and a MS System question
>Date: Fri, 21 Jan 2000 09:16:41 PST
>
>Metastock List Group,
>
>I know that this is NOT a stock pitching message board, and can handle the
>rebuke from anyone if I am out of line. Just wanted to let everyone know
>about THQI.
>
>I have been trading this fine stock over the last 9 months and it is a
>winner. Last got in at 30 (bought too soon), thought that the resistance
>point would hold. It did not, and found its way to 22-23. Well it just
>formed a double-bottom and 23 and (I Think) the candlestick patterns are
>good (can anyone confirm or deny please)?
>
>Anyway this company is fundamentally sound and there is a huge hedge fund
>betting against it. Not sure, but I think it starts with a K.
>
>Low PE, great EPS, Sales Growth (25%+ for both) and Christmas sales figures
>around the corner.
>
>My average price (long) is 26$. It has seen 39 and will see higher.
>
>Also, I have a questions about how to identify a divergence between price
>and MACD histogram. Please permit me:
>
>I would like to identify when the following conditions occur and create a
>system around it. Still don't know when to sell, but that will come. This
>is
>for entry only:
>
>Does anyone have MS Code for the following?
>
>1. Double-Bottom
>2. MACD Histogram is higher now than it was at the first bottom.
>3. Average Volume 30 days > Average volume 90 days (I think I can do this).
>4. MACD is near the 0 line (I think I can do this too)
>5. 13 EMA crosses over 50 EMA
>
>Thanks in advance for all your help. This has been a great list group to
>belong to. It is great to share and benefit from everyone's experience. I
>am
>a VB programmer and would like to help if you have MS or VB programming
>issues.
>
>
>Happy Trading.
>
>David
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
|