PureBytes Links
Trading Reference Links
|
Try "AND TimeFrameExpand(Vol65avg, inDaily) > 250000;"
See the help pages on the time functions. Admittedly, i find it
confusing why there is the need to Time Expand, but you do, so there
you are!
--- In amibroker@xxxxxxxxxxxxxxx, "Dean Hodgins" <deanhodgins@xxxx>
wrote:
> 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 --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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/
|