| 
 PureBytes Links 
Trading Reference Links 
 | 
Here is an indicator that will plot a line for the high and low of the first hour (assuming your first hour ends at 10:30 a.m.) on an hourly chart.  You can change it to a dashed line which might look better on your chart.
{plots the high and low at 10:30 for this day on an hourly chart}
H1st:=ValueWhen(1,Hour()*100+Minute()=1030,H);
L1st:=ValueWhen(1,Hour()*100+Minute()=1030,L);
H1st;
L1st;
Good Trading,
Joe J.
-----Original Message-----
From:	PTC Man [mailto:ptc_man@xxxxxxxxxx]
Sent:	Sat 5/3/2003 3:01 AM
To:	equismetastock@xxxxxxxxxxxxxxx
Cc:	
Subject:	[EquisMetaStock Group] first hour
Hi
How can I highlight the first hour bar?
Is it possible  to create a indicator that create a line on the high and low of the first hour of the session?
Thank you
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online - Over 14,500 titles.
No Late Fees & Free Shipping.
Try Netflix for FREE!
http://us.click.yahoo.com/YoVfrB/XP.FAA/uetFAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
<<winmail.dat>>
 |