Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Gold Customer
Joined: 1/24/2005 Posts: 97
|
I'm trying to create a simple stochastics x-over of 20, 12, 12 with the fast line crossing today.....any help with the PCF would be appreciated since I'm stuck here...
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try one of the following:
Simple Stochastic 20,12,12 SK xUp SD:
STOC20.12 > AVG(STOC20.12,12) AND STOC20.12.1 <= AVG(STOC20.12.1,12)
Simple Stochastic 20,12,12 SK xDn SD:
STOC20.12 < AVG(STOC20.12,12) AND STOC20.12.1 >= AVG(STOC20.12.1,12)
Simple Stochastic 20,12,12 SK crossing SD (either direction):
SGN(STOC20.12 - AVG(STOC20.12,12)) <> SGN(STOC20.12.1 - AVG(STOC20.12.1,12))
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
|
|
Gold Customer
Joined: 10/7/2004 Posts: 5
|
How do I get the worden stochastic to show in the price history in blocks like Peter Wordens in his webinar on Feb.3rd?
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
RickMs,
I've watched the video and didn't notice the Worden Stochastic being shown in the Price History Pane. It was at the bottom of the Chart and could be added by selecting Add Indicator | Select... | Worden Stochastics | OK. Dragging and Dropping the Worden Stochastic into the Price History Pane and selecting Overlay should Plot it in the same Pane.
The Price History was painted using a Volume Weighted MACD. You can add VWMACD by selecting Add Indicator | Select... | Volume-weight MACD | OK. You can adjust the settings of any of its component Indicators by left-clicking on the Indicator to bring up the Main tab of the Edit window.
You can Drag and Drop the VWMACD onto its Trigger and select Create Rule | Below Trigger to create the Rule. If you change the Color to Red and check Paint Price when Passing, it will color the Price History.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Gold Customer
Joined: 10/7/2004 Posts: 5
|
Bruce
Thanks for your help but I don't see a way to Drag and Drop VMACD onto its Trigger and then create a rule in Blocks. Create a rule appears to be in stockfinder but not in blocks. Am I missing something?
Rick
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
RickMs,
In Blocks (I just test tested this in the last version, Blocks 3.1), it is called a Condition instead of a Rule (so you Drag and Drop the VWMACD onto its Trigger and select Create Condition), but the basic idea is the same.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |