PureBytes Links
Trading Reference Links
|
Many thanks to Anthony, Graham, Steve, and Terry for
hanging with me and leading me both to the water and showing me how to
drink.
Those damn pesky "" and other programming
"details".
THANKS!!
Ken
Ken,
Check the Image file....it works for me...Is this not
what you are trying to achieve....
Anthony ----- Original Message
----- From: "Ken Close" <closeks@xxxxxxxx> To:
<amibroker@xxxxxxxxxxxxxxx> Sent: Sunday, January 08, 2006 5:08
PM Subject: [amibroker] Still Not Able to -- FullName in Title with
Foreign
> 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
|