Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 7/31/2006 Posts: 37
|
HI.
i seem to be unable to create an easyscan where daily ,weekly and monthly stoc are turning up and daily stoc crossing up 20.could you help?thanks
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
That would depend on your specific Stochastic settings:
Period: ?
SK Period: ?
SD Period: ?
Average Type: Simple or Exponential?
And on if you want the SK or SD line to be turning up with the daily crossing up 20. For example, if you had a Stochastic with the following settings:
Period: 8
SK Period: 3
SD Period: 3
Average Type: Simple
The following formula should do what you want if by turning up you mean it was going down during the previous period and is going up now:
STOC8.3 > 20 AND STOC8.3.1 <= 20 AND STOC8.3.1 < STOC8.3.2 AND STOC40 > STOC40.1.15 AND STOC40.1.5 < STOC40.1.20 AND STOC168 > STOC168.1.63 AND STOC168.1.21 < STOC168.1.84
You may wish to review the following:
Understanding Stochastics
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
|
|
Registered User Joined: 7/31/2006 Posts: 37
|
sorry i should have said period 14 sk 3 sd 3,and no i do not mean it was going down but what i would like to see is daily weekly and monthly turning up(sk crossing sd)and daily stoc crossing up 20.thanks
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Is the Stochastic Simple or Exponential?
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 7/31/2006 Posts: 37
|
simple
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
Simple Stochastic 14,3,3 Daily SK xUp 20 and Daily, Weekly and Monthly SK xUp SD:
STOC14.3 > 20 AND STOC14.3.1 <= 20 AND STOC14.3 > AVG(STOC14.3,3) AND STOC14.3.1 <= AVG(STOC14.3.1,3) AND 2 * STOC70 + STOC70.1.5 > 2 * STOC70.1.15 + STOC70.1.20 AND 2 * STOC70.1.5 + STOC70.1.10 <= 2 * STOC70.1.20 + STOC70.1.25 AND 2 * STOC294 + STOC294.1.21 > 2 * STOC294.1.63 + STOC294.1.84 AND 2 * STOC294.1.21 + STOC294.1.42 <= 2 * STOC294.1.84 + STOC294.1.105
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 7/31/2006 Posts: 37
|
thank you
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |