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

HighestBar([column], [period])

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

Similar to Highest, but returns the bar where the highest value occurred. Returns a column.

Examples:

  #returns the number of bars ago that the highest high occurred.  
  my $highesthighbar = Now(HighestBar(High,12)); 
  #This statement is true
  Now(Highest(Close,12))==Ago(Close,Now(HighestBar(Close,12)));

Related functions:

Lowest , Highest , LowestBar

© 2011 seer trading systems ltd
feedback FAQ legal privacy