| 
 PureBytes Links 
Trading Reference Links 
 | 
Peter,
study( STUDYID, CHARTID = 1 ) 
Right click on an indicator window, at the top right you should see something similar:
Id:1004.....etc.
Each indicator window has an id number....so , your study should look like:
study( STUDYID, 1004 ) 
----- Original Message ----- 
  From: lamplowman 
  To: amibroker@xxxxxxxxxxxxxxx 
  Sent: Friday, October 15, 2004 4:16 AM
  Subject: [amibroker] Study() help
  Hello,
  I'm trying to explore for
  Filter = C > Study("dd");
  I can get this to work if I have a trend line with a study ID 
  of  "dd" on the main price chart window, but I cannot get it to work 
  on any other chart / window / screen / tab (whatever you want to call 
  it)
  Does it work on any other tabs, is it possible, if so, how.
  Regards
  Peter
  Check AmiBroker web page at:
  http://www.amibroker.com/
  Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
        Yahoo! Groups Sponsor 
              ADVERTISEMENT
             
       
       
------------------------------------------------------------------------------
  Yahoo! Groups Links
    a.. To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
      
    b.. To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
      
    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
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
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |