PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Ara Kaloustian" <ara1@xxx> wrote:
>
> You might consider using the built in FFT to get the dominant cycle.
It is
> much faster than Laguerre or other similar calcs.
>
> I have not compared the two for accuracy. I am sure they are both error
> prone based on how pure a cycle is at any given time.
I tried that 1st and while calculating a single dominant cycle is
fast, there are several problems I had so I used Laguerre because it
was simple and it improves the performance of the indicators.
The problems are:
1. To get an array of dominant periods, I need to use a loop with the
fft re-calculated every time through and that will slow things down
some. I tried doing this but so far have failed (not very good at
programming).
2. The difference in dominant cycle between Laguerre and fft is not
consistent and varies widely
3. Just choosing the cycle with the largest amplitude is unacceptable.
It jumps around instead of varying smoothly like the Laguerre method.
I have not been able to think of a way to reconcile the differences
between fft and Laguerre.
It's been a very long time since I learned about DSP and I have
forgotten more than I remember. I will need to do a lot of research to
learn what I need to know to resolve the above problems.
If I can get satisfactory results with the Laguerre approximation it
is the best solution.
Bill
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|