Hi
I want to get the low from today and yesterday ... my call is
Low = Math.min(low(0,inv("D")),low (-1,inv("D")));
but it is not returning the correct value ... to be honest I cannot work out what value it is returning!
I've got this on a 30 min chart
Any Help much appreciated
Paul
I want to get the low from today and yesterday ... my call is
Low = Math.min(low(0,inv("D")),low (-1,inv("D")));
but it is not returning the correct value ... to be honest I cannot work out what value it is returning!
I've got this on a 30 min chart
Any Help much appreciated
Paul
Comment