PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
Gary and Graham,
Thanks to both of you. This is what I needed.
Bill
> Could make it a bit simpler
>
>
>
> ThreeDayWeekend = Dayofweek() - ref(dayofweek(), 1) < 4 ;
>
>
>
> Of course this does not take into account if the particular days
were an
> actual long weekend, or whether the Friday or Monday just were not
traded
> that day. So you could need to add in additional parameters for
checking
> against an index as example using the foreign type functions.
>
>
>
> Gary, don't forget that Easter is 4 day. (at least in Australia)
>
>
>
> Cheers,
> Graham
> http://e-wire.net.au/~eb_kavan/
>
> -----Original Message-----
> From: Gary A. Serkhoshian [mailto:serkhoshian777@x...]
> Sent: Sunday, June 27, 2004 8:27 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: Re: [amibroker] Three Day Weekend
>
>
>
> Howdy Bill,
>
>
>
> Something like this
>
>
>
> ThreeDayWeekend = (dayofweek() == 4 and ref(dayofweek(), 1) == 1)
or
> (dayofweek() == 5 and ref(dayofweek(), 1) == 2); //first scenario
Friday
> holiday, second scenario Monday holiday
>
>
>
> Since we know in advance which weekends are 3 day, we can ref into
the
> future with no worries : )
>
>
>
> Regards,
>
> Gary
>
>
>
>
>
>
>
>
> billtex2003 <billtex2003@xxxx> wrote:
>
> I'v been trying, without success, to write code identifying a
three
> day weekend.
> I don't want to buy going into a three day weekend or hold
positions
> over such a weekend.
> Any help is appreciated.
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
>
> _____
>
> Do you Yahoo!?
> Yahoo!
>
<http://us.rd.yahoo.com/mail_us/taglines/50x/*http:/promotions.yahoo.
com/new
> _mail/static/efficiency.html> Mail - 50x more storage than other
providers!
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
> ADVERTISEMENT
>
>
<http://us.ard.yahoo.com/SIG=12920irge/M=295196.4901138.6071305.30011
76/D=gr
>
oups/S=1705632198:HM/EXP=1088425628/A=2128215/R=0/SIG=10se96mf6/*http
:/compa
> nion.yahoo.com> click here
>
>
>
> <http://us.adserver.yahoo.com/l?
M=295196.4901138.6071305.3001176/D=groups/S=
> :HM/A=2128215/rand=687677753>
>
>
>
> _____
>
> 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
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms
of
> Service <http://docs.yahoo.com/info/terms/> .
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|