[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Metastockusers] RE:Re: 3rd Friday



PureBytes Links

Trading Reference Links

&Sgr;&pgr;&ugr;&rgr;&ogr; &kgr;&agr;&lgr;&eegr;&mgr;&egr;&rgr;&agr;
1.&THgr;&agr; &eegr;&thgr;&egr;&lgr;&agr; &ngr;&agr; &rgr;&ohgr;&tgr;&eegr;&sgr;&ohgr; ,&tgr;&igr; &dgr;&igr;&agr;&phgr;&ogr;&rgr;&agr; &egr;&khgr;&egr;&igr; &agr;&pgr;&ogr; &tgr;&eegr;&ngr; &kgr;&agr;&tgr;&ohgr;&thgr;&igr;;
DayOfWeek()= 5 AND DayOfMonth()>14 AND DayOfMonth()< 22

2.&Egr;&pgr;&igr;&sgr;&eegr;&sfgr; &agr;&ngr; &mgr;&pgr;&ogr;&rgr;&egr;&igr;&sfgr; &dgr;&ohgr;&sgr;&egr; &mgr;&ogr;&ugr; &tgr;&eegr;&ngr; &bgr;&ogr;&eegr;&thgr;&egr;&igr;&agr; &sgr;&ogr;&ugr; &ggr;&igr;&agr; &tgr;&ogr; &egr;&xgr;&eegr;&sfgr;
z:=DayOfWeek()= 5 AND DayOfMonth()>14 AND DayOfMonth()< 22;{&ggr;&rgr;&agr;&phgr;&egr;&igr; &tgr;&eegr;&ngr; 3&eegr;
&Pgr;&agr;&rgr;&agr;&sgr;&kgr;&egr;&ugr;&eegr;}
q:=ROC(C,LastValue(BarsSince(z)),$);{&ggr;&rgr;&agr;&phgr;&egr;&igr; &tgr;&eegr;&ngr; &mgr;&egr;&tgr;&agr;&bgr;&ogr;&lgr;&eegr; &agr;&pgr;&ogr; &tgr;&eegr;&ngr; &tgr;&egr;&lgr;&egr;&ugr;&tgr;&agr;&igr;&agr;
3&eegr; &Pgr;&rgr;&agr;&sgr;&kgr;&egr;&ugr;&eegr; &mgr;&egr;&khgr;&rgr;&igr; &sgr;&eegr;&mgr;&egr;&rgr;&agr;,&Agr;&Lgr;&Lgr;&Agr; &kgr;&agr;&igr; &agr;&pgr;&ogr; &ogr;&lgr;&egr;&sfgr; &tgr;&igr;&sfgr; &pgr;&rgr;&ogr;&eegr;&ggr;&ogr;&ugr;&mgr;&egr;&ngr;&egr;&sfgr;.
&Ggr;&igr;&agr;&ugr;&tgr;&ogr; &psgr;&agr;&khgr;&ngr;&ohgr; &ngr;&agr; &bgr;&rgr;&ohgr; &egr;&kgr;&egr;&igr;&ngr;&eegr; &tgr;&eegr;&ngr; formula &pgr;&ogr;&ugr; &thgr;&agr; &agr;&pgr;&egr;&igr;&kgr;&ogr;&ngr;&igr;&zgr;&egr;&igr; &egr;&pgr;&agr;&ngr;&ohgr; &sgr;&tgr;&ogr; chart
&mgr;&ogr;&ngr;&ogr; &tgr;&eegr;&ngr; &Tgr;&Egr;&Lgr;&Egr;&Ugr;&Tgr;&Agr;&Igr;&Agr; &mgr;&egr;&tgr;&agr;&bgr;&ogr;&lgr;&eegr; &agr;&pgr;&ogr; &tgr;&eegr;&ngr; &tgr;&egr;&lgr;&egr;&ugr;&tgr;&agr;&igr;&agr; 3&eegr; &Pgr;&agr;&rgr;&agr;&sgr;&kgr;&egr;&ugr;&eegr;,&agr;&ggr;&ngr;&ogr;&ohgr;&ngr;&tgr;&agr;&sfgr; &tgr;&igr;&sfgr;
&pgr;&rgr;&ogr;&eegr;&ggr;&ogr;&ugr;&mgr;&egr;&ngr;&egr;&sfgr;}
x:=Abs(ValueWhen(1,z, Cum(1))-Cum(1));{&ggr;&rgr;&agr;&phgr;&egr;&igr; &tgr;&ogr;&ngr; &agr;&rgr;&igr;&thgr;&mgr;&ogr; &tgr;&ohgr;&ngr; &eegr;&mgr;&egr;&rgr;&ohgr;&ngr; &mgr;&egr;&tgr;&agr;&xgr;&ugr;
&dgr;&igr;&agr;&dgr;&ogr;&khgr;&igr;&kgr;&ohgr;&ngr; 3&ohgr;&ngr; &Pgr;&agr;&rgr;&agr;&sgr;&kgr;&egr;&ugr;&ohgr;&ngr;}
100*z;
q;
x;.
&Sgr;&pgr;&ugr;&rgr;&ogr;&sfgr;
----- Original Message -----
From: "SR" <raftsp@xxxxxxxxx>
To: <Metastockusers@xxxxxxxxxxxxxxx>
Sent: Thursday, February 20, 2003 5:41 PM
Subject: [Metastockusers] RE:Re: 3rd Friday


> What about the missing 3rd Fridays?
> In my data there are many of them. If you like you can compare the two
> indicators to locate missing monthly expiration dates in your own data.
> In such cases this version will mark the next available bar.
>
> {***3rd Friday***}
>
> newweek:=DayOfWeek()<Ref(DayOfWeek(),-1);
> expir:=
> (DayOfWeek()=5 AND
> DayOfMonth()>14 AND
> DayOfMonth()<22)
> OR
> (Ref(DayOfWeek(),-1)=4 AND
> Ref(DayOfMonth(),-1)>13 AND
> Ref(DayOfMonth(),-1)<21 AND newweek)
> OR
> (Ref(DayOfWeek(),-1)=3 AND
> Ref(DayOfMonth(),-1)>12 AND
> Ref(DayOfMonth(),-1)<20 AND newweek)
> OR
> (Ref(DayOfWeek(),-1)=2 AND
> Ref(DayOfMonth(),-1)>11 AND
> Ref(DayOfMonth(),-1)<19 AND newweek)
> OR
> (Ref(DayOfWeek(),-1)=1 AND
> Ref(DayOfMonth(),-1)>10 AND
> Ref(DayOfMonth(),-1)<18 AND newweek) ;
>
> expir
> {****************}
>
> Spyros
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>



To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/