Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 11/29/2005 Posts: 12
|
I have added the stochastics indicator to my chart template. How do I know what the its exact value is on a particular day ? Ideally, I would like the value to be displayed when the cursor is placed on a particular point. Is there a way to do this ?
|
|
Registered User Joined: 10/7/2004 Posts: 286
|
You can get that Stochastic value in the pointer window if you put the stochastic indicator in the top window.
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
What are your Stochastic settings?
We could create a PCF and have it display on the chart or in your WatchList window....
You can also plot the same stochastics in the top window (but uncheck VISIBLE) and then use the pointer mode.
- Craig Here to Help!
|
|
Registered User Joined: 11/29/2005 Posts: 12
|
My stochastic settings are (8,3,3). Please let me know how I can create a PCF for this and display it in the Watchlist window.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Is it Simple or Exponential? Are you interested in the value of the SK Line or the SD Line?
Simple Stochastic SK (8,3):
STOC8.3
Simple Stochastic SD (8,3,3):
AVG(STOC8.3,3)
Exponential Stochastic SK (8,3):
XAVG(STOC8.1,3)
Exponential Stochastic SD (8,3,3):
0.500488758553275 * (XAVG(STOC8.1,3) + 2 / 4 * (XAVG(STOC8.1.1,3) + 2 / 4 * (XAVG(STOC8.1.2,3) + 2 / 4 * (XAVG(STOC8.1.3,3) + 2 / 4 * (XAVG(STOC8.1.4,3) + 2 / 4 * (XAVG(STOC8.1.5,3) + 2 / 4 * (XAVG(STOC8.1.6,3) + 2 / 4 * (XAVG(STOC8.1.7,3) + 2 / 4 * (XAVG(STOC8.1.8,3) + 2 / 4 * (XAVG(STOC8.1.9,3)))))))))))
You may be interested in the following:
Customize the Information Displayed in the WatchList Understanding Stochastics Sorting with Stochastics How to create a Personal Criteria Forumula (PCF) Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |