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

Re: questions



PureBytes Links

Trading Reference Links

At 8:05 AM -0500 12/31/98, andy abraham wrote:

>How would I write that todays range is larger than the largest range
>over the previous 9 days.. thanks



How about this:

   if Range > Highest(Range, 9)[1] then ...

Bob Fulks