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 |

Scan Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
bainsn
Posted : Sunday, November 1, 2015 10:08:04 AM
Registered User
Joined: 6/7/2014
Posts: 15

Simple question, what criteria would i use to set up a scan that:

  1. Looks for stocks that have moved 10% or above in the last 2 days.
  2. Stocks that have at least 500,000 daily volume and obove
  3. And stocks that are above $1

Regards Navraj

Bruce_L
Posted : Monday, November 2, 2015 10:14:57 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

If the stock needs to have moved up at least 10%:

C >= 1.1 * C2 AND V >= 500000 AND C > 1

If the stock needs to have moved down at least 10%:

C <= .9 * C2 AND V >= 500000 AND C > 1

If the stock can have moved 10% in either direction:

ABS(C / C2 - 1) >= .1 AND V >= 500000 AND C > 1

Personal Criteria Formulas
Building a Scan with Multiple Conditions (7:29)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
bainsn
Posted : Monday, November 2, 2015 10:48:11 AM
Registered User
Joined: 6/7/2014
Posts: 15

Thanks Bruce.

Bruce_L
Posted : Monday, November 2, 2015 10:48:47 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
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.