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...
|
|
|
|
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);
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 5/19/2006(UTC) Posts: 8
|
Great.Thank you very much...
George
|
|
|
|
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...
|
|
|
|
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 ;
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 5/19/2006(UTC) Posts: 8
|
Thank you very much.....George
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 5/19/2006(UTC) Posts: 8
|
|
|
|
|
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.