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

[EquisMetaStock Group] Re: Plotting Quarter, Yearly lines



PureBytes Links

Trading Reference Links

------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.

To reply:  http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=4995
------------------------------------------------------------------------

Elnec,

In line 1(DM) you are calling for a value if its the first day of the 
month. This could also be done by calling for a value over the last 
month of trading days. Once you've converted to days in your formula 
you can look for values over a year which I think is 283 or 284. A 
quarter would simply be a 4th of that. Let me do some more research 
and see if I can find you a better answer but that should put you on 
the right track.

P 

 
- In equismetastock@xxxx, nec el <elnec37@xxxx> wrote:
>  If you copy the formula an put the lines in your
> daily chart, you will see the lines that appears.
> If i change to quarter or to yearly period, the daily
> pivot becomes quarter or year too.I know the number of
> the quarter and year.But I can not plot it in a chart
> with daily data.Is there any idea?
> 
> --- Preston Umrysh <pumrysh@xxxx> wrote:
> > This is the daily pivot with support/resistence:
> > 
> > Pivot Price Indictor[plots 5]
> > 
> > {P = Pivot Price}
> > (H + L + C)/3;
> > {R1 = 1st Resistance}
> > (2*((H + L + C)/3))-L;
> > {S1 = 1st Support}
> > (2*((H + L + C)/3))-H;
> > {R2 = 2nd Resistance }
> > (((H + L + C)/3)-((2*((H + L + C)/3))-H))+((2*((H +
> > L + C)/3))-L);
> > {S2 = 2nd Support}
> > ((H + L + C)/3)-(((2*((H + L + C)/3))-L)-((2*((H + L
> > + C)/3))-H))
> > {end}
> > 
> > I'm not sure that your monthly formula is treating
> > the close 
> > correctly since it is simply calling for yesterday's
> > close. Once you 
> > have the correct daily and monthly formula that you
> > want, it 
> > shouldn't be hard to convert to quarterly and
> > yearly.
> > 
> > P 
> > 
> > 
> > --- In equismetastock@xxxx, "elnec37" <elnec37@xxxx>
> > wrote:
> > > I have the formula, that plots the Pivots Points,
> > for the Month
> > > 
> > > Dm:=If(DayOfMonth()<=Ref(DayOfMonth(),-1),1,0);
> > > PP3:=If(Dm=1,(Ref(HighestSince(1,Dm=1,H),-1)+
> > > Ref(LowestSince(1,Dm=1,L),-1) +
> > > Ref(C,-1))/3,0);
> > > Mh1:=If(Dm=1,Ref(HighestSince(1,Dm=1,H),-1),0);
> > > Ml1:=If(Dm=1,Ref(LowestSince(1,Dm=1,L),-1),0);
> > > Mh:=ValueWhen(1,Mh1>0,Mh1);
> > > Ml:=ValueWhen(1,Ml1>0,Ml1);
> > > PPM:=ValueWhen(1,PP3>0,PP3);
> > > R1:=(2*PPM)-Ml;
> > > S1:=(2*PPM)-Mh;
> > > S2:=S1-(R1-S1);
> > > R2:=R1+(R1-S1);
> > > S3:=PPM-(Mh-Ml);
> > > R3:=PPM+(Mh-mL);
> > > evm:=(mh-PPM)+ml;
> > > S2;s3;s1;ppm;evm;r1;r3;R2;
> > > 
> > > My question is:How can i plot the lines that refer
> > to Quarter of 
> > the 
> > > yar, or to the Year?
> > > The Pivot Point is no exotic Number. It's only the
> > 
> > > (High+Low+Close)/3, the TYP() function
> > otherwise.How can I plot 
> > that 
> > > number in a chart that contains daily data?
> > > Can anyone help?



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Looking for a more powerful website? Try GeoCities for $8.95 per month.
Register your domain name (http://your-name.com). More storage! No ads!
http://geocities.yahoo.com/ps/info
http://us.click.yahoo.com/aHOo4D/KJoEAA/MVfIAA/BefplB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx

 

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