PureBytes Links
Trading Reference Links
var: sp_first_day(false); if mod(month(date),3) = 0 and dayofweek(date) = 4 and dayofmonth(date) <= 13 and dayofmonth(date) >= 7 then sp_first_day = true else sp_first_day = false; -- Dennis