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.
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)
<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=iniciante_2000@xxxxxxxxxxx
href="mailto:iniciante_2000@xxxxxxxxxxx">bruneski
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="mailto:equismetastock@xxxxxxxxxxxxxxx">equismetastock@xxxxxxxxxxxxxxx
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.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=1038320174?" 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.
|