PureBytes Links
Trading Reference Links
|
Thanks JS. That did the trick.
Keith
--- In amibroker@xxxxxxxxxxxxxxx, "johsun" <johanskatt@xxxx> wrote:
> Try,
>
> n=1;
> ticker=WriteIf(n==1,"COMPQX","NDX--X");
> SetForeign(ticker);
>
> JS
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Keith Bennett" <kbennett@xxxx>
> wrote:
> >
> > The code snippet below doesn't seem to be valid.
> >
> > n=1;
> > IIf(n=1,SetForeign("COMPQX"),SetForeign("NDX--X"));
> >
> > I want to use one of two index tickers depending on the value of
> n.
> > Is there some other way to achieve this.
> >
> > TIA
> > Keith
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
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/
|