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)
|