You find the symbols that have V above a certain threshold with useSymbol = 
iif( lastvalue( V ) > threshold, 1, 0 ); 

Then, for example, use something like

if( useSymbol )
{

    your analysis and results

}

And then output your results as you normally do for AA analyses.

So, the only thing different from your usual AA runs is the use of useSymbol 
and the if() expression.

Bill

  ----- Original Message ----- 
  From: italoarg76 
  To: [email protected] 
  Sent: June 27, 2010 3:54 PM
  Subject: [amibroker] Re: Download all quotes but exclude some from analisys


  Hi Bill.... thank you for your answer.

  I need to know HOW SELECT quotes for Analisys ? do you know how ?
  How should I use 'useSymbol' ?

  Best regards, Pablo

  useSymbol = iif( lastValue( V ) < "insert volume threshold", 1, 0 )




  --- 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!
  >




  ------------------------------------

  **** IMPORTANT PLEASE READ ****
  This group is for the discussion between users only.
  This is *NOT* technical support channel.

  TO GET TECHNICAL SUPPORT send an e-mail directly to 
  SUPPORT {at} amibroker.com

  TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
  http://www.amibroker.com/feedback/
  (submissions sent via other channels won't be considered)

  For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
  http://www.amibroker.com/devlog/

  Yahoo! Groups Links



Reply via email to