PureBytes Links
Trading Reference Links
|
<FONT face=Arial
size=2>Henry:
<FONT face=Arial
size=2>
I am using V
7.22, I am quite familiar with the procedure that you are
suggesting. It simply doesn't work in this case. When I click on
anyone of the curves they each come up with the name of the function, in this
case CMO2. I have a choice of changing all the colors/styles or none of
them.
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>Lionel
<FONT face=Tahoma
size=2>-----Original Message-----From: Henry Z Kaczmarczyk
<henry1224@xxxxxxxxx> [mailto:henry1224@xxxxxxxxx] Sent:
Sunday, January 19, 2003 7:29 PMTo:
Metastockusers@xxxxxxxxxxxxxxxSubject: [Metastockusers] Re:
CMOLionel,What version of metastock are you using?7.0
or greater?Click on one line, change the color from the color box from the
tool bar, go to the next line and do the same. --- In
Metastockusers@xxxxxxxxxxxxxxx, "Lionel Issen" <lissen@xxxx>
wrote:> Henry:> > When I tried to do this, all
the curves indicated that the were part of> the same indicator.
I couldn't select the individual curves to change> the color and
style.> > Lionel> > >
> -----Original Message-----> From: Henry Z Kaczmarczyk
<henry1224@xxxx>> [mailto:henry1224@xxxx] > Sent: Sunday,
January 19, 2003 1:31 PM> To: Metastockusers@xxxxxxxxxxxxxxx>
Subject: [Metastockusers] Re: CMO> > > In his book the new
techbical trader, Tushar Chande describes how > thw CMO Volatility shows
extremes before the CMO Average.> > The CMO and 2 WMA is from a
tradestation expert.> It has a CMO and is smoothed twice by weighted
moving averages> > As for changing the color and style, use the
style bar and color bar > then save the chart as a template>
--- In Metastockusers@xxxxxxxxxxxxxxx, "Lionel Issen" <lissen@xxxx>
> wrote:> > > > Henry:> > > >
Thanks for these formulas. I had no difficulty installing them.>
> > > In "CMO & 2 WMA" and in "CMO Volatility", is there any
way of > changing> > the colors of the moving averages?>
> > > Where can I get a description/explanation of "CMO & 2
WMA", > and "CMO> > Volatility"> > > >
Formulas 2, 3, and 4 call the function CMO. This function is not > in
my> > list of indicators and formulas. Where are these
oscillators > picking up> > CMO? > > > >
Thanks> > > > Lionel> > > >
> > -----Original Message-----> > From: lionel77096usa
<lissen@xxxx>> > [mailto:lissen@xxxx] > > Sent:
Sunday, January 19, 2003 8:23 AM> > To: lissen@xxxx> >
Subject: Fwd: Re: CMO> > > > > > --- In
Metastockusers@xxxxxxxxxxxxxxx, "Henry Z> >
Kaczmarczyk<henry1224@xxxx>" <henry1224@xxxx> wrote:> >
CMO Filtered standard> > > >
momu:=If(C>Ref(C,-1),C-Ref(C,-1),0);> >
momd:=If(C<Ref(C,-1),Ref(C,-1)-C,0);> >
A1:=Stdev(momu,100);> > A2:=Stdev(momd,100);> >
Mup:=If(C-Ref(C,-1)>A1,C-Ref(C,-1),A1);> >
Mdn:=If(Ref(C,-1)-C>A2,Ref(C,-1)-C,A2);> > Per1:=Input("Length of
CMO",5,100,13);> > Pk:=100*((Sum(Mup,Per1)-Sum(Mdn,Per1))> >
/(Sum(Mup,Per1)+Sum(Mdn,Per1)));> > Pk;> > --- In
Metastockusers@xxxxxxxxxxxxxxx, "Henry Z Kaczmarczyk > >
<henry1224@xxxx>" <henry1224@xxxx> wrote:> > > >
> > here are some CMO formulas> > > > > > CMO
& 2 WMA> > > > > > Per1:=Input("Length of
CMO",1,100,13);> > > Per2:=Input("Length of fast WMA",1,100,3);
Per3:=Input("Length > of slow> > > > >
WMA",1,100,13); Per4:=60;> > > Perc1:=.95;> > >
Perc2:=1.05;> > > A1:=CMO(C,Per1);> > >
A2:=Mov(A1,Per2,W);> > > A3:=Mov(A1,Per3,W);> > >
UB:=(HHV(Ref(A1,-1),Per4)*Perc1);> > >
LB:=(LLV(Ref(A1,-1),Per4)*Perc2);> > > MB:=(UB+LB)*.5;> >
> UB;MB;LB;> > > A1;A2;A3;> > > > > >
CMO Average> > > > > > Per1:=Input("length of CMO
1",5,20,5);> > > Per2:=Input("length of CMO 2",5,30,10);>
> > Per3:=Input("length of CMO 3",5,50,20); > > >
A:=(CMO(C,Per1)+CMO(C,Per2)+CMO(C,Per3))/3;> > > A;> >
> > > > CMO Volatility> > > > > >
Per1:=Input("length of CMO 1",5,30,5);> > > Per2:=Input("length of
CMO 2",5,50,10);> > > Per3:=Input("length of CMO
3",3,50,20);> > > Per4:=Input("length of Signal",3,30,3); >
> > K1:=Stdev(CMO(MP(),Per1),Per1);
K2:=Stdev(CMO(MP(),Per2),Per2);> > >
K3:=Stdev(CMO(MP(),Per3),Per3);> > >
A:=((K1*CMO(MP(),Per1))+(K2*CMO(MP(),Per2))+(K3*CMO(MP(),Per3)))/>
> > (K1+K2+K3);> > > Sig:=Mov(A,Per4,S);> > >
Sig;A;> > > --- In Metastockusers@xxxxxxxxxxxxxxx, JayTownsend@xxxx
wrote:> > > > <<Using an old formula from
Guppytraders.com, I tried to > rewrite> > > it in V
7.x> > > > style. I keep getting an error message
that CMO1 is not a> > > recognized> > > >
function.> > > > > > > > Any suggestions
please?>>> > > > > > > > Put an underscore
- "_" between CMO and 1. Write it "CMO_1" -> > it >
> > doesn't> > > > recognize the "CMO1" formula.>
> > > > > > > Jay> > --- End forwarded
message ---> > > > Yahoo! Groups
Sponsor > >
ADVERTISEMENT> > <<A
href="">http://rd.yahoo.com/M=243066.2826855.4185932.1927555/D=egroupweb/S=1705>
001779:HM/A=1377501/R=0/*<A
href="">http://www.verisign.com/cgi-bin/go.cgi?a=b30890>
113200616000> > > <<A
href="">http://us.adserver.yahoo.com/l?M=243066.2826855.4185932.1927555/D=egrou>
pmail/S=:HM/A=1377501/rand=785094107> >
> 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> <<A
href="">http://docs.yahoo.com/info/terms/>
.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
ADVERTISEMENT
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.
|