Guys I am looking at some older EFS1 code:
var Price = getValue("close", 0, -6);
now it is the two numbers after the series name "close" that are confusing me. one or both are possibly bar indexes...
if anyone can translate this into close(...) format or has any ideas I'd appreciate a shout...
thanks
var Price = getValue("close", 0, -6);
now it is the two numbers after the series name "close" that are confusing me. one or both are possibly bar indexes...
if anyone can translate this into close(...) format or has any ideas I'd appreciate a shout...
thanks
Comment