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 |

200 MA CROSSOVER Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
myway123
Posted : Tuesday, March 10, 2009 2:50:05 PM
Registered User
Joined: 10/7/2004
Posts: 35
hOW TO WRITE A 200 MA CROSSOVER DAILY WITH  A 10% INCREASE VOLUME
Bruce_L
Posted : Tuesday, March 10, 2009 2:55:29 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Please try one or more of the following Personal Criteria Formulas:

Price xUp SMA200 and Volume inceased 10%:

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

Price xDn SMA200 and Volume inceased 10%:

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

Price crossing SMA200 (either direction) and Volume inceased 10%:

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

Price xUp EMA200 and Volume inceased 10%:

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

Price xDn EMA200 and Volume inceased 10%:

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

Price crossing EMA200 (either direction) and Volume inceased 10%:

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

You may wish to review the following:

How to create a Personal Criteria Forumula (PCF)
Moving Average PCF Templates
Things to check if your moving averages don't "seem right" or "seem to match"
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.