[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with !NOT



PureBytes Links

Trading Reference Links

Better yet use LowVol = V > 200000

Ara
--- In amibroker@xxxx, "Esteban" <ygroups@xxxx> wrote:
> 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?
> 
> Esteban