can some one help me with the code for this please. I want
If price closes higher than previous days close volume bar green
If price closes lower than previous days close volume bar red
I have the following code but its a bit different It uses the open
price instead of previous days close
Plot( Volume, _DEFAULT_NAME(), IIf( C > O, ParamColor("Up
Color",
colorGreen ), ParamColor("Down Color", colorRed ) ), ParamStyle
( "Style", styleHistogram | styleThick, maskHistogram ) );
any help woulld be appreciated.