Hi,
Is it possible to call afl/Amibroker from an API using C++ or any other programming language, for example?
What I want to do: from R (via Rcpp/C++) I would like to access the data I am now exporting to .csv files in a very lengthy process that takes hours. I am exporting this data using a script similar to this http://www.amibroker.com/kb/2014/11/14/how-to-export-quotes-to-separate-text-files-per-symbol/1 .
Since this takes ages I want to avoid this and call for the data directly from C++ for a particular symbol. Is it possible? If, how? Any documentation/examples available?
Thanks.