You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Is it possible to compile third party simple code and execute the resulting machine code in the EA?
There is Critcl on board - on-the-fly compilation and launching of C/C++ modules. It's exactly "compile and run" using the native system compiler, not JIT.
In the demos, there is a simple example of execution of a function written in C.
about using a package, see http://andreas-kupries.github.io/critcl/doc/files/critcl_usingit.html
Quite simply, if you feed something like this into Tcl (ATcl library):
cproc commits C and immediately makes an interface to it. ccode just compiles and links (not every C function needs to be pulled up)
PS/ but in the editor/styles on the site glitch :-) the text in the code block is copied, in the editor the formatting is there, when viewing is not :-)
Thank you). I use my own interpreter, fairly simple, executes a sequential (no loops) strategy script. I think it could run faster, there could be many more parameters.
ATcl is preparing to "combine" with 5,
Released a new version. changes:
- now based on BAWT distribution http://www.bawt.tcl3d.org/ ( more "batteries" there and has office-automation )
- compiler changed from VC to GCC
download from SourceForge:https://sourceforge.net/projects/mt-atcl/
or from the project page:http://luxtrade.tk/atcl:install
or download the attached
the 2Mb zip isn't adding up very well.
again, later when the site stops glitching, try to attach it, in a separate message