| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi Brett
{OR}
ConditionA OR ConditionB;
{Exclusive OR}
ConditionA=TRUE AND ConditionB=FALSE OR ConditionA=False AND ConditionB=TRUE;
This can be shortened to ..
{Exclusive OR}
ConditionA AND ConditionB=0 OR ConditionA=0 AND ConditionB;
And for those that are never sure of the AND/OR precedence (like myself) ..
{Exclusive OR}
(ConditionA AND ConditionB=0) OR (ConditionA=0 AND ConditionB);
Regards
Roy
 
----- Original Message ----- 
From: Brett Sinclair 
To: equismetastock@xxxxxxxxxxxxxxx 
Sent: Thursday, March 29, 2007 4:56 AM
Subject: [EquisMetaStock Group] OR
Can someone provide me with a sample of both the exclusive OR and the non-exclusive 'OR' in Metastock?
Thanks, Brett
[Non-text portions of this message have been removed]
 
[Non-text portions of this message have been removed]
 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
    Individual Email | Traditional
<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)
<*> To change settings via email:
    mailto:equismetastock-digest@xxxxxxxxxxxxxxx 
    mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |