Hi, I have coded an algorythm in Java that I would like to call from Amibroker.
Ideally AB would pass some data (two arrays) to Java, where some work is done on it and a result is passed back (a boolean value). Is there a simple way to do this? I understand it can be done using C++ and JavaScript, but I can't seem to find any guidance on doing it in Java. I could write the array to a file, and then read it into my app, but I'd prefer to do it a bit more elegantly. I'm not particularly experienced with C++, and I'm using some specific libraries in Java. I'm not a particular whiz with Java either, but reasonably comfortable. Before I go any further with my java app, is this achievable without significant effort (ie:would I be better to learn C++ and try to find the stats libraries I need?) Regards Craig
