PureBytes Links
Trading Reference Links
{Function: OexExpDay} OexExpDay = false; if dayofweek(d) = 5 then begin if dayofmonth(d) <= 21 then begin if dayofmonth(d) >= 15 then begin OexExpDay = true; end; end; end; -- Dennis