PureBytes Links
Trading Reference Links
|
Claude:
Could you post some clarification for what comes
after "And this:"
Lionel Issen<A
href="mailto:lissen@xxxxxxxxx">lissen@xxxxxxxxx
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
Claud
Baruch
To: <A title=metastock@xxxxxxxxxxxxx
href="mailto:metastock@xxxxxxxxxxxxx">metastock@xxxxxxxxxxxxx
Sent: Wednesday, February 28, 2001 2:28
PM
Subject: Re: Support
Indicator/Thanks
Try This.
{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))
And this:
PP:=Typical(); R1:=(2*PP)-L; S1:=(2*PP)-H; R2:=(PP-S1)+R1;
S2:=PP-(R1-S1); R2; R1; S1;
Claud
Larry & Paula wrote:
Thanks guys,<FONT
face=Arial>What I wanted to do was create the Pivot Point and
resistance I and II along with support I and II from the EOD for the next
day. In Metastock when you make the indicator it shows up on the day
that you are using instead of for the next day. So I will do it in a
worksheet instead . Thanks
againLarry
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
Larry &
Paula
To: <A title=metastock@xxxxxxxxxxxxx
href="mailto:metastock@xxxxxxxxxxxxx">metastock@xxxxxxxxxxxxx
Sent: Friday, February 16, 2001 3:26
PM
Subject: Support
Indicator Is there a way to
advance a support or resistance indicator forward for the day that there
is no data field. <FONT
size=-1>Thanks<FONT
size=-1>Larry
|