Are you really looking at NO Volume or NO Mutual Funds. No Volume is 
easy. Basically IF Volume == 0 then next.

--- In [email protected], "Ronald Davis" <[EMAIL PROTECTED]> wrote:
>
>  Dick Hoierman was aware of a METASTOCK exploration called 
PERFORMANCE, and he graciously shared the Amibroker version of it 
with us .  
> 
> This happens to be the VOLUME version of it.
> 
> I would like to have it modified so it can be run  my entire Yahoo 
stocks DATABASE, but I want it to SKIP the INDEXES and MUTUAL FUNDS  
so that I find ONLY the volumes of single STOCKS, ETF'S,  MLP'S, 
REITS,   etc. 
> 
> Hopefully, an Amerbrokerian on this board can do this.   Thanks Ron 
D.
> 
> MA10=MA(V,10);
> 
> MA25=MA(V,25);
> 
> MA50=MA(V,50);
> 
> MA75=MA(V,75);
> 
> MA100=MA(V,100);
> 
> //AddTextColumn( FullName(), "FullName" ); 
> 
> AddColumn (MA10, "MA10",1.2);
> 
> AddColumn (MA25, "MA25",1.2);
> 
> AddColumn (MA50, "MA50",1.2);
> 
> AddColumn (MA75, "MA75",1.2);
> 
> AddColumn (MA100, "MA100",1.2);
> 
> Filter = 1; // dummy
>


Reply via email to