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 |

Gap Up abve 20sma Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Twinkletoes
Posted : Friday, April 3, 2009 4:28:29 AM
Registered User
Joined: 10/7/2004
Posts: 39
 Looking for a PCF where a stock GAPS up 1% or greater than the 20sma 

tu 

TT
Bruce_L
Posted : Friday, April 3, 2009 8:57:49 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
If you mean the gap up is at least 1% of the SMA20, then you might want to try one of the following:

Gap Up as previous High to current Low:

L - H1 >= AVGC20 * .01

Gap Up as previous High to current Open:

O - H1 >= AVGC20 * .01

Gap Up as previous Close to current Open:

O - C1 >= AVGC20 * .01

Gap Up as previous Close to current Low:

L - C1 >= AVGC20 * .01

If you mean that there was a gap up and than the Price is now 1% or more greater than the SMA20 then you may wish to try one of the following instead:

Gap Up as previous High to current Low:

L > H1 AND C / AVGC20 >= 1.01

Gap Up as previous High to current Open:

O > H1 AND C / AVGC20 >= 1.01

Gap Up as previous Close to current Open:

O > C1 AND C / AVGC20 >= 1.01

Gap Up as previous Close to current Low:

L > C1 AND C / AVGC20 >= 1.01

If you mean that there was a gap up and than the current Price component used is is 1% or more greater than the SMA20 then you may wish to try one of the following instead:

Gap Up as previous High to current Low:

L > H1 AND L / AVGC20 >= 1.01

Gap Up as previous High to current Open:

O > H1 AND O / AVGC20 >= 1.01

Gap Up as previous Close to current Open:

O > C1 AND O / AVGC20 >= 1.01

Gap Up as previous Close to current Low:

L > C1 AND L / AVGC20 >= 1.01

You may wish to review the following:

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.