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

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

Usable in an seer event object

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

Examples:

 SellOpen if Crossunder(EMA(Close,13),EMA(Close,26));
 #Sell when the 13 bar ema of the close crosses under the 26 bar ema of the close
 SellOpen if Crossunder(EMA(Close,13),7.5);
 #Sell when the 13 bar ema of the close crosses under 7.5

Related functions:

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

© 2008 seer trading systems ltd
feedback FAQ legal privacy