Hi,
I'm having a problem with this formula. Alex has been helping me on another folder but I just wanted to bring it to a wider audience as it has now become a generic issue.
function main() {
return close("$COMPQ");
}
All it's supposed to do is return the value of the Nasdaq Composite. If I add it to a $COMPQ chart it works fine - just returns the same value as the chart. If I add it to an ES #F chart it works fine... except before 1st May - the day of the Globex outage. Same problem for the $INDU and I assume other symbols.
Any eSignal staff (or anyone else know what I can do).
Thanks
mmillar
I'm having a problem with this formula. Alex has been helping me on another folder but I just wanted to bring it to a wider audience as it has now become a generic issue.
function main() {
return close("$COMPQ");
}
All it's supposed to do is return the value of the Nasdaq Composite. If I add it to a $COMPQ chart it works fine - just returns the same value as the chart. If I add it to an ES #F chart it works fine... except before 1st May - the day of the Globex outage. Same problem for the $INDU and I assume other symbols.
Any eSignal staff (or anyone else know what I can do).
Thanks
mmillar
Comment