logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
savoy  
#1 Posted : Saturday, November 20, 2010 2:35:46 AM(UTC)
savoy

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 11/20/2010(UTC)
Posts: 4

hello, below is the exploration formula for scanning stocks in an extended bullish trend. {Col A } CLOSE {Col B} V {Filter} x:=HHV(H,60); y:=MACD(); C > Ref(x,-1) AND Ref(C,-1) < Ref(x,-1) AND H = x AND y > 0 AND y > Ref(y,-1) AND C > Mov(C,13,W) AND C > Mov(C,34,W) AND V*C > 250000 can anyone please reverse it for me so it scans for stocks in an extended bear trend? please do not combine the two. I would like to scan for bullish and bearish stocks separately. (by the way the formula is jim's uptrender) - & I would like to make it a downtrender. any help would be appreciated... have a wonderful thanksgiving...all of you on the forum and your families. thank you...
johnl  
#2 Posted : Saturday, November 20, 2010 3:46:52 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

How about:

x:=LLV(L,60);
y:=MACD();
C < Ref(x,-1)
AND Ref(C,-1) AND L = x
AND y < 0
AND y < Ref(y,-1)
AND C < Mov(C,13,W)
AND C < Mov(C,34,W)
AND V*C > 250000
savoy  
#3 Posted: : Tuesday, November 23, 2010 6:42:04 PM(UTC)
savoy

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 11/20/2010(UTC)
Posts: 4

john, thats just what i needed... thanks very much. have a joyous holiday season... savoy
vienna  
#4 Posted : Wednesday, November 24, 2010 8:32:33 AM(UTC)
vienna

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 12/14/2009(UTC)
Posts: 140
Location: Austria

Hi,

what does the part:

Code:

AND Ref(C,-1) AND ...


mean?

thx
vienna
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.