PureBytes Links
Trading Reference Links
|
Roy,
Once again, you have exposed the limitation of my coding abilities.
You are truely an invaluable resource to MS users. I think I speak
for most on this group when I say I can only hope to someday be of
help to you. Thank you!
-Alex
--- In Metastockusers@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx>
wrote:
> Alex
>
> A:=(VOLUME/ Mov(VOLUME,50,E))*100;
> Red:=(C<Ref(C,-1))*A;
> Green:=(C>Ref(C,-1))*A;
> Yellow:=(C=Ref(C,-1))*A;
> Red;
> Green;
> Yellow;
> 100;
>
> Works fine in 7.03 so there's no reason it won't work in 8.xx.
>
> Roy
>
> ----- Original Message -----
> From: "vvad63" <alex.dina2@xxxx>
> To: <Metastockusers@xxxxxxxxxxxxxxx>
> Sent: Wednesday, August 13, 2003 8:11 AM
> Subject: [Metastockusers] Custom Volume Color
>
>
> > I plot a custom version of volume I call "normalized volume".
> > Here's the code:
> > (VOLUME/ Mov(VOLUME,50,E))*100;
> > 100;
> >
> > It's basically volume represented as a percentage of it's 50 MA
with
> > the horizontal line being the 50MA. What I'd like to do is color
the
> > up day volume green and the down day volume red. Is there a way
to
> > do this in MS EOD 8? Thanks, and feel free to use the code.
> > -Alex
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > Metastockusers-unsubscribe@xxxxxxxxxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
> >
> >
------------------------ 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/l.m7sD/LIdGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|