PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Multiple Timeframes Pivots By Henry Z <A
href="">Kaczmarczyk(aka MS
Magician;-)
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>TF:=Input("1=hour 2=day 3=week 4=month 5=year
",1,5,2);NW:=If(TF=1,ROC(Minute(),1,$)<0,If(TF=2,ROC(Hour(),1,$)<0,
If(TF=3,ROC(DayOfWeek(),1,$)<0,If(TF=4,ROC(DayOfMonth(),1,$)<0,ROC(Month(),1,$)<0))));A1:=Cum(1);A2:=LastValue(A1-BarsSince(NW>0));WH:=ValueWhen(1,Nw,Ref(HighestSince(1,Nw,H),-1));WL:=ValueWhen(1,Nw,Ref(LowestSince(1,Nw,L),-1));WCL:=ValueWhen(1,Nw,Ref(C,-1));BP:=LastValue((WH+WL+WCL)/3);R#2:=
If(A1<A2,BarsSince(A1>=A2),LastValue(((WH+WL+WCL)/3) -
(2*((WH+WL+WCL)/3)-WH) +(2*((WH+WL+WCL)/3)-WL)));R#1:=
If(A1<A2,BarsSince(A1>=A2),LastValue(2*((WH+WL+WCL)/3)-WL));R#3:=
If(A1<A2,BarsSince(A1>=A2),LastValue(R#2+(WH-Wl)));PP:=If(A1<A2,BarsSince(A1>=A2),LastValue((WH+WL+WCL)/3));S#1:=
If(A1<A2,BarsSince(A1>=A2),LastValue(2*((WH+WL+WCL)/3)-WH));S#2:=
If(A1<A2,BarsSince(A1>=A2),LastValue(((WH+WL+WCL)/3)-(((2*((WH+WL+WCL)/3)
-
WL)-(2*((WH+WL+WCL)/3)-WH)))));S#3:=If(A1<A2,BarsSince(A1>=A2),LastValue(S#2-(WH-WL)));R#3;R#2;R#1;PP;S#1;S#2;S#3;
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Enjoy
<FONT face=Arial color=#0000ff
size=2>P.
<FONT face=Tahoma
size=2>-----Original Message-----From: Kevin
[mailto:kevin_barry@xxxxxxxxxxxxxx]Sent: Tuesday, June 10, 2003
11:47 AMTo: Metastockusers@xxxxxxxxxxxxxxxSubject: Re:
[Metastockusers] Pivot Points & MetaStock 8.0
ProHello,Be aware that the Pivot Points formula
on this page is incorrect. As written, it effectively displaces the plot by a
day.The pivot, S1, R1, etc. are calculated from the PREVIOUS day's
price bar therefore, in order to plot it on a Metastock chart, the formula
should be more like this:<FONT face=arial
size=2>pivot::=Ref((H+L+C)/3,-1);r1:=pivot*2-ref(L,-1);s1:=pivot*2-ref(H,-1);
etc.....Regards,KevinAt 20:48 09/06/2003 +0200, you
wrote:
Hi, <FONT face=arial
size=2><A
href="">http://trader.online.pl/MSZ/e-0-tytulowa-p.htmlMihail
----- Original Message -----
From: Dusan D
To: <A
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Monday, June 09, 2003 7:08 PM
Subject: [Metastockusers] Pivot Points & MetaStock 8.0
Pro
Can somebody help me how to setup conventional daily pivot points in
Metastock? I tried to apply them from formula list however I don't
see any lines or anything in price window.
Thanks.
DD
To unsubscribe from this group, send an email to:
<A
href="">Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups
Sponsor<A
href="">
To unsubscribe from this group, send an email
to:Metastockusers-unsubscribe@xxxxxxxxxxxYour use of
Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
To
unsubscribe from this group, send an email
to:Metastockusers-unsubscribe@xxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|