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

Re: Support Indicator/Thanks



PureBytes Links

Trading Reference Links


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,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: 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. ThanksLarry





begin:vcard 
n:Baruch;Claud 
x-mozilla-html:TRUE
version:2.1
email;internet:ClaudB@xxxxxxxxxxxxx
x-mozilla-cpt:;0
fn:Claud  Baruch
end:vcard