Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Find stocks up or down for each of the last 5 days Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Rosie
Posted : Wednesday, November 7, 2007 9:50:56 PM
Gold Customer Gold Customer

Joined: 11/14/2004
Posts: 33
How can I scan to find stocks that have moved up or down consistantly over each of the last five days?
Rosie
Craig_S
Posted : Thursday, November 8, 2007 7:44:54 AM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
Here are two conditions to try:

UP or Down 5-days in a row:
(C>C1 AND C1>C2 AND C2>C3 AND C3>C4 AND C4>C5) OR (C<C1 AND C1<C2 AND C2<C3 AND C3<C4 AND C4<C5)

This next one will return the NUMBER of up closes in the last 5 days (makes for a nifty sort)
ABS(C>C1)+
ABS(C1>C2)+
ABS(C2>C3)+
ABS(C3>C4)+
ABS(C4>C5)

- Craig
Here to Help!
Users browsing this topic
Guest-1

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.