PureBytes Links
Trading Reference Links
|
Rick, I found this mentioned on this yahooboard, and I am
guessing that I must have copied it from one of Dimitris emails. I just
copied and pasted it from my Amibroker program. I also could not find it
in the library when I went there to try and record my opinion of it. I
think I also remember reading that there are two versions of it, and it would
sure be nice if someone would post both versions into the AFL library with
narrative about each of them. My apologies if it is already there,
and I just couldn't find it. Ron D
t=20;x=<FONT
color=#0000ff size=1>DEMA(<FONT color=#0000ff
size=1>StochD(<FONT color=#ff00ff
size=1>40),t);<FONT color=#0000ff
size=1>Plot(x,<FONT color=#ff00ff
size=1>"",1<FONT
size=1>,8);
tA=50;xA=<FONT
color=#0000ff size=1>DEMA(<FONT color=#0000ff
size=1>StochD(<FONT color=#ff00ff
size=1>40),tA);<FONT color=#008000
size=1>//Plot(xA,"",7,8);
Cond1=Ref<FONT
size=1>(x,-1<FONT
size=1>)==LLV<FONT
size=1>(x,3);<FONT
color=#0000ff size=1>Plot(<FONT color=#ff00ff
size=1>50*Cond1,<FONT color=#ff00ff
size=1>"",5<FONT
size=1>,2);
Cond2=Ref<FONT
size=1>(x,-1<FONT
size=1>)==HHV<FONT
size=1>(x,3);<FONT
color=#0000ff size=1>Plot(<FONT color=#ff00ff
size=1>50*Cond2,<FONT color=#ff00ff
size=1>"",4<FONT
size=1>,2);
k1=BarsSince<FONT
size=1>(Cond1);k2=BarsSince<FONT
size=1>(Cond2);
Plot((k2>k1)*<FONT color=#ff00ff
size=1>10,""<FONT
size=1>,5,<FONT
color=#ff00ff size=1>2);<FONT color=#0000ff
size=1>Plot((k2<k1)*<FONT color=#ff00ff
size=1>10,""<FONT
size=1>,4,<FONT
color=#ff00ff size=1>2);
Coeff=2;
trendbars=20<FONT
size=1>;// calibrate here the start of
variable smoothing
t1=IIf(k2>k1
AND k2>trendbars,t+coeff*k1,<FONT color=#0000ff
size=1>IIf(k1>k2 AND
k1>trendbars,t+coeff*k2,t));
x1=DEMA(<FONT
color=#0000ff size=1>StochD(<FONT color=#ff00ff
size=1>40),t1);
Plot(x1,""<FONT
size=1>,(x1>Ref<FONT
size=1>(x1,-1<FONT
size=1>))*5<FONT
size=1>+(x1<Ref<FONT
size=1>(x1,-1<FONT
size=1>))*4,<FONT
color=#ff00ff size=1>8);
GraphXSpace=2<FONT
size=1>;
<BLOCKQUOTE
>
<DIV
>=============================================================================
Does this
indicator have a name???? Can't search the AFL library unless we know
the name.
<FONT color=#000080
size=2>
<FONT color=#000080
size=2>Thanks,
<FONT face="Vladimir Script" color=#000080
size=5>Rick
<FONT face=Tahoma
size=2>-----Original Message-----From: mrdavis9
[mailto:mrdavis9@xxxxxxxxxx]Sent: Friday, May 02, 2003 2:39
AMTo: <A
href="">amibroker@xxxxxxxxxxxxxxxCc:
ronald davisSubject: Re: [amibroker] DIMITRIS-
Question
Wally, this is a screen shot of Dimitris trend
detector indicator. Notice how it sometimes lags
the PSAR in getting into a new trend. Also, notice how it kept you out
of the PSAR whipsaw that occurred on 04-10-03. I am going to post this
to the AFL library comments section of this indicator, assuming that it is
now in the library. I picked it up by reading this Amibroker
yahoogroup. Ron D
<BLOCKQUOTE
>
I read in one of the messages here that you came up
with some new trend indicator that seems to be better than PSAR. Could
you please point me to your relevant message concerning this
indicator. I am interested in this as PSAR is about the only indicator
I have some respect
for.Thanks...WallySend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|