| 
 PureBytes Links 
Trading Reference Links 
 | 
I would try to do a timeFrameExpand on your Vol65avg
--
Terry
| -----Original Message-----
| From: amibroker@xxxxxxxxxxxxxxx 
| [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Dean Hodgins
| Sent: Monday, May 23, 2005 3:38 PM
| To: amibroker@xxxxxxxxxxxxxxx
| Subject: [amibroker] Time Frame Question
| 
| 
| Seems to me that this should work but it doesn't seem to do what I'd 
| like ..
| 
| Basically I'm using a 5 minute time frame but would like to screen 
| out any issues that don't have an average Daily volume of 250,000. 
| (Say 65 day average.)
| 
| TimeFrameSet( inDaily );
| Vol65avg = MA(Volume,65);
| TimeFrameRestore();
| 
| Then I added a line to my 5 min Filters "AND Vol65avg > 250000;"
| 
| Doesn't seem to work as intended ...
| 
| Any suggestions much appreciated as always.
| 
| Best to all.
| 
| 
| Dean Hodgins
| 
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
 
 |