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

Re: 3rd Friday


  • To: "Bert" <opa@xxxxxxx>
  • Subject: Re: 3rd Friday
  • From: Bob Fulks <bfulks@xxxxxxxxxxxx>
  • Date: Sun, 28 Nov 1999 17:15:39 -0800
  • In-reply-to: <00c501bf39e3$b2df47c0$4d0cb4cf@xxxxx>

PureBytes Links

Trading Reference Links

At 6:31 PM -0500 11/27/99, Bert wrote:

>  >>Could someone please tell me how to plot a Show Me for the 3rd
>  >>Friday of each month. (Obviously I'm trying to see option
>  >>expirations on the chart.) I know it must be something easy but I
>  >>can't find the right formula.

At 7:45 AM -0500 11/28/99, Bob Fulks wrote:

>You might take a look at the code for the "DaystoExpiration" 
>function in TradeStation. (In fact you might be able to use it as 
>is.)

At 3:55 PM -0500 11/28/99, Bert wrote:

>I tried that also, and got nowhere.
>Any other suggestions?
>I can't believe this is so difficult.
>What am I doing wrong?
>Bert.

In the QuickEditor insert the following after the "If":

      DayToExpiration(Month(Date), Year(Date)) = 0

This seems to work.

Bob Fulks