Page 1 of 1

Faster implementation of several basic indicators

Posted: Thu Dec 01, 2016 3:14 am
by milestones
Hi. Since indicator calculation was the bottleneck of the testing speed on my PC, I made faster versions of the following basic indicators.
- SMA (and EMA)
- Bollinger band (only SMA-based)
- MACD
- Ichimoku kinko hyo
I hope you'll enjoy these. The source codes are included. Comments are appreciated.

BTW, I'm wondering why my Lazarus generates such large dll files. I had to use both zip and 7z because the zip compression was insufficient for the upload but 7z is not accepted as an attachment.

Re: Faster implementation of several basic indicators

Posted: Wed Dec 14, 2016 4:24 am
by milestones
Hi.
Unfortunately nobody seems interested.
I think the improved speed is comfortable for the people here.
For example, 200 SMA is about 20 times faster than the original on my laptop.

I found that stripping debug info considerably reduces the size, and now I upload the revised DLLs.

Re: Faster implementation of several basic indicators

Posted: Sat Jan 21, 2017 3:18 pm
by mikeo
Thanks for releasing this. Very efficient. Well done.

Re: Faster implementation of several basic indicators

Posted: Mon Nov 20, 2017 7:06 am
by agora
which programm did you used to edit the dll files? i tried lazarus but i cant open the dlls (said no text file)