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

Re: Tick-min indicator question



PureBytes Links

Trading Reference Links

Ha!  Some people use scalpels (eg, Bob), others use meat cleavers (ahem).


Bob Fulks wrote:

> At 3:03 PM -0600 4/24/02, Brent wrote:
>
> >Is there an easy language function, or a way to derive the amount, that
> >refers to the total number of minutes in the day session for each individual
> >security. I need to have only the end total at the end of the day session,
> >not a running total. An example of the amount is, 405 minuets in the day
> >session for the S&P 500, 400 minutes for the bonds and currencies, 390
> >minutes for the Dow Jones Industrials etc.
>
> Calculate it:
>
> MinInDay = TimeToMinutes(Session1EndTime) - TimeToMinutes(Session1StartTime):
>
> Bob Fulks