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

Re: Is it possible to calculate the volume average ?



PureBytes Links

Trading Reference Links

COND1=V>MA(V,15);
or
COND1=V>EMA(V,15);
D. T.
--- In amibroker@xxxx, lemanioc@xxxx wrote:
> Hi,
> i would like to include in a system a condition where todays volume 
> 
> than the last 15 days average volume for example.
> 
> Is there a way to do this ?
> I looked in afl reference but couldn't find something about volume 
> average.
> 
> Thanks,
> Manioc