| 
 PureBytes Links 
Trading Reference Links 
 | 
 In order run the scan , you need to add buy & sell conditions 
  
Buy = pchng > 10; 
Sell = pchng < -10; 
  
or you can hit explore button with filter varaible 
add to the above statements 
  
Filter = Buy or Sell; 
  
-------------- Original message --------------  From: "Prashanth K" <prash454@xxxxxxxxxxxxxx>  Hello Doc,
  I havent checked the whole thread, but reading your query, I think  what you require is a Addcolumn syntax.
  Add the following to the formula and you should be able to Explore  the Same
  Filter = 1; AddColumn(pchng,"Percent Change");
 
  Cheers
  Prashanth
 
  On Wed, 03 May 2006 Raman Kumar wrote : >Dear Yuki > >I still don't get it. > >How to add a column to the analysis output was the first hurdle,  >because i >want to sort the output of percentage change. > >when i run this formula > >pchng = ((C - Ref(C,-1)) / Ref(C,-1)) * 100; > >in the scan it says that " missing buy and sell variables" > >Would you please help me again and further. &g
t; >thanks >Dr. Raman Kumar
 
  Arise!! Awake!! And Stop Not till the Goal is Reached!! - Swami Vivekananda
  
  
Please note that this group is for discussion between users only. 
 
To get support from AmiBroker please send an e-mail directly to  
SUPPORT {at} amibroker.com 
 
For other support material please check also: 
http://www.amibroker.com/support.html 
 
  
    
  
  
  
    SPONSORED LINKS
   
       
  
 
  
    
  YAHOO! GROUPS LINKS
 
 
    
 |