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

Lowest ([column], [period])

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

The lowest value within the period for the column. Returns the Lowest column.

Examples:

  my $lowestlow = Lowest(Low,12); #returns the column for the lowest low of 12 bars
  Today(Lowest(EMA(Close,5),5)); 
  #returns the value for the lowest low of 5 bars for an ema 
  #of the close for 5 bars

Related functions:

Highest , LowestBar , HighestBar

© 2011 seer trading systems ltd
feedback FAQ legal privacy