PureBytes Links
Trading Reference Links
|
Thanks for the code I will play around with it and see how it looks
----- Original Message ----
From: Dusant <dusant_ap@xxxxxxxxxxx>
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Wednesday, February 7, 2007 7:01:45 PM
Subject: Re: [EquisMetaStock Group] Volume Indicator
You could try this:
If(V >= Ref(V, -1), V, 0); {blue histogram}
If(V < Ref(V, -1), V, 0); {red histogram}
It would give you a fairly good idea of what the volumes are doing.
Alternatively;
If(C >= Ref(C, -1), V, 0); {blue histogram}
If(C < Ref(C, -1), V, 0); {red histogram}
Dusant
----- Original Message -----
From: andrew_slemko
To: equismetastock@ yahoogroups. .com
Sent: Tuesday, February 06, 2007 10:10 AM
Subject: [EquisMetaStock Group] Volume Indicator
Gentlemen and Ladies - i neeed a little help with this.
Ok you know how there's a built in "Volume" indicator within MS. Does
any one know if there's an indicator which has the following ability to
plot the total up volume (displayed as a positive value) down volume
(displayed as a negative value) plus have the regular total volume MS
indicator plotted also within the same window?
I was just wanting to see if it's possible to track which side of the
total volume is strongest the Buyers or Sellers during a given period.
Like if you are watching the price ladder within a trading platform.
Does that make any sense?
Yahoo! Groups Links
------------ --------- --------- ---
Here’s a new way to find what you're looking for - Yahoo! Answers
[Non-text portions of this message have been removed]
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|