| 
 PureBytes Links 
Trading Reference Links 
 | 
| 
 Luigi, 
  
This is from the help file: 
  
  
  
    
      GETCHARTID - get current chart ID | 
    
       Exploration /Indicator Builder (AFL 
2.3)  |   
  
  
    | SYNTAX  | 
    GetChartID()  |  
  
    | RETURNS | 
    NUMBER  |  
  
    | FUNCTION  | 
    returns the chart ID of current indicator formula. 
      Returns 0 if used in Automatic analysis.  |  
  
    | EXAMPLE | 
    
       Cross( graph0, Study( "RE", GetChartID() ) );  
        
         |    
  ----- Original Message -----  
  
  
  Sent: Tuesday, January 11, 2005 11:52 
  AM 
  Subject: [amibroker] no study values in 
  explore results 
  
 
  hello i wrote following simple code to point out major 
  problem of a  code i want use to have alarms on explore in AA 
  window.
  here it is:
  line = Study("RE", 
  GetChartID());
  Filter = 1; AddColumn(line, "study", 1.4); Title = 
  WriteVal(Line, 1.4);
  In indicator of a stock i can read study level on 
  title place as  correct. When i make an explore, i have nothing in 
  "study" column. no filter problem, i checked this.
  Until now i have 
  not found solution, someone can help me?
  thank you in 
  advance.
 
 
 
 
 
  Check AmiBroker web page 
  at: http://www.amibroker.com/
  Check 
  group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  
  
  
    
  No virus found in this incoming message. Checked by AVG 
  Anti-Virus. Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 
  1/6/2005
  
  
Check AmiBroker web page at: 
http://www.amibroker.com/ 
 
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
  
 
 
Yahoo! Groups Links 
 |  
 No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 1/6/2005
 
 |