PureBytes Links
Trading Reference Links
|
Graham:
I sincerely appreciate you and others trying to help--but
to be frank no one is reading all the description I am
providing.
Use the PARAMSTR command to input the symbol!!!! Then
CHANGE the symbol with the Param box and see if the Fullname
changes.
I've put in my code. What else can I say. Using
the param input command is not the same as the example that Tomasz and
you and others have suggested.
If I am missing something here I really apologize, but
until someone comes back with an example using the ParamStr input method, and
shows that it renders the Title correctly, then I remain convinced (from my
many experiments) that it cannot be done. I have not tried the jScript
approach.
Ken
Ken, Tomasz's answer works for me. This is 2 ways to do it and
gives me both
SetForeign("XJO"); fn = FullName(); Title =
FullName(); RestorePriceArrays();
Title = Title + " " +
fn;
-- Cheers Graham AB-Write >< Professional AFL Writing
Service Yes, I write AFL code to your requirements http://e-wire.net.au/~eb_kavan/ab_write.htm
On
1/9/06, Ken Close <closeks@xxxxxxxx> wrote: > Thanks to
everyone for suggesting this but it does NOT WORK with what I am >
doing. Please reread what I am trying to do. > > Here again is
the code snippits: > > Issue = ParamStr("Issue","RUT-I"); >
SetForeign("Issue"); > Price = C;//Foreign(Issue,"C"); > FName =
FullName(); > RestorePriceArrays(); > >
<snip> > > Title = EncodeColor(colorRed) + Issue + " " +
FName + "\n"+ > > <snip> > > The title continues
to show the FullName of the symbol that exists in the > entry box, not the
fullname of the symbol entered via the Param window. In > the above,
if RUT-I is the default in the Param statement (as shown) and > DJ-30 is
the symbol in the input box, the Title will show: > > RUT-I
INDEXFAM DJ 30 Industrials Index > > I do not think it can be done,
or else something else is needed. > > Thanks for the suggestions
however. > > Ken > > -----Original Message----- >
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf > Of Tomasz Janeczko > Sent: Sunday, January 08, 2006 3:41
PM > To: amibroker@xxxxxxxxxxxxxxx > Subject: Re: [amibroker]
FullName in Title with Foreign > > Hello, > > > I
think the answer is "no", but someone here perhaps knows of a
way. > > SetForeign("RUT-I"); > Title = FullName(); >
RestorePriceArrays(); > > > Best regards, > Tomasz
Janeczko > amibroker.com > ----- Original Message ----- >
From: "Ken Close" <closeks@xxxxxxxx> > To:
<amibroker@xxxxxxxxxxxxxxx> > Sent: Sunday, January 08, 2006 5:49
PM > Subject: [amibroker] FullName in Title with
Foreign > > > > Lots of questions about Title these
days.....and here is another. > > > > I want to use ParamStr
to input a symbol and then let Foreign get the > price > > and go
from there. > > > > When I get to the custom Title statement,
I would like to display the > active > > symbol and its
FullName(). > > > > So, something like: > > >
> Issue = ParamStr("Issue","RUT-I"); > > Price =
Foreign(Issue,"C"); > > > > <snip code> >
> > > Title = Issue + FullName() + "\n" + > > >
> FullName() like this displays, of course, the fullname of the symbol
in > the > > input/enter box, not the fullname of the symbol
specified in the Param > entry > > box. > > > >
Is there a way to display the FullName of the symbol entered via a Param >
> box? > > > > I think the answer is "no", but someone here
perhaps knows of a way. > > > > Thanks, > > >
> Ken > > > > -- > > No virus found in this
outgoing message. > > Checked by AVG Free Edition. > >
Version: 7.1.371 / Virus Database: 267.14.15/223 - Release Date:
1/6/2006 > > > > > > > > >
> > > Please note that this group is for discussion between users
only. > > > > To get support from AmiBroker please send an
e-mail directly to > > SUPPORT {at} amibroker.com > > >
> For other support material please check also: > > http://www.amibroker.com/support.html >
> > > > > Yahoo! Groups Links > > >
> > > > > > > > > >
> > > > > Please note that this group is for
discussion between users only. > > To get support from AmiBroker
please send an e-mail directly to > SUPPORT {at}
amibroker.com > > For other support material please check
also: > http://www.amibroker.com/support.html > > >
Yahoo! Groups Links > > > > > > >
-- > No virus found in this incoming message. > Checked by AVG Free
Edition. > Version: 7.1.371 / Virus Database: 267.14.15/223 - Release
Date: 1/6/2006 > > > -- > No virus found in this
outgoing message. > Checked by AVG Free Edition. > Version: 7.1.371
/ Virus Database: 267.14.15/223 - Release Date:
1/6/2006 > > > > > > Please note that this
group is for discussion between users only. > > To get support from
AmiBroker please send an e-mail directly to > SUPPORT {at}
amibroker.com > > For other support material please check
also: > http://www.amibroker.com/support.html > > >
Yahoo! Groups
Links > > > > > > >
-- No virus found in this incoming message. Checked by AVG
Free Edition. Version: 7.1.371 / Virus Database: 267.14.15/223 - Release
Date: 1/6/2006
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.15/223 - Release Date: 1/6/2006
|