PureBytes Links
Trading Reference Links
|
Hi
Sorry leftover from testing but makes no difference, just remove Start2 and
replace with Start.
Werner
----- Original Message -----
From: "Henry Z Kaczmarczyk" <henry1224@xxxxxxxxx>
To: <Metastockusers@xxxxxxxxxxxxxxx>
Sent: Wednesday, December 24, 2003 1:41 AM
Subject: [Metastockusers] Re: PIVOTS [January 2004 TASC magazine]
> Werner,
>
> The start2 is the same as start.
>
> Are you getting the right value that you want?
>
> --- In Metastockusers@xxxxxxxxxxxxxxx, "Werner" <werner@xxxx> wrote:
> > Hi
> > Here is my version.
> >
> > Start:=ROC(Hour(),1,$)<0;
> > YH:=ValueWhen(1,start,Ref(HighestSince(1,start,H),-1));
> > YL:=ValueWhen(1,start,Ref(LowestSince(1,start,L),-1));
> > Start2:=ROC(Hour(),1,$)<0;
> > YC:=ValueWhen(1,start2,Ref(CLOSE,-1));
> >
> > PP:=(yc + yh+ yl)/3;
> >
> > r1:=(2*pp)-yL;
> > s1:=(2*pp)-yH;
> >
> > r2:=pp +(yh - yl);
> > s2:=pp -(yh - yl);
> >
> > r3:=r2+(yh-yl);
> > s3:=s2-(yh-yl);
> >
> > Mplus:=(pp+(r1-pp)/2);
> > Mminus:=(pp-(pp-s1)/2);
> >
> > Mplus;
> > Mminus;
> > r1;
> > s1;
> > r2;
> > s2;
> > r3;
> > s3;
> >
> > PP;
> >
> >
> >
> > Werner
> >
> >
> >
> >
> >
> > ----- Original Message -----
> > From: uhehs@xxxx
> > To: Equismetastock@xxxxxxxxxxxx Com ;
> Metastockusers@xxxxxxxxxxxx com ; Sunday_Traders@xxxxxxxxxxxx Com
> > Sent: Monday, December 22, 2003 4:09 PM
> > Subject: [Metastockusers] PIVOTS [January 2004 TASC magazine]
> >
> >
> > I have always had an interest in working with Pivots. This
> article was my reminder.
> >
> >
> >
> > But when plotted on an intraday chart [60 min] the price never
> seems to reach the pivot [I'm assuming because price and pivot
> calculations are dynamic].
> >
> >
> >
> > Anyone have any comments or suggestions on these or any other
> Pivot strategies in general?
> >
> >
> >
> > The formula in TASC follows:
> >
> >
> >
> > Pivot:=(H+L+C)/3;
> >
> > r2:=pivot+(H-L);
> >
> > r1:=(pivot*2)-L;
> >
> > s1:=(pivot*2)-H;
> >
> > s2:=pivot-(r1-s1);
> >
> > pivot;
> >
> > r2;
> >
> > r1;
> >
> > s1;
> >
> > s2;
> >
> >
> >
> >
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > Metastockusers-unsubscribe@xxxxxxxxxxx
> >
> >
> >
> >
> >
> > -------------------------------------------------------------------
> -----------
> > Yahoo! Groups Links
> >
> > a.. To visit your group on the web, go to:
> > http://groups.yahoo.com/group/Metastockusers/
> >
> > b.. To unsubscribe from this group, send an email to:
> > Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
> >
> > c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms
> of Service.
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/Metastockusers/
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
>
> 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
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|