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

Wednesday
Wednesday([DateTime])

Usable in an seer event object

Returns true (1) if this bar is a Wednesday.

Example:

#Is the current bar Wednesday?
if (Wednesday) {
  Output('Is Wednesday!');
}

#Was the bar 3 bars ago a Wednesday'?
if (Wednesday(Ago(DateTime,3))) {
  Output('Is Wednesday');
}

Related functions:

DateTime , Time , Second , Minute , Hour , Month , Year , DayOfWeek , DayOfMonth , DayOfYear , WeekOfYear , NewHour , NewDay , NewWeek , NewMonth , NewYear , Monday , Tuesday , Thursday , Friday , FormatDateTime , ValidateDateTime , AddDeltaDHMS , AddDeltaYM , DeltaDateTime

© 2011 seer trading systems ltd
feedback FAQ legal privacy