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

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

Column based And logic.

Example:

  my $yeshigh=Ref(High,-1); #Previous High
  my $yeslow=Ref(Low,-1);   #Previous Low
  my $answer= If(High>$yeshigh & Low>=$yeslow, 1, 0);
  #If the high is greater than the previous high AND the low is greater than or equal
  #to the previous low.

Related functions:

- , + , * , / , % , ** , += , -= , *= , /= , %= , **= , ++ , -- , <=> , >= , > , < , <= , == , != , | , ~ , << , >> , If

© 2008 seer trading systems ltd
feedback FAQ legal privacy