Seer logo - advanced backtesting for stock, futures and forex trading systems using using technical analysis indicators, charts, money management and position sizing
Functions by Category Functions by Alphabetical list

LowestBar([column], [period])

Usable in an seer event objectUsable in an seer indicator objectUsable in an seer chart object

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

© 2011 seer trading systems ltd
feedback FAQ legal privacy