PureBytes Links
Trading Reference Links
|
Mark,
This should do the trick.
Preston
{Pivot Points}
R#2:=((H+L+C)/3) - (2*((H+L+C)/3) - H) +
(2*((H+L+C)/3) - L);
R#1:=2*((H+L+C)/3) - L;
S#1:=2*((H+L+C)/3) - H;
PP:=(H+L+C)/3;
S#2:=((H+L+C)/3) - (((2*((H+L+C)/3) -
L)-(2*((H+L+C)/3) - H)));
X:= Cum(1)=LastValue(Cum(1));
ValueWhen(1,X,R#2);
ValueWhen(1,X,R#1);
ValueWhen(1,X,PP);
ValueWhen(1,X,S#1);
ValueWhen(1,X,S#2);{end}
--- In equismetastock@xxxxxxxxxxxxxxx, markumansky <no_reply@xxx>
wrote:
>
> Is it possible to adapt the formula that it only shows the current
bar
> points, instead of all of the past one too? This would reduce the
> clutter on the chart.
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@> wrote:
> >
> > http://trader.online.pl/MSZ/e-w-Pivot_Points.html
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, Danny Rianto
> > <dannyrianto01@> wrote:
> > >
> > > Anybody has Support & Resistant Formula...
> > >
> > > (S1, S2, S3, Pivol, R1, R2, R3).
> > >
> > > This formula will be vary valuable for day trader as guide
> > price....
> > >
> > > Appreciate for your help
> > >
> > > Danny
> > >
> > >
> > > ________________________________________________________
> > > Bergabunglah dengan orang-orang yang berwawasan, di di bidang
> > Anda! Kunjungi Yahoo! Answers saat ini juga di
> > http://id.answers.yahoo.com/
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|