Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Platinum Customer
Joined: 12/2/2004 Posts: 20
|
How do I convert this to daily in order to use it in tc2000. its' showing me weekly now.
2*STOC70+STOC70.1.5>2*STOC70.1.15+STOC70.1.20AND2*STOC70.1.5+STOC70.1.10<=2*STOC70.1.20+STOC70.1.25
WORKS WELL. I COPIED IT FROM A PREVIOUS DISCUSSION. I don't see where the weekly or daily is figured in.
Bottom line: want a scan with two pcfs. Want the slow stochastic to be moving up on both at the same time.
Maybe a 2nd scan showing me both daily and weekly crossing up thru 20.
Important to me to have one scan that does both at same time...if possible.
THANKS.
Beth
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The formula in your post is for a Weekly Simple Stochastic 14,3,3 SK xUp SD in the current production release of TeleChart. A Daily version would be:
Understanding Stochastics
Daily Simple Stochastic 14,3,3 SK xUp SD:
STOC14.3 > AVG(STOC14.3,3) AND STOC14.3.1 <= AVG(STOC14.3.1,3)
As to the other formulas requested:
Daily Simple Stochastic 14,3 SK xUp 20:
STOC14.3 > 20 AND STOC14.3.1 <= 20
Daily Simple Stochastic 14,3,3 SD xUp 20:
AVG(STOC14.3,3) > 20 AND AVG(STOC14.3.1,3) <= 20
You can use all of the above formulas in the TC2000.com version 11 beta as Calendar Week formulas by just setting the Time Frame of the PCF to Weekly when creating or editing the PCF. In the current production version of TeleChart, you could use the following as rolling 5-Trading Day Bar Week formulas:
Weekly Simple Stochastic 14,3 SK xUp 20:
(STOC70 + STOC70.1.5 + STOC70.1.10) / 3 > 20 AND (STOC70.1.5 + STOC70.1.10 + STOC70.1.15) / 3 <= 20
Weekly Simple Stochastic 14,3,3 SD xUp 20:
(STOC70 + 2 * STOC70.1.5 + 3 * STOC70.1.10 + 2 * STOC70.1.15 + STOC70.1.20) / 9 > 20 AND (STOC70.1.5 + 2 * STOC70.1.10 + 3 * STOC70.1.15 + 2 * STOC70.1.20 + STOC70.1.25) / 9 <= 20
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Platinum Customer
Joined: 12/2/2004 Posts: 20
|
I'm only getting 1 or 2 results, so how could you change it to look for slow stoch moving up from any low to a high of maybe 40? for both daily and weekly. Would combine in a scan to get both slow stoch near the bottom no matter how low
Thank you.
Beth
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
If you want both the Daily and Weekly Stochastic SK 14,3 to be below 40 and increasing in the current production release of TeleChart:
STOC14.3 < 40 AND STOC14.3 > STOC14.3.1 AND (STOC70 + STOC70.1.5 + STOC70.1.10) / 3 < 40 AND STOC70 > STOC70.1.15
If you want both the Daily and Weekly Stochastic SD 14,3,3 to be below 40 and increasing in the current production release of TeleChart:
AVG(STOC14.3,3) < 40 AND AVG(STOC14.3,3) > AVG(STOC14.3.1,3) AND (STOC70 + 2 * STOC70.1.5 + 3 * STOC70.1.10 + 2 * STOC70.1.15 + STOC70.1.20) / 9 < 40 AND STOC70 + STOC70.1.5 + STOC70.1.10 > STOC70.1.15 + STOC70.1.20 + STOC70.1.25
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Platinum Customer
Joined: 12/2/2004 Posts: 20
|
thank you soooo much. I'll give her a try.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |