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...
|
|
|
|
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
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 12/14/2009(UTC) Posts: 140 Location: Austria
|
Hi, what does the part: 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.