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 |

STOCHASTIC CROSSOVER 80 PCF Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Harv
Posted : Sunday, March 18, 2007 5:07:25 PM
Platinum Customer Platinum Customer

Joined: 10/7/2004
Posts: 14
I AM TRYING TO SCAN FOR A STOCASTIC 12-3-3 CR0SSOVER ABOVE 80 TODAY AND WROTE IT AS FOLLOWS;
STOC12.3>80 AND STOC12.3.1<80
THE STOCK CHARTS THAT COME UP DON'T REFLECT THIS CROSSOVER TODAY. PLEASE HELP
Bruce_L
Posted : Sunday, March 18, 2007 10:11:16 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Your Personal Criteria Formula would be correct for the SK line of a Stochastic with the following settings on a daily chart:

Period: 12
SK Period: 3
SD Period: 3
Average Type: Simple

The same for for the Simple Stochastic (12,3,3) SD Line would be:

AVG(STOC12.3,3) > 80 AND AVG(STOC12.3.1,3) <= 80

If you have the following settings:

Period: 12
SK Period: 3
SD Period: 3
Average Type: Exponential

You may wish to try the following:

Exponential (12,3) SK xUp 80:

XAVG(STOC12,3) > 80 AND XAVG(STOC12.1.1,3) <= 80

Exponential (12,3,3) SD xUp 80:

.500488758553275 * (XAVG(STOC12,3) + .5 * (XAVG(STOC12.1.1,3) + .5 * (XAVG(STOC12.1.2,3) + .5 * (XAVG(STOC12.1.3,3) + .5 * (XAVG(STOC12.1.4,3) + .5 * (XAVG(STOC12.1.5,3) + .5 * (XAVG(STOC12.1.6,3) + .5 * (XAVG(STOC12.1.7,3) + .5 * (XAVG(STOC12.1.8,3) + .5 * (XAVG(STOC12.1.9,3))))))))))) > 80 AND .500488758553275 * (XAVG(STOC12.1.1,3) + .5 * (XAVG(STOC12.1.2,3) + .5 * (XAVG(STOC12.1.3,3) + .5 * (XAVG(STOC12.1.4,3) + .5 * (XAVG(STOC12.1.5,3) + .5 * (XAVG(STOC12.1.6,3) + .5 * (XAVG(STOC12.1.7,3) + .5 * (XAVG(STOC12.1.8,3) + .5 * (XAVG(STOC12.1.9,3) + .5 * (XAVG(STOC12.1.10,3))))))))))) <= 80

You may wish to review the following:

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

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