Guest
Joined: 9/18/2004 Posts: 247
|
Could you please help me filter out stocks where MS is moving below the MA8/MA22, the bottom of the Envelope Channel (22bar, 10 width, exponential) quickly. Thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I know how to create a formula for MoneyStream crossing below its own Moving Average but I do not know how to create Personal Criteria Formulas for Envelope Channels.
MS xDn its own SMA8:
MS < MS8 AND MS1.1 >= MS8.1
MS xDn its own SMA22:
MS < MS22 AND MS1.1 >= MS22.1
MS xDn its own EMA8:
MS < XAVG(MS,8) AND MS1.1 >= XAVG(MS1.1,8)
MS xDn its own EMA22:
MS < XAVG(MS,8) AND MS1.1 >= XAVG(MS1.1,8)
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Dealing with OBV & MS in PCF's - how to interp their "values"
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|