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 |

Stochastics PFC Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
stakano
Posted : Tuesday, February 13, 2007 11:33:32 AM
Registered User
Joined: 6/26/2005
Posts: 15
Hi,

I'm looking for a PCF that will scan a stochastic (21,3,4) that is crossing it's 50 bar moving average (preferably) from the bottom.

Can you help?

Thanks.
Bruce_L
Posted : Tuesday, February 13, 2007 11:45:41 AM


Worden Trainer

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

Simple:

AVG(STOC21.3,4) > (AVG(STOC21.50,4) + AVG(STOC21.50,4) + AVG(STOC21.50,4)) / 3 AND AVG(STOC21.3.1,4) <= (AVG(STOC21.50.1,4) + AVG(STOC21.50.1,4) + AVG(STOC21.50.1,4)) / 3

Exponential:

3 * XAVG(STOC21,4) - 2 * XAVG(STOC21,3) > 3 * (49 * XAVG(STOC21,50) - 3 * XAVG(STOC21,4)) / 46 - 2 * (49 * XAVG(STOC21,50) - 2 * XAVG(STOC21,3)) / 47 AND 3 * XAVG(STOC21.1.1,4) - 2 * XAVG(STOC21.1.1,3) <= 3 * (49 * XAVG(STOC21.1.1,50) - 3 * XAVG(STOC21.1.1,4)) / 46 - 2 * (49 * XAVG(STOC21.1.1,50) - 2 * XAVG(STOC21.1.1,3)) / 47

You may wish to review the following:

How to create a Personal Criteria Forumula (PCF)
Understanding Stochastics
Cascades of Moving Averages
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
stakano
Posted : Tuesday, February 13, 2007 2:39:08 PM
Registered User
Joined: 6/26/2005
Posts: 15
Thanks Bruce, you guys are awesome.
Bruce_L
Posted : Tuesday, February 13, 2007 2:44:49 PM


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.