| 
 PureBytes Links 
Trading Reference Links 
 | 
This is a slight twist on using the Param for toggling indicators on 
or off.  I believe I found this in code that Herman had written.  
Thanks Herman :-), I am slowly learning the AB language thanks to 
contributors like you, Dimitris, Graham, William, Stephane, Jayson 
and all of you that had been generous enough to share your knowledge.
show_ma20 = ParamToggle("Moving Average 20  On/Off","Off|On");
if (show_ma20 ) Plot(MA(C,20),"MA20",colorSkyblue,styleline);.
Thanks again to those of you that are helping those of us new to the 
AB langauge.
David K
------------------------ 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/
 
 |