PureBytes Links
Trading Reference Links
|
Dimitris,
My version is 4.53.0. Stone age version *smile* considering how
quickly Tomasz puts out different versions.
... I too will upgrade soon and will give it a try ...
Your algorithms and solutions in the meantime are going to be very
helpful. Just like your 'Tuesday Only' array generation was.
Regards,
- Salil V Gangal
--- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx>
wrote:
> Salil,
> I have to explain here I was using 4.52 when I posted my replies
this
> morning.
> BTW, I just downloaded 4.53.1 and did not see anything different re
> FullName().
> I do not understand Tomasz hint, it is 26min after midnight here,
I'm
> going for a walk in the fresh air, the rain has stopped, I think,
it
> will be nice, I suppose...
> Dimitris Tsokakis
> --- In amibroker@xxxxxxxxxxxxxxx, "Salil V Gangal"
> <salil_gangal@xxxx> wrote:
> > Tomasz,
> >
> > Okay ... I'll upgrade. Thanks.
> >
> > Regards,
> > - Salil V Gangal
> >
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko"
> <amibroker@xxxx>
> > wrote:
> > > Hello,
> > >
> > > You are using OLD version.
> > > Use AmiBroker 4.53.1 instead - it handles Fullname()/Name() with
> > > SetForeign().
> > >
> > > Best regards,
> > > Tomasz Janeczko
> > > amibroker.com
> > >
> > >
> > > ----- Original Message -----
> > > From: "Salil V Gangal" <salil_gangal@xxxx>
> > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > Sent: Sunday, April 25, 2004 3:13 AM
> > > Subject: [amibroker] Re: SetForeign's funcationality -- FullName
> ()
> > becomes
> > > Name() ?
> > >
> > >
> > > > Friends,
> > > >
> > > > I set the 'Symbol->Information->Full Name' for 'MSFT' / 'CSCO'
> > > > and 'YHOO' to 'Company 1' / 'Company 2' and 'Company 3'
> > respectively
> > > > and ensured that without SetForeign(), the FullName() is
working
> > > > properly. It does seem as if after executing SetForeign(),
the
> > > > FullName() becomes Name() !
> > > >
> > > > Has anyone else observed this ?
> > > >
> > > > Regards,
> > > > - Salil V Gangal
> > > >
> > > >
> > > >
> > > > --- In amibroker@xxxxxxxxxxxxxxx, "Salil V Gangal"
> > > > <salil_gangal@xxxx> wrote:
> > > > > Friends,
> > > > >
> > > > > Based on the documentation, I see that the SetForeign()
sets
> > OHLCV,
> > > > > OI, Avg to foreign security. However it does not go to get
> the
> > > > > FullName(). So when used in combination, as far as I can
> tell,
> > it
> > > > > sort-of does something weird. For example following code
===>
> > > > >
> > > > > SetForeign("MSFT");
> > > > > Title = FullName();
> > > > > SetForeign("CSCO");
> > > > > Title = Title + " " + FullName();
> > > > > SetForeign("YHOO");
> > > > > Title = Title + " " + FullName();
> > > > >
> > > > > Sets the Title to 'MSFT CSCO YHOO', which is as if FullName
()
> is
> > > > > returning Name() after SetForeign() goes in effect. Is this
> > > > > expected ?
> > > > >
> > > > > Sure ... I can get around SetForeign's apparent inability
to
> > work
> > > > > with FullName(), by using external Watch Lists, but will
like
> to
> > > > know
> > > > > what's going on here. Why does FullName() not return the
> name
> > of
> > > > > the 'current' security, why does it return the symbol of the
> > > > > SetForeign's security ?
> > > > >
> > > > > Regards,
> > > > > - Salil V Gangal
> > > >
> > > >
> > > >
> > > >
> > > > Send BUG REPORTS to bugs@xxxx
> > > > Send SUGGESTIONS to suggest@xxxx
> > > > -----------------------------------------
> > > > 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
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
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/
|