| 
 PureBytes Links 
Trading Reference Links 
 | 
null
  ----- Original Message ----- 
  From: das300@xxxxxxxxxx 
  To: amibroker@xxxxxxxxxxxxxxx 
  Sent: Monday, October 25, 2004 11:51 AM
  Subject: [amibroker] SELECTIVE PLOTTING
  LEts say I have  a curve I want to plot like C- ATR() but I only want 
  to plot it if another condtion exists like C > MA (c,20)  how do I do 
  it?
  I tried an IIf loop but then im stuck with what to do if the 
  condition ISNOT met ? 
  eg- 
  IIF(cond true, PLOT , do not plot) ;
  IIF ( condition met , PLOT( C-ATR(9) , otherwise - what can i place 
  here as I dont want to do anything !! )
  regards
  maurice
  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 --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
 
 |