|
Functions by Category Functions by Alphabetical list
Similar to Lowest, but returns the bar where the lowest value occurred. Returns a column. Examples:
#returns the number of bars ago that the lowest low occurred.
my $lowestlowbar = Now(LowestBar(Low,12));
#This statement is true
Now(Lowest(Close,12))==Ago(Close,Now(LowestBar(Close,12)));
Related functions: Lowest , Highest , HighestBar
|