PureBytes Links
Trading Reference Links
|
try this
(barssince(datenum()|=ref(datenum(),-1))+1)> 3;
On 5/16/05, Dean Hodgins <deanhodgins@xxxxxxxxx> wrote:
> I've tried various ways to filter out the opening bars by using the
> Barsince function and the date array for the current day.
>
> I'd like to filter the the opening 3 bars of each and every day. Also
> I'm not filtering for per market hours - just want to find some code to
> elliminate signals occuring on the first x bars ....
>
> Something like " BarsSince(BarIndex() < 3 ..... "
>
> My afl skills aren't there for figuring this one out although I've
> tried to find something similar in the library and postings with no
> luck.
>
> Any suggestions much apprecaited.
>
> Best Regards,
>
> Dean Hodgins
>
>
> 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
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/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/
|