PureBytes Links
Trading Reference Links
|
It works with the proper syntax.
Example :
Var=IIf(GroupID()==254,10,20);
Title=WriteVal(GroupID(),1.0)+", "+WriteVal(Var,1.0);
Dimitris
--- In amibroker@xxxxxxxxxxxxxxx, "hotdayinlimbo" <dj@xxxx> wrote:
>
> 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 --------------------~-->
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/
|