Wednesday, April 9, 2008

NYSE Volume vs Previous Day













Simple EL code for

{works on 5-min chart only, note: will be wrong day AFTER a holiday shortened day}
value1=(c-c[78]);

Plot1(value1, "VolSum");

if value1 >0 then
setplotcolor(1,green)
else
setplotcolor(1,red);

No comments: