| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi all;
 
I cannot figure out how to use Date(), or DateNum() functions to help me here.
 
I want Explorations to only look at End of Day stocks which are currently trading;
 
I need something like:
 
filter = blah blah
AND yeah yeah
AND date of last bar is equal todays date;
 
I have tried
Date() == now; // does not work.
 
I have tried
Datenum() ==1041029;
 
whilst this does work it means I have to change the date number for each exploration.
 
What is the clever way around this?
 
Regards to all.
 
ChrisB
		
---------------------------------
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |