PureBytes Links
Trading Reference Links
|
Corey, this code is from new book that just came
out, Cybernetic Analysis for Stocks and Futures.
It's mostly same as prior books, but has some new
twists so there is value...
I noticed that he has reversed the formula RealPart
= Real Part + Cos(....) to RealPart = Real Part + Sine(....) ..
along with Imag Part and Phase = functions ... so the answers are still the same
.. frankly I think the publisher just made a typo that no one
caught.
The nice thing abouth this code is that the
filtering is quite tight ... so the quality of Sine / LeadSine should be
improved, but has a problem that the lower frequencies have a very large lead
time .... needs to be corrected... but I think it's important to maintain the
filtering parameters he has recommended... one thing at a time
Ara
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Corey
Saxe
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Friday, April 02, 2004 12:07
PM
Subject: Re: [amibroker] AFL - John
Ehlers Trade Station Code
Ara,
This code appears different from the previous versions of
Sinewave that I have. What book did you get this from?
Thanks,
CS
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=s.carrasset@xxxxxxxxxxx
href="">Stephane Carrasset
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Friday, April 02, 2004 11:15
AM
Subject: Re: [amibroker] AFL - John
Ehlers Trade Station Code
hello,
Plot(<FONT color=#0000ff
size=1>sbSine(<FONT color=#0000ff
size=1>scMp()),<FONT color=#ff00ff
size=1>"<FONT face="Courier New" color=#ff00ff
size=1>Sine"<FONT
size=1>,colorRed,1<FONT
size=1>);
Plot(sbLeadSine,<FONT color=#ff00ff
size=1>"",colorBlue,<FONT color=#ff00ff
size=1>1);
download
indicators.dll
stephane
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Ara Kaloustian
To: <A
title=amibroker@xxxxxxxxxxxxxxx
href="">Ami-Main
Sent: Friday, April 02, 2004 8:29
PM
Subject: [amibroker] AFL - John
Ehlers Trade Station Code
I just got the code from John Ehlers latest
book, for finding cycles and his Sine/LeadSine indicators.
The code works fine in TS, but can not get it
to work in AB.
The first part of finding the period works
fine, but finding the phase is a problem.
The problem starts with finding:
RealPart = .... and
ImagPart= ....
Appreciate any help in converting this to
AB
TS code attached.
Thanks
AraSend
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
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
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|