I have this code which makes a ticker change to ALL panes. I just want to 
change the pane which the indicator is in (no symbol link) ?

EnableScript("JScript");
<%
function SetChartTicker(newTicker)
{
AB = new ActiveXObject("Broker.Application");
AB.ActiveDocument.Name = newTicker; // ???
return 1;
}
%>

Reply via email to