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 |

crossing the 200 day moving average Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
myway123
Posted : Monday, March 16, 2009 1:15:50 PM
Registered User
Joined: 10/7/2004
Posts: 35
How can I develop such a scan with volume increasing by 20%
Bruce_L
Posted : Monday, March 16, 2009 1:35:25 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Please try one of the following:

Price xUp EMA200 with increasing Volume:

C > XAVGC200 AND C1 <= XAVGC200.1 AND V > 1.2 * V1

Price xDn EMA200 with increasing Volume:

C < XAVGC200 AND C1 >= XAVGC200.1 AND V > 1.2 * V1

Price crossing EMA200 (either direction) with increasing Volume:

SGN(C - XAVGC200) <> SGN(C1 - XAVGC200.1) AND V > 1.2 * V1

Price xUp SMA200 with increasing Volume:

C > AVGC200 AND C1 <= AVGC200.1 AND V > 1.2 * V1

Price xDn SMA200 with increasing Volume:

C < AVGC200 AND C1 >= AVGC200.1 AND V > 1.2 * V1

Price crossing SMA200 (either direction) with increasing Volume:

SGN(C - AVGC200) <> SGN(C1 - AVGC200.1) AND V > 1.2 * V1

You may wish to review the following:

Moving Average PCF Templates
Things to check if your moving averages don't "seem right" or "seem to match"
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

-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.