I'm using a custom indicator called "Force" and I thought by using the call command to make it a variable I could then reference it somehow. I can't find any information on this in EFS central or the forums.
var Force = call("/library/Force.efs")
I tried this, but doesn't work:
if (Force > 50 && Force(-1) < Force(0);
Help appreciated.
Jamie
var Force = call("/library/Force.efs")
I tried this, but doesn't work:
if (Force > 50 && Force(-1) < Force(0);
Help appreciated.
Jamie
Comment