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

Re: [EquisMetaStock Group] Digest Number 354



PureBytes Links

Trading Reference Links

Hi,

Before I waste more valuable days of my life trying the impossible, can 
anybody tell if its possible to impose (automatically) horizontal lines on 
Intra-day data that represent the previous daily bar-
specifically its O,H,L,C and mid-point?
(I know you can do this in TradeStation.)

Thanks,
Ken


At 03:53 PM 4/3/2003, you wrote:
>
>To unsubscribe from this group, send an email to:
>equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
>
>------------------------------------------------------------------------
>
>There are 13 messages in this issue.
>
>Topics in this digest:
>
>       1. Filtering
>            From: "jonnie33" <jonnie33@xxxxxxxxx>
>       2. Re: Filtering
>            From: "Richard Dale" <richard@xxxxxxxxxxxxxxx>
>       3. RE: Re: Finding and Using the Maximum Value of a Variable
>            From: "Barry Seeger" <barry.seeger@xxxxxxxxxxx>
>       4. Re: Filtering
>            From: "jonnie33" <jonnie33@xxxxxxxxx>
>       5. Re: Filtering
>            From: weerayah velawan <vela007_2000@xxxxxxxxx>
>       6. Re: Filtering
>            From: weerayah velawan <vela007_2000@xxxxxxxxx>
>       7. Installing on new computer
>            From: Ron <ronber@xxxxxxxxxxxxx>
>       8. Re: Installing on new computer
>            From: JayTownsend@xxxxxxx
>       9. Re: Installing on new computer
>            From: Ron <ronber@xxxxxxxxxxxxx>
>      10. Re: Installing on new computer
>            From: JayTownsend@xxxxxxx
>      11. Re: Installing on new computer
>            From: Ron <ronber@xxxxxxxxxxxxx>
>      12. Re: Installing on new computer
>            From: JayTownsend@xxxxxxx
>      13. Re: Filtering
>            From: "jonnie33" <jonnie33@xxxxxxxxx>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 1
>    Date: Thu, 03 Apr 2003 01:26:29 -0000
>    From: "jonnie33" <jonnie33@xxxxxxxxx>
>Subject: Filtering
>
>Hi,
>
>can anyone give me a tester or something to filter FOR stock valuing
>less than RM 1.00
>
>those 0.9, 0.8, 0.7, 0.6, 0.5 and the rest...
>
>thanks for the help...
>
>- JoNNiE -
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 2
>    Date: Thu, 3 Apr 2003 10:04:40 +0800
>    From: "Richard Dale" <richard@xxxxxxxxxxxxxxx>
>Subject: Re: Filtering
>
>In the Filter field of your explorer, how about using
>
>C < 1.00
>
>
>
>Cheers,
>Richard.
>Norgate Investor Services
>Premium quality Stock and Futures data for Australian, Asian & US
>Markets
>www.premiumdata.net
>
>----- Original Message -----
>From: "jonnie33" <jonnie33@xxxxxxxxx>
>To: <equismetastock@xxxxxxxxxxxxxxx>
>Sent: Thursday, April 03, 2003 9:26 AM
>Subject: [EquisMetaStock Group] Filtering
>
>
>Hi,
>
>can anyone give me a tester or something to filter FOR stock valuing
>less than RM 1.00
>
>those 0.9, 0.8, 0.7, 0.6, 0.5 and the rest...
>
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 3
>    Date: Thu, 3 Apr 2003 16:20:27 +0930
>    From: "Barry Seeger" <barry.seeger@xxxxxxxxxxx>
>Subject: RE: Re: Finding and Using the Maximum Value of a Variable
>
>Ron,
>Many thanks for this idea.  Brute force it may be, but it worked for me!
>
>
>Preston and Roy,
>Thanks for your ideas, I only wish I was sufficiently familiar with the
>MetaStock programming language to be able to apply them.
>
>Cheers,
>Barry
>
>Barry,
>
>I think you can do it by brute force something like:
>
>C1:=max((max(mov(c,10,s),mov(c,11,s)),(max(mov(c,12,s),mov(c,13,s));
>C2:=max((max(mov(c,14,s),mov(c,15,s)),(max(mov(c,16,s),mov(c,17,s));
>C3:=max((max(mov(c,18,s),mov(c,19,s)),(max(mov(c,20,s),mov(c,21,s));
>C4:=max((max(mov(c,22,s),mov(c,23,s)),(max(mov(c,24,s),mov(c,25,s));
>C5:=max((max(mov(c,26,s),mov(c,27,s)),(max(mov(c,28,s),mov(c,29,s));
>C6:=max(c1,c2);
>C7:=max(C3,c4);
>C8:=max(C5,mov(c,30,s));
>c9:=max(c6,c7);
>c10:=max(c8,c9);
>cmax:=max(c9,c10);
>
>I didn't test it, but I think you can get the idea.
>
>Ron
>
>
>
>
>
>
>
>
>pumrysh wrote:
>
> > Barry,
> >
> > Try using the HHV [highest high value]. Since you are planning on
> > using a variable moving average you may experience some difficulty.
> > It can be done though. Post your code and I'm sure some of the great
> > coders on this site will be able to help you.
> >
> > Preston
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Barry Seeger"
> > <barry.seeger@xxxx> wrote:
> > > MetaStock Users,
> > >
> > > Can anyone tell me how to go about finding the maximum value of a
> > > variable when one parameter is allowed to vary, and use the
> > resulting
> > > value of the variable in an indicator formula?  Let's say I want to
> > > discover today's maximum value of the simple moving average of
> > closing
> > > price, where the averaging period can be anything from the last 10
> > to 30
> > > periods. That is, I want to find the maximum value of mov(c,10,s),
> > > mov(c,11,s) etc right through to mov(c,30,s). Then I'll use the
> > > resulting highest moving average value in a formula, and plot the
> > > result.
> > >
> > > Many thanks for your help,
> > > Barry
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
><http://rd.yahoo.com/M=243066.2784921.4151384.1769302/D=egroupweb/S=1705
>375617:HM/A=1377500/R=0/*http://www.verisign.com/cgi-bin/go.cgi?a=b31540
>113206004000
><http://rd.yahoo.com/M=243066.2784921.4151384.1769302/D=egroupweb/S=1705
>375617:HM/A=1377500/R=0/*http:/www.verisign.com/cgi-bin/go.cgi?a=b315401
>13206004000> >
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> > <http://docs.yahoo.com/info/terms/>.
>
>
>
>
>
>
>Yahoo! Groups Sponsor
>
>
>ADVERTISEMENT
>
><http://rd.yahoo.com/M=243066.2784921.4151384.1769302/D=egroupweb/S=1705
>375617:HM/A=1377501/R=0/*http:/www.verisign.com/cgi-bin/go.cgi?a=b308901
>13200616000>
>
>
><http://us.adserver.yahoo.com/l?M=243066.2784921.4151384.1769302/D=egrou
>pmail/S=:HM/A=1377501/rand=300535784>
>
>To unsubscribe from this group, send an email to:
>equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
>Your use of Yahoo! Groups is subject to the Yahoo!
><http://docs.yahoo.com/info/terms/>  Terms of Service.
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 4
>    Date: Thu, 03 Apr 2003 14:45:22 -0000
>    From: "jonnie33" <jonnie33@xxxxxxxxx>
>Subject: Re: Filtering
>
>Hi Richard,
>
>thanks for ur prompt reply...
>do u think i can have 2 filters in one explorer ???
>
>say i wan to filter those stocks tat value less than 1.00 and then
>within the result filter those wif VOLUME >1000 ...
>
>is it possible...
>thanks
>
>- JoNNiE -
>
>--- In equismetastock@xxxxxxxxxxxxxxx, "Richard Dale" <richard@xxxx>
>wrote:
> > In the Filter field of your explorer, how about using
> >
> > C < 1.00
> >
> >
> >
> > Cheers,
> > Richard.
> > Norgate Investor Services
> > Premium quality Stock and Futures data for Australian, Asian & US
> > Markets
> > www.premiumdata.net
> >
> > ----- Original Message -----
> > From: "jonnie33" <jonnie33@xxxx>
> > To: <equismetastock@xxxxxxxxxxxxxxx>
> > Sent: Thursday, April 03, 2003 9:26 AM
> > Subject: [EquisMetaStock Group] Filtering
> >
> >
> > Hi,
> >
> > can anyone give me a tester or something to filter FOR stock
>valuing
> > less than RM 1.00
> >
> > those 0.9, 0.8, 0.7, 0.6, 0.5 and the rest...
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 5
>    Date: Thu, 3 Apr 2003 07:19:24 -0800 (PST)
>    From: weerayah velawan <vela007_2000@xxxxxxxxx>
>Subject: Re: Filtering
>
>Dear Jonnie
>
>Yes you can have 2 filters. I strongly recommend that
>you go through the help files and the formula book in
>the group website. It will be helpful. You will be
>able to learn so much in so little time.
>
>Regards
>vw
>--- jonnie33 <jonnie33@xxxxxxxxx> wrote:
> > Hi Richard,
> >
> > thanks for ur prompt reply...
> > do u think i can have 2 filters in one explorer ???
> >
> > say i wan to filter those stocks tat value less than
> > 1.00 and then
> > within the result filter those wif VOLUME >1000 ...
> >
> > is it possible...
> > thanks
> >
> > - JoNNiE -
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Richard
> > Dale" <richard@xxxx>
> > wrote:
> > > In the Filter field of your explorer, how about
> > using
> > >
> > > C < 1.00
> > >
> > >
> > >
> > > Cheers,
> > > Richard.
> > > Norgate Investor Services
> > > Premium quality Stock and Futures data for
> > Australian, Asian & US
> > > Markets
> > > www.premiumdata.net
> > >
> > > ----- Original Message -----
> > > From: "jonnie33" <jonnie33@xxxx>
> > > To: <equismetastock@xxxxxxxxxxxxxxx>
> > > Sent: Thursday, April 03, 2003 9:26 AM
> > > Subject: [EquisMetaStock Group] Filtering
> > >
> > >
> > > Hi,
> > >
> > > can anyone give me a tester or something to filter
> > FOR stock
> > valuing
> > > less than RM 1.00
> > >
> > > those 0.9, 0.8, 0.7, 0.6, 0.5 and the rest...
> >
> >
>
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Tax Center - File online, calculators, forms, and more
>http://tax.yahoo.com
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 6
>    Date: Thu, 3 Apr 2003 07:30:05 -0800 (PST)
>    From: weerayah velawan <vela007_2000@xxxxxxxxx>
>Subject: Re: Filtering
>
>Dear Jonnie
>
>By the way, for your question, use the following
>formula:
>
>c < 1.00 AND
>v > 1000
>
>
>It should work
>regards
>vw
>--- weerayah velawan <vela007_2000@xxxxxxxxx> wrote:
> > Dear Jonnie
> >
> > Yes you can have 2 filters. I strongly recommend
> > that
> > you go through the help files and the formula book
> > in
> > the group website. It will be helpful. You will be
> > able to learn so much in so little time.
> >
> > Regards
> > vw
> > --- jonnie33 <jonnie33@xxxxxxxxx> wrote:
> > > Hi Richard,
> > >
> > > thanks for ur prompt reply...
> > > do u think i can have 2 filters in one explorer
> > ???
> > >
> > > say i wan to filter those stocks tat value less
> > than
> > > 1.00 and then
> > > within the result filter those wif VOLUME >1000
> > ...
> > >
> > > is it possible...
> > > thanks
> > >
> > > - JoNNiE -
> > >
> > > --- In equismetastock@xxxxxxxxxxxxxxx, "Richard
> > > Dale" <richard@xxxx>
> > > wrote:
> > > > In the Filter field of your explorer, how about
> > > using
> > > >
> > > > C < 1.00
> > > >
> > > >
> > > >
> > > > Cheers,
> > > > Richard.
> > > > Norgate Investor Services
> > > > Premium quality Stock and Futures data for
> > > Australian, Asian & US
> > > > Markets
> > > > www.premiumdata.net
> > > >
> > > > ----- Original Message -----
> > > > From: "jonnie33" <jonnie33@xxxx>
> > > > To: <equismetastock@xxxxxxxxxxxxxxx>
> > > > Sent: Thursday, April 03, 2003 9:26 AM
> > > > Subject: [EquisMetaStock Group] Filtering
> > > >
> > > >
> > > > Hi,
> > > >
> > > > can anyone give me a tester or something to
> > filter
> > > FOR stock
> > > valuing
> > > > less than RM 1.00
> > > >
> > > > those 0.9, 0.8, 0.7, 0.6, 0.5 and the rest...
> > >
> > >
> >
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Tax Center - File online, calculators, forms,
> > and more
> > http://tax.yahoo.com
> >
>
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Tax Center - File online, calculators, forms, and more
>http://tax.yahoo.com
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 7
>    Date: Thu, 03 Apr 2003 13:00:29 -0500
>    From: Ron <ronber@xxxxxxxxxxxxx>
>Subject: Installing on new computer
>
>Hi all -
>
>How does one preserve templates, layouts, etc when moving to a  new
>computer. I know that the export import process will do explorations
>indicators and such, but what about templates, layouts, and I guess the
>folder structure.
>
>TIA
>Ron
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 8
>    Date: Thu, 3 Apr 2003 13:57:01 EST
>    From: JayTownsend@xxxxxxx
>Subject: Re: Installing on new computer
>
>In a message dated 4/3/2003 10:07:34 AM Pacific Standard Time,
>ronber@xxxxxxxxxxxxx writes:
>
> > Hi all -
> >
> > How does one preserve templates, layouts, etc when moving to a  new
> > computer. I know that the export import process will do explorations
> > indicators and such, but what about templates, layouts, and I guess the
> > folder structure.
> >
> > TIA
> > Ron
> >
>
>Hi:
>
>If your new computer is a Win XP, you can use the "Files and Settings
>Transfer Wizard" which is found under "Accessories"  "System Tools."  Even if
>your old computer doesn't have this utility, the Win XP utility on the new
>machine sets things up for your old computer.  If your old computer does not
>have a CD burner, it will require lots of floppies, but it works.  I used it
>for transferring lots of information from a Win Me machine to a Win XP
>machine.
>
>Jay
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 9
>    Date: Thu, 03 Apr 2003 14:20:04 -0500
>    From: Ron <ronber@xxxxxxxxxxxxx>
>Subject: Re: Installing on new computer
>
>Jay -
>
>How are you linking the 2 computers?
>Ron
>
>JayTownsend@xxxxxxx wrote:
>
> > In a message dated 4/3/2003 10:07:34 AM Pacific Standard Time,
> > ronber@xxxxxxxxxxxxx writes:
> >
> >> Hi all -
> >>
> >> How does one preserve templates, layouts, etc when moving to a  new
> >> computer. I know that the export import process will do explorations
> >> indicators and such, but what about templates, layouts, and I guess the
> >> folder structure.
> >>
> >> TIA
> >> Ron
> >
> >
> >
> > Hi:
> >
> > If your new computer is a Win XP, you can use the "Files and Settings
> > Transfer Wizard" which is found under "Accessories"  "System Tools."
> > Even if your old computer doesn't have this utility, the Win XP
> > utility on the new machine sets things up for your old computer.  If
> > your old computer does not have a CD burner, it will require lots of
> > floppies, but it works.  I used it for transferring lots of
> > information from a Win Me machine to a Win XP machine.
> >
> > Jay
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> > 
> <http://rd.yahoo.com/M=245454.3115308.4434529.1728375/D=egroupweb/S=1705375617:HM/A=1457554/R=0/*http://ipunda.com/clk/beibunmaisuiyuiwabei> 
>
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> > <http://docs.yahoo.com/info/terms/>.
>
>
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 10
>    Date: Thu, 3 Apr 2003 14:45:36 EST
>    From: JayTownsend@xxxxxxx
>Subject: Re: Installing on new computer
>
>In a message dated 4/3/2003 11:21:34 AM Pacific Standard Time,
>ronber@xxxxxxxxxxxxx writes:
>
> > Jay -
> >
> > How are you linking the 2 computers?
> > Ron
> >
>
>Hi Ron:
>
>Only with floppies and CDs.  If you go to the new computer which I will
>assume is an XP machine, then execute the "Files and Settings Transfer
>Wizard," before going to the old machine, and it will provide you a floppy
>sized utility that will run on your old computer.  Put that floppy in the old
>machine and execute it, and that utility will allow you to identify all files
>and processes that you wish to transfer.  After you identify them, they will
>be written to a media of your choice, floppy or CD.
>
>Jay
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 11
>    Date: Thu, 03 Apr 2003 14:52:02 -0500
>    From: Ron <ronber@xxxxxxxxxxxxx>
>Subject: Re: Installing on new computer
>
>Thanks. I'll let you know how it works.
>
>JayTownsend@xxxxxxx wrote:
>
> > In a message dated 4/3/2003 11:21:34 AM Pacific Standard Time,
> > ronber@xxxxxxxxxxxxx writes:
> >
> >> Jay -
> >>
> >> How are you linking the 2 computers?
> >> Ron
> >
> >
> >
> > Hi Ron:
> >
> > Only with floppies and CDs.  If you go to the new computer which I
> > will assume is an XP machine, then execute the "Files and Settings
> > Transfer Wizard," before going to the old machine, and it will provide
> > you a floppy sized utility that will run on your old computer.  Put
> > that floppy in the old machine and execute it, and that utility will
> > allow you to identify all files and processes that you wish to
> > transfer.  After you identify them, they will be written to a media of
> > your choice, floppy or CD.
> >
> > Jay
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> > 
> <http://rd.yahoo.com/M=246920.2960106.4328965.1728375/D=egroupweb/S=1705375617:HM/A=1513703/R=0/*http://www.gotomypc.com/u/tr/yh/cpm/grp/300_06F/g22lp?Target=mm/g22lp.tmpl> 
>
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> > <http://docs.yahoo.com/info/terms/>.
>
>
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 12
>    Date: Thu, 3 Apr 2003 14:52:22 EST
>    From: JayTownsend@xxxxxxx
>Subject: Re: Installing on new computer
>
>Hi Ron:
>
>If you go to:
>
><A 
>HREF="http://www.microsoft.com/windowsxp/expertzone/columns/crawford/november12.asp";>http://www.microsoft.com/windowsxp/expertzone/columns/crawford/november12.asp</A>
>
>it will give a little more detail on transferring files from your old
>computer to the new XP machine.  If that doesn't provide enough detail, then
>do a search on Files and Settings Transfer Wizard and you will probably find
>other information on this.  About a year ago it saved me loads of time and
>trouble going from Win Me to a new Win XP machine.  It says that it will even
>work with older machines back to Win 95.
>
>Jay
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 13
>    Date: Thu, 03 Apr 2003 21:38:14 -0000
>    From: "jonnie33" <jonnie33@xxxxxxxxx>
>Subject: Re: Filtering
>
>hi,
>
>thanks a bunch...i will go thru the website's formula
>
>- JoNNiE -
>
>
>--- In equismetastock@xxxxxxxxxxxxxxx, weerayah velawan
><vela007_2000@xxxx> wrote:
> > Dear Jonnie
> >
> > By the way, for your question, use the following
> > formula:
> >
> > c < 1.00 AND
> > v > 1000
> >
> >
> > It should work
> > regards
> > vw
> > --- weerayah velawan <vela007_2000@xxxx> wrote:
> > > Dear Jonnie
> > >
> > > Yes you can have 2 filters. I strongly recommend
> > > that
> > > you go through the help files and the formula book
> > > in
> > > the group website. It will be helpful. You will be
> > > able to learn so much in so little time.
> > >
> > > Regards
> > > vw
> > > --- jonnie33 <jonnie33@xxxx> wrote:
> > > > Hi Richard,
> > > >
> > > > thanks for ur prompt reply...
> > > > do u think i can have 2 filters in one explorer
> > > ???
> > > >
> > > > say i wan to filter those stocks tat value less
> > > than
> > > > 1.00 and then
> > > > within the result filter those wif VOLUME >1000
> > > ...
> > > >
> > > > is it possible...
> > > > thanks
> > > >
> > > > - JoNNiE -
> > > >
> > > > --- In equismetastock@xxxxxxxxxxxxxxx, "Richard
> > > > Dale" <richard@xxxx>
> > > > wrote:
> > > > > In the Filter field of your explorer, how about
> > > > using
> > > > >
> > > > > C < 1.00
> > > > >
> > > > >
> > > > >
> > > > > Cheers,
> > > > > Richard.
> > > > > Norgate Investor Services
> > > > > Premium quality Stock and Futures data for
> > > > Australian, Asian & US
> > > > > Markets
> > > > > www.premiumdata.net
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "jonnie33" <jonnie33@xxxx>
> > > > > To: <equismetastock@xxxxxxxxxxxxxxx>
> > > > > Sent: Thursday, April 03, 2003 9:26 AM
> > > > > Subject: [EquisMetaStock Group] Filtering
> > > > >
> > > > >
> > > > > Hi,
> > > > >
> > > > > can anyone give me a tester or something to
> > > filter
> > > > FOR stock
> > > > valuing
> > > > > less than RM 1.00
> > > > >
> > > > > those 0.9, 0.8, 0.7, 0.6, 0.5 and the rest...
> > > >
> > > >
> > >
> > >
> > > __________________________________________________
> > > Do you Yahoo!?
> > > Yahoo! Tax Center - File online, calculators, forms,
> > > and more
> > > http://tax.yahoo.com
> > >
> >
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Tax Center - File online, calculators, forms, and more
> > http://tax.yahoo.com
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Save Smiley. Help put Messenger back in the office.
http://us.click.yahoo.com/4PqtEC/anyFAA/i5gGAA/BefplB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/