[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Third Friday ?



PureBytes Links

Trading Reference Links

Is it possible to code in AFL to avoid trades on the third Friday of 
each month AND the preceeding two days.

Something like:

Buy = MyRule AND DayOfWeek()!= 5;

but applied only to the third Friday (+ the preceeding 2 days if 
possible), not every Friday.

Keith (B)