Gold Customer
Joined: 10/14/2004 Posts: 202
|
Please write the PCF for the day the money stream is passing up through the 21 dma simple. Thanks.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
MoneyStream crossing up through its own SMA21 (not the SMA21 of Price which would be meaningless):
MS > MS21 AND MS1.1 <= MS21.1
You may wish to review the following:
Dealing with OBV & MS in PCF's - how to interp their "values"
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: 10/17/2007 Posts: 15
|
Hi, how to write PCF for MS crossing up through its own EMA17 today? Thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
ats33,
Please try the following:
MS > XAVG(MS,17) AND MS1.1 <= XAVG(MS1.1,17)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|