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

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

Usable in an seer event object

This function returns true when the first column/value crosses over the second column/value.

Examples:

 BuyOpen if Crossover(EMA(Close,13),EMA(Close,26));
 #Buy when the 13 bar ema of the close crosses over the 26 bar ema of the close
 BuyOpen if Crossover(EMA(Close,13),7.5);
 #Buy when the 13 bar ema of the close crosses over 7.5

Related functions:

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

© 2008 seer trading systems ltd
feedback FAQ legal privacy