PureBytes Links
Trading Reference Links
|
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/>.
------------------------ 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/
|