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

Above([Column/Value],[Column/Value])

Usable in an seer event object

This function returns true when the first column/value is above the second column/value.

Examples:

 if (Above(Close,Open)) {
   Output('up day');
 }
 else {
   Output('down day');
 }

  Above(Close,7.5); #Returns true if the close now is above 7.5

Related functions:

Below , Crossover , Crossunder , Cross , Today , Now , Yesterday , Previous , Ago

© 2008 seer trading systems ltd
feedback FAQ legal privacy