What does the error message...."TypeError: (my variable) has no properties" when I run a back test mean?
Announcement
Collapse
No announcement yet.
TypeError
Collapse
X
-
Re: TypeError
Hi richthomas,
There is a variable/object within your efs that does not have the property that you are trying to use.
Check out this link to Variables vs. Properties in JavaScript, maybe it will help you find where the problem is.
Hope this helps,
Steve
Originally posted by richthomas
What does the error message...."TypeError: (my variable) has no properties" when I run a back test mean?
Comment