PureBytes Links
Trading Reference Links
|
Hi Debra,
Try the indicator using volume
instead of price, also looks interesting. This will look exactly like the
original volume indicator but it displays volume up or down
relative to previous day in color presentation.
For Volume Up
If(V>=ref(V,-1),V,0)
For Volume Down
if(V<ref(V,-1),V,0)
Drag these two indicator to a new window and compare with the original
volume window. Once you are happy, you can remove the original volume
window.
Best Regards
Freddie Ng
Yahoo! Groups Sponsor
ADVERTISEMENT<img
src="" width=300 height=250 border=0>
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|