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

or

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

Returns the logical disjunction of the two surrounding expressions.

Examples:

  if (ClosePrice>OpenPrice or $flag) {
    Output('True');
    #if the closing price is higher than the opening price or the $flag is set
  }

Related functions:

© 2011 seer trading systems ltd
feedback FAQ legal privacy