Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Computer program error?
Parameter number 1 of function highest is invalid on Line 153 is var xHH=highest(1periods, high ()); 11dynamic resistance
This is an esignal code.
1 Answer
- RatchetrLv 71 decade agoFavorite Answer
Well, I had never heard of esignal, but a quick Google tells me this:
"The eSignal scripting language, EFS, a derivative of JavaScript'
If that's the case, I would guess that 1 periods isn't a valid variable name. Variables names in JavaScript can't begin with a number.
Same may be true in EFS.
Try a different variable name, one that doesn't start with a number.