Registered User Joined: 4/11/2008 Posts: 12
|
When adding conditions to a scan, are the conditions totally independent of each other or is their an assumed “or” or “and” condition between the conditions input ?
Bbup = upper bollinger band for this simple example realizing there is no PCF for this.
Example 1.
Condition 1.
(C > Bbup and C > O )
Example 2.
Condition 1.
(C > Bbup)
Condition 2.
(C > O)
Are these examples equivalent scans ? Or would I get different results ?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A Scan ANDs all of its Conditions. Any ORs need to be done within a Condition Formula.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 4/11/2008 Posts: 12
|
thanks for the quick response.. Tim -
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|