Can't answer your question directly, but try this instead:
_N(Title = Name() + " - " + Fullname() + StrFormat(" - {{INTERVAL}} {{DATE}}
Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C,
SelectedValue( ROC( C, 1 ) ) ));
--
Terry
-----Original Message-----How about the fullname problem? I'd like the co name in the chart. Shouldn't that be working?
