PureBytes Links
Trading Reference Links
|
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
|