Howdy,
The following has always given me a problem and i end up writing a loop....does anyone have any idea why this code would cause my charts to crash when it's called ? I have both barCount and Entry_bar declared and theres no problems with that per se, it's just the hhv and llv call that crash me.
var tmpCandles = barCount - Entry_bar;
var Highest = hhv(tmpCandles,high());
var Lowest=llv(tmpCandles,low());
Thanks,
Chris
The following has always given me a problem and i end up writing a loop....does anyone have any idea why this code would cause my charts to crash when it's called ? I have both barCount and Entry_bar declared and theres no problems with that per se, it's just the hhv and llv call that crash me.
var tmpCandles = barCount - Entry_bar;
var Highest = hhv(tmpCandles,high());
var Lowest=llv(tmpCandles,low());
Thanks,
Chris
Comment