PureBytes Links
Trading Reference Links
|
Couldn't you do this with a template?
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:
<A title=wooglin.org@xxxxxxxxxxx
href="mailto:wooglin.org@xxxxxxxxxxx">wooglin.org@xxxxxxxxxxx
To: <A title=metastock@xxxxxxxxxxxxx
href="mailto:metastock@xxxxxxxxxxxxx">List MetaStock
Sent: Friday, February 09, 2001 8:32
AM
Subject: PPO
In the last issue of TASC on page 32, The
Percentage Price Oscillator is described. The use of a trigger line is also
used with the PPO. If I create the PPO indicator and the "Trigger" in the
same indicator as below, how do I get the indicator to plot both
lines?
PPO:= ((Mov(C ,12,E ) -
Mov(C,26,E))/Mov(C,12,E))*100;Trigger:= Mov(C,9,E);
Thanks,
Jim Barone
|