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
|