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

Re: [EquisMetaStock Group] (unknown)



PureBytes Links

Trading Reference Links




D1:=Input("1 
Date",010100,123199,010101);D2:=Input("2 
Date",010100,123199,010101);Dt1:= If(Month()=(Int(D1/10000)) AND 
DayOfMonth()=(Int(D1/100)-((Int(D1/10000))*100)) AND 
Year()=(If(Mod(D1,100)>30,1900+Mod(D1,100),2000+Mod(D1,100))),1,0);Dt2:= 
If(Month()=(Int(D2/10000)) AND DayOfMonth()=(Int(D2/100)-((Int(D2/10000))*100)) 
AND 
Year()=(If(Mod(D2,100)>30,1900+Mod(D2,100),2000+Mod(D2,100))),1,0);
This will help you pinpoint as many dates as you 
want. Don't ask me about pinpointing time. :)
I still work with MS 6.52.
 
DusantChief Architect<A 
href="">http://www.candlestrength.com/
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  elnaseer dina 
  
  To: <A 
  title=equismetastock@xxxxxxxxxxxxxxx 
  href="">equismetastock@xxxxxxxxxxxxxxx 
  
  Sent: Saturday, March 20, 2004 11:50 
  AM
  Subject: Re: [EquisMetaStock Group] 
  (unknown)
  
  Dusant,
   
  I tried doing this.  Can you elaborate on how to pinpoint dates 
  programmatically?
   
  Many thanks,
  Al







Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/ 
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.