Hello, Sure it is possible. The API docs are here: http://www.amibroker.com/devlog/2006/12/15/amibroker-development-kit-adk-for-cc-now-available-to-everyone/
There is also 3rd party DLL that allows some matrix / table functionality with full source files, so you can take it as "how-to" example/ http://www.amibroker.org/3rdparty/OSAKA_105s.zip You may take a look at RMath http://finance.groups.yahoo.com/group/amibroker/message/129238 http://finance.groups.yahoo.com/group/amibroker/message/129240 Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: Elizabeth Kennedy To: [email protected] Sent: Tuesday, September 16, 2008 5:22 AM Subject: [amibroker] Question for Tomasz re: Matrices, vectors and complex numbers Dear Tomasz, I would appreciate if you could let me now the following. I have a working C++ code (give by a friend of mine) which uses of matrices, vectors and complex numbers. As I understand AFL does not handle them. So my intention is to pay someone to write a DLL for me so that DLL will make use of the matrices etc outside of AMI and return the calculated values to AMI. So my question is whether this is even possible in the first place - any direction on this would be greatly appreciated. By the way C++ code I have contain statements like: #include <vector> #include <complex> using namespace std; typedef complex<double> COMPLEX; : vector<double> InverseMatrix( vector<double> M, const long n ) : void DFit( const vector<double> &values, const long & vector<double> &litudes, vector<double> &phases ) Thanks again Liz
