Hi, I was wondering for the hhv() and llv() function is it possible to pass in a variable for the number of bars to go back? For some reason eSignal is choking when I do this.
For example, can you have
var time = //calculate some number here
hhv(time, series);
or does that variable time need to be a constant?
Thanks.
For example, can you have
var time = //calculate some number here
hhv(time, series);
or does that variable time need to be a constant?
Thanks.
Comment