PureBytes Links
Trading Reference Links
|
Hello,
I do not much care for the sort of language you tend to use. I'll
not miss terribly if you decide not to respond to me in future.
- Salil V Gangal
--- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:
> Jeeez Salil!
>
> Do you realize how much time you've cost folks trying to bail your
butt out
> by:
>
> 1. Not installing your (supposedly legal copy of TC2000).
>
> 2. Not using the latest version of AB.
>
> Get your act together, dood!
>
> If you actually trade like you handle AB I'd be surprised if you
have a dime
> left.
>
> Criminy!
>
> d
>
>
>
>
> _____
>
> From: Tomasz Janeczko [mailto:amibroker@x...]
> Sent: Sunday, April 25, 2004 3:16 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: Re: [amibroker] Re: SetForeign's funcationality -- FullName
()
> becomes Name() ?
>
>
> 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@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 Sponsor
>
> ADVERTISEMENT
>
>
<http://rd.yahoo.com/SIG=129t4sf48/M=285832.4851039.5997748.1269404/D=
groups
> /S=1705632198:HM/EXP=1083006993/A=2105440/R=0/SIG=14dpdlr1u/*http://
www.hous
> eholdfinance.com/ln/TrackingServlet?
cmd_MediaCode=&fc=APS&mkt=000&mc=01PSYAY
> A004001B220000U0300L0010000000000&dest=HOME_PAGE> click here
>
> <http://us.adserver.yahoo.com/l?
M=285832.4851039.5997748.1269404/D=groups/S=
> :HM/A=2105440/rand=378974959>
>
>
> _____
>
> 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
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service
> <http://docs.yahoo.com/info/terms/> .
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/
|