Thanks, this is the code that I was I was looking for.

--- In [email protected], "Lester Vanhoff" <[EMAIL PROTECTED]> 
wrote:
>
> Make sure that you have proper Date Range in your AA window. And 
also try it with exponential MA.
> 
> Filter = 1;
> VolSpike = V > Ref(EMA(V,20)*2, -1);
> AddColumn (VolSpike, "Volume Spike");
> 
> Lester
> 
> 
> --- In [email protected], "xxxringop" <xxxringop@> wrote:
> >
> > I did a search through the posts on this subject and got this 
code 
> > VolSpike = V > Ref( MA( V, 20 ) * 2 , -1 );
> > 
> > However, when I use this code, it shows the spike(s) in volume 
that 
> > happened before current day.  How do I change this code or the 
filter 
> > to show only the spikes that happen on today's date (current)?  
Thanks.
> >
>


Reply via email to