2 Attachment(s) [Keywords: mt4R.dll, mt4R.mqh, R, Metatrader]

Hello,

maybe some of you want to experiment with my own MT4 R interface which allows one to begin as numerous R sessions (usually one per running EA), transfer data forth and back and call R functions. The R sessions will be conducted as separate processes in the background however, the API towards mql4 are synchronous function calls, writing and polling files. Communiion goes via stdio pipes to and from each of the R procedures.

Within this .zip file are the needed files (mt4R.mqh and mt4R.dll) for running this item. The .mhq file also includes all API documentation and other necessary information.
Https://www.nigeriaforextrading.com/...big-bucks.html

And optionally for those considering how the DLL functions below is the dll source code (it requires FPC 2.4.2 or newer to compile. You need to put in a current snapshot of Lazarus/FPC with a 2.4.3 compiler, you'll discover a current snapshot installer (IDE and Compiler in 1 bundle ) for win32 on ftp://ftp.freepascal.org/pub/lazarus/snapshots/):).

Here is the source:
https://www.nigeriaforextrading.com/...weblogger.html

The aforementioned documents are upgraded to the Most Recent version. Forget the preview files in place they are old.