PureBytes Links
Trading Reference Links
|
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group. Please use this
page to reply.
Harold,
I've got something like it;
Base:=Mov(RSI(14),6,S);ATRcustom:=HHV(ValueWhen(1,RSI(14)>Ref(RSI(14),-1),ATR(1))ORValueWhen(2,RSI(14)>Ref(RSI(14),-1),ATR(1))ORValueWhen(3,RSI(14)>Ref(RSI(14),-1),ATR(1)),14);Part1:={up
coefficient is a factor 2.3 and added}(2.3*(Mov(ATRcustom,
15,S)));Part2:={down coefficient is factor 2.1 and
subtracted}(2.1*(Mov(ATRcustom, 15,S)));{Part3=if RSI closes up or equal
to, than part1,else, if RSI closes down, part2}If(
Base>=Ref(Base,-1),{RSI up=TRUE, then} Base+Part1,{else}{RSI
up=FALSE,then} Base-Part2)
But this is realy different than the one she's got..............
No, I not figured it out yet!
If I may say so, you can't figured it out with the book, it's
impossible!
Maurice
<BLOCKQUOTE
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=no_reply@xxxxxxxxxxxxxxx
href="mailto:no_reply@xxxxxxxxxxxxxxx">hcour
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="mailto:equismetastock@xxxxxxxxxxxxxxx">equismetastock@xxxxxxxxxxxxxxx
Sent: Wednesday, November 27, 2002 10:00
PM
Subject: Re: [EquisMetaStock Group]
Brown's Derivative Oscillator
Hi Maurice,How about the formula for the Composite
Index? Looks fascinating on her site, but she's asking about $800 for it!
She says it can be figured out reading the book... Have you figured it
out? Wanna share?Harold--- In <A
href="mailto:equismetastock@x">equismetastock@x..., "Maurice Odekerken"
<maurice.odekerken@x...>
wrote:> Bruneski,> > For explanation, buy the book; TA
for the trading...............> > Formulas:> > CB
- Derivative Oscillator:> > Mov( Mov( RSI(14), 5, E), 3, E)
-> Mov( Mov( Mov( RSI(14), 5, E), 3, E), 9, S)> > CB -
Extreme xy2:> > MovAvg := 14 ; {Choose an MA}> Extreme :=
C - Mov(C ,MovAvg ,S );> Extreme ;> {HHV(Extreme ,200);>
LLV(Extreme ,200 );}> > CB - RSI + Vol-Bands:> >
atrc:=ROC(RSI(14),1,$);> >
Mov(RSI(14),6,S)+2.3*Mov(atrc,15,S);>
Mov(RSI(14),6,S)-2.3*Mov(atrc,15,S);> RSI(14)> > CB - RSI
Trend:> > RSI(13) - RSI(21); {Plot as histogram and play with
the parameters. The first parameter has to be smaller. Plot 1 or 2 MA's on
it!}> > CB - RSI Wave Study:> >
Z:=Wilders(If(ROC(L,1,$)>0,ROC(L,1,$),0),14);>
Y:=Wilders(If(ROC(L,1,$)<0,Abs(ROC(L,1,$)),0),14);>
Z1:=Wilders(If(ROC(H,1,$)>0,ROC(H,1,$),0),14);>
Y1:=Wilders(If(ROC(H,1,$)<0,Abs(ROC(H,1,$)),0),14);>
rsil:=100-(100/(1+(Z/Y)));> rsih:=100-(100/(1+(Z/Y)));>
rsihlc:=(rsil + rsih + (2*RSI(14)))/4;> > Mov(rsihlc, 2,
S);> Mov(rsihlc, 5, S);> Mov(rsihlc, 9, S);> Mov(rsihlc,
13, S)> ----- Original Message ----- >
From: bruneski > To: equismetastock@xxxx
> Sent: Tuesday, November 26, 2002 12:33
PM> Subject: [EquisMetaStock Group] Brown's Derivative
Oscillator> > > Hi! I'm a newcomer to this
group.> > As a user of Metastock 7, I'd deeply
appreciate if somebody could > help me with Brown's
Derivative Oscillator.> > I'm looking for
> (1) an Internet-based description and explanation of this
indicator> (2) the Metastock formula to implement
it.> > Thanx in advance. Cheers.> >
> Yahoo! Groups Sponsor
>
ADVERTISEMENT>
>
> >
> To unsubscribe from this group, send an email
to:> equismetastock-unsubscribe@xxxx> >
> > Your use of Yahoo! Groups is subject to the
Yahoo! Terms of Service.To
unsubscribe from this group, send an email
to:equismetastock-unsubscribe@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
<font face=arial
size=-2>ADVERTISEMENT<img src="http://ad.doubleclick.net/ad/N879.ameritrade.yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1038436416?" alt="" width="300" height="250"
border="0">
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|