I have this variable defined with the ABS function.
var V4Label = (ABS(open(0)-close(0))<=((high(0)-low(0)*0.1)));
When I try to run it i get an error saying ABS is not defined. I thought ABS is a java function.
Any ideas?
var V4Label = (ABS(open(0)-close(0))<=((high(0)-low(0)*0.1)));
When I try to run it i get an error saying ABS is not defined. I thought ABS is a java function.
Any ideas?
Comment