You mean something like this:
If yes, you can do it with any version of Metastock:
Create a new indicator with this formula:
x:=If(C>Ref(C,-1),1,0); If(x=1,V,0); {Green} If(x=0,V,0); {Red}
[]s
Bulli
Thanks for all the help!