Related questions
How to calculate simple moving average faster in C#?
What is the fastest library/algorithm for calculating simple moving average? I wrote my own, but it takes too long on 330 000 items decimal dataset.
period / time(ms)
20 / 300;
60 / 1500;
120 / 3500.
Here is the code of my method:
public decimal MA_Simple(int period, …
Integrating with Sage Financial Software
I have recently been asked to develop an application that will have to integrate with Sage Line 50 financial software.
I've done some googling and I am surprised at the lack of info on interfacing with Sage from Java or .Net.
…