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

Notification

Icon
Error

Options
Go to last post Go to first unread
liong91  
#1 Posted : Thursday, March 22, 2007 8:09:00 AM(UTC)
liong91

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/19/2006(UTC)
Posts: 8

How do I plot a 60 period high/low channel with a 50% retracement? Thank you...
*PP  
#2 Posted : Thursday, March 22, 2007 8:34:57 AM(UTC)
*PP

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 4/1/2006(UTC)
Posts: 135
Location: Romania

hi liong,

HHV(H,60);
LLV(L,60);
(HHV(H,60)-LLV(L,60))/2+LLV(L,60);

liong91  
#3 Posted : Thursday, March 22, 2007 11:13:26 AM(UTC)
liong91

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/19/2006(UTC)
Posts: 8

Great.Thank you very much...

George

liong91  
#4 Posted : Saturday, May 12, 2007 10:41:55 AM(UTC)
liong91

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/19/2006(UTC)
Posts: 8

Hi, if this is the high/low channel with a 50% retracement

HHV(H,60);
LLV(L,60);
(HHV(H,60)-LLV(L,60))/2+LLV(L,60);

then how can I screen for stocks that the close crosses over the 50% retracement , while at the same day the stochastic oscillator is above 50 AND the PRICE ROC 21, simple, IS POSITIVE? Thank you...

*PP  
#5 Posted : Saturday, May 12, 2007 11:46:38 AM(UTC)
*PP

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 4/1/2006(UTC)
Posts: 135
Location: Romania

U make a Exploration and at filter u put the following code

cross(c,(HHV(H,60)-LLV(L,60))/2+LLV(L,60)) and stoch(14,3)>50 and roc(c,21,%)>0

and u will get what u want ;

liong91  
#6 Posted : Saturday, May 12, 2007 3:16:14 PM(UTC)
liong91

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/19/2006(UTC)
Posts: 8

Thank you very much.....George
liong91  
#7 Posted : Saturday, June 2, 2007 3:36:55 AM(UTC)
liong91

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/19/2006(UTC)
Posts: 8

Hi, how can I apply this exploration to weekly charts?

George

*PP  
#8 Posted : Saturday, June 2, 2007 4:55:54 AM(UTC)
*PP

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 4/1/2006(UTC)
Posts: 135
Location: Romania

hey George,

Change your exploration periodicity from exploration options.

liong91  
#9 Posted : Sunday, June 3, 2007 6:28:54 AM(UTC)
liong91

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/19/2006(UTC)
Posts: 8

Thank you again...George
liong91  
#10 Posted : Friday, December 5, 2008 8:29:58 AM(UTC)
liong91

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/19/2006(UTC)
Posts: 8

Hi, how can I screen for stocks that are building a long base? Thank you...
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.