PureBytes Links
Trading Reference Links
|
I understood "up" to be today's close higher than yesterday's and "down"
to be today's close less than yesterday's.
Ron
DAVID H. LINTON wrote:
> Harry and Ron
> Harry wanted 'to have one bar color on days that the stock price
> closed higher than opened, and another color on days that it closed
> lower than opened'. The formulas for the green, red, and no change
> bars (blue) of the three indicators as follows: If(C>O,V,0),
> If(C<O,V,0), If(C=O,V,0).
> Also, in MS 7.22, use only singe width bars. If you use wider bars,
> dots of red will show at the bottom of each green and blue bar.
> David
>
> ----- Original Message -----
> From: Ron <mailto:ronber@xxxxxxxxxxxxx>
> To: equismetastock@xxxxxxxxxxxxxxx
> <mailto:equismetastock@xxxxxxxxxxxxxxx>
> Sent: March 15, 2003 11:53 PM
> Subject: Re: [EquisMetaStock Group] Re: Different colors of Volume
> on up/down days
>
> Harry -
>
> Create three indicators.
>
> RED:=If((Ref(C,-1)>C),V,0);
> Red;
>
> Yellow:=If((Ref(C,-1)=C) ,V,0);
> Yellow;
>
> Green:=If((Ref(C,-1)<C) ,V,0);
> Green;
>
> These can also be put in a single indicator. You have to apply the
> appropriate colors and save it as a template to preclude having to
> recolor them each time they are used.
>
> Ron
>
> stone91033 wrote:
>
> > --- In equismetastock@xxxxxxxxxxxxxxx, "bex1210" <hmw3@xxxx> wrote:
> > > I have Metastock 8. One feature I like is the ability on the Price
> > chart to have one bar color on days that the stock price closed
> > higher than opened, and another color on days that it closed lower
> > than opened. Mine is set so "up" days are green, and "down" days are
> > red.
> > >
> > > I have Volume in a seperate window directly below the Price. I
> > would like my volume histogram indicator to use the same colors:
> > i.e., the volume line on "up" days would be green, and on "down"
> > days, red.
> > >
> > > But I can't figure out how to accomplish this. Has someone got a
> > method?
> > >
> > > Thanks,
> > >
> > > Harry
> >
> >
> >
> > bex: see message # 6425 in the Metastockusers group posted by Ron -
> > may work for you.
> >
> > http://groups.yahoo.com/group/Metastockusers/message/6425
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> <http://rd.yahoo.com/M=243066.2784921.4151384.1927555/D=egroupweb/S=1705375617:HM/A=1377500/R=0/*http://www.verisign.com/cgi-bin/go.cgi?a=b31540113206004000>
>
> >
> >
> >
> > 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/>.
>
>
>
>
> 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.1927555/D=egroupweb/S=1705375617:HM/A=1377502/R=0/*http://www.verisign.com/cgi-bin/go.cgi?a=b31550113206004000>
>
>
>
> 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 ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/46VHAA/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/
|