Given the definition
var LowestLow = lowerDonchian(11, low(), -9);
How does one with EFS code retrieve the bar index of the bar lowerDonchian calculates to be the bar possessing the lowest low?
var LowestLow = lowerDonchian(11, low(), -9);
How does one with EFS code retrieve the bar index of the bar lowerDonchian calculates to be the bar possessing the lowest low?
Comment