PureBytes Links
Trading Reference Links
|
This is how I do it, create two indicators and plot both in same inner
window as histograms. Set color "up" green; "down" red (or colors of
your own choice).
{Volume Up}
If(C>Ref(C,-1) OR C=Ref(C,-1),V,0)
{Volume Down}
If(C<Ref(C,-1),V,0)
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|