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

Today ([column])

Usable in an seer event object

This function returns the value for the current bar for the column.

Examples:

 Output(Today(Close));  #output today's close, is equivalent to Output(ClosePrice);
 if (Today(HammerHanging)) {
    #buyopen if today is a hammerhanging candle formation.
    BuyOpen;
    }

Related functions:

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

© 2011 seer trading systems ltd
feedback FAQ legal privacy