PureBytes Links
Trading Reference Links
|
The version that I have...
//Fast & Slow smoothing
addedGraphXSpace=2;T1=21;//PeriodsV2=3;//fastV3=34;//slowF1=2/(V2+1);S1=2/(V3+1);
<FONT face=Tahoma color=#0000ff
size=2>CMO=100*(C-Ref(C,-T1))/Sum(abs(C-
Ref(C,-1)),T1);
AbsCMO=abs(CMO)/100;
<FONT face=Tahoma color=#0000ff
size=2>A1=AbsCMO*(F1-S1)+S1;
<FONT face=Tahoma color=#0000ff
size=2>VIDYA2=AMA2(C,A1,1-A1);Plot(VIDYA2,"",colorred,1);Plot(C,"",colorblue,0);Title="VIDYA
1";
-CS
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=johngalt1234@xxxxxxxxx
href="">Eugene
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, June 21, 2003 9:52
AM
Subject: [amibroker] Chande Vidya
Has anyone got the afl for
this??TIASend
BUG REPORTS to <A
href="">bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
<A
href="">suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: <A
href="">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.
|