PureBytes Links
Trading Reference Links
|
volume bar with colors
Red:=If(C<Ref(C,-1) OR (Ref(C,-1)<Ref(C,-2)
AND C=Ref(C,-1)),V,0);
Green:=If(C>Ref(C,-1) OR (Ref(C,-1)>Ref(C,-2)
AND C=Ref(C,-1)),V,0);
Red;
Green;
due to one day huge volume.... the colored volume bars for other days
cannot be seem.... does anyone have formula for volume bar with colors
in log scale??? thank
metastock pro 9.0
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|