Registered User Joined: 1/13/2005 Posts: 16
|
How should a formula be written to show when the 3 ema closes 10 cents (.10) or more below the 8 ema?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Condition Formula:
XAVGC3 <= XAVGC8 + .1
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: 1/13/2005 Posts: 16
|
Bruce,
Thanks for the response. Since I am looking for the 3 below the 8, should not the formula be < rather than > ?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Yes, it should.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|