PureBytes Links
Trading Reference Links
|
Hi to all,
Some time ago, someone published the followed formula in this forum.
VNoChange:=If(C=Ref(C,-1),V,0);
VNoChange;{Yellow}
VDownDay:=If(C<Ref(C,-1),V,0);
VDownday; {Red}
VUpday:=If(C>Ref(C,-1),V,0);
VUpday;{Green}
I wanted to ask, if its possible to also add "change" to this formula,
so it also shows the actual "plus or minus change in volume qty"
within the window title bar??
Any assistance would be greatly appreciated!
Thanks!
Mark
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/
|