| 
 PureBytes Links 
Trading Reference Links 
 | 
input: specialDate(numeric);
If Condition1 and date => SpecialDate then
	value1 = function(xxx,yyy);
End;
> -----Original Message-----
> From: Jwhite43@xxxxxxx [mailto:Jwhite43@xxxxxxx]
> Sent: Monday, October 25, 1999 11:32 PM
> To: Omega-list@xxxxxxxxxx
> Subject: ELA help
> 
> 
> I know this will be a simple exercise for all the EL experts here 
> so help me 
> if you can.
> I want to code a simple support line beginning fron an input 
> date, like the 
> date of the last swing low for example. How do I code to 
> recognize the date 
> and start calculating the funtion from that date to present?
> Thanks in advance for the help.
> Jim
> 
> 
 
 |