| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi all,
I am trying to assign a seperate parm for each symbol - in 
otherwords a market specific parm.  To do this I put one market in 
group11, one in group12, and so forth.  This is my current code:
IIf(groupid()==11, var1=13,
IIf(groupid()==12, var1=8,
var1=18));
Needless to say this doesn't work.  I either need to call each 
group# or symbol by name.
Thank you for the responses.
DJ
------------------------ 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/
 
 |