PureBytes Links
Trading Reference Links
|
<SPAN
class=394470720-23102002>Esteban,
take a
look at the help file and do a search of "operators" you will find a complete
list of the available operators for AFL. !Not is not one of them drop the !and
just use Not
<SPAN
class=394470720-23102002>
a
simpler approach would be simply
<SPAN
class=394470720-23102002>
Buy =
B1 AND <SPAN
class=394470720-23102002>v>20000;
<FONT color=#0000ff
size=2>
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Esteban
[mailto:ygroups@xxxx]Sent: Wednesday, October 23, 2002 3:44
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Help
with !NOT
I keep getting an error when trying to
use !NOT
I have a variable called LowVol set by
the statement: LowVol= V < 200000;
Another variable called B1
that defines buy conditions.
Now for the Buy statement that generates
the error message:
Buy = B1 AND !NOT
LowVol;
What am I doing wrong?
EstebanPost
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|