[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Correct usage of Peak & Trough



PureBytes Links

Trading Reference Links

Tomasz,

I already have ...

Regards,
- Salil V Gangal

--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx> 
wrote:
> Salil,
> 
> You would end up better just sending support enquires to the only 
official
> support
> channel which is support-at-amibroker.com
> 
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message ----- 
> From: "Salil V Gangal" <salil_gangal@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Sunday, April 25, 2004 11:26 PM
> Subject: [amibroker] Re: SetForeign's funcationality -- FullName() 
becomes
> Name() ?
> 
> 
> > Hello,
> >
> > Oh ... did you forget your pill ... again ? *smile*
> > http://finance.groups.yahoo.com/group/amibroker/message/60328
> >
> > My focus remains "stuff" like SetForeign(), Name(), FullName(),
> > StrExtract() etc. and surely I strive to get it together, with 
kind
> > inputs from folks who respond in a civil manner, which I assume is
> > the purpose of this Yahoo Group.  (Nope ... my focus while on this
> > group, is not a particular part of human anatomy that you seem to
> > focus on so much.)  As I wrote before, I'll not miss terribly if 
you
> > don't respond to me.  If the earlier sentence happens to be in too
> > civil a language for you to grasp, then let me put it in different
> > words - *** I'll very much appreciate if you will not reply to me 
in
> > future. ***
> >
> > - Salil V Gangal
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:
> > > Get your "stuff" together and you won't hear from me again,
> > friend.  8-)
> > >
> > > d
> > >
> > >
> > >   _____
> > >
> > > From: Salil V Gangal [mailto:salil_gangal@x...]
> > > Sent: Sunday, April 25, 2004 3:59 PM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: [amibroker] Re: SetForeign's funcationality -- FullName
()
> > becomes
> > > Name() ?
> > >
> > >
> > > 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@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
> > >
> > >
> > > * 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@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
> >
> >
> >
> >
> >
> >



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com.  Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->

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/