I found good results filtering Buy signals with a function but this solution is 
very much time-consuming:


function quote_filter_by_volume (Days){
  if (IsNull(Days)) Days = 30;
  return  (Sum(  (V*C < _volMin ) , 100) <Days );
}


Buy  = quote_filter_by_volume (40) AND ... // usar 30 o 40

Can I exclude some quotes from 'Analisys' ??? :)


--- In [email protected], "italoarg76" <boctu...@...> wrote:
>
> Hi everyone!
> 
> I need download all quotes but EXCLUDE some from analisys.
> 
> In some markets the volume is so low . that some DOW asumptions are not truth 
> and ... many AT indicators fail so I need exclude quotes from automatica 
> analisys. 
> 
> Is it possible ? :)
> 
> Thank you very MUCH!
>


Reply via email to