
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
Что такое в Вашем понятии заготовка.
Well, an example code is simple and working, with dll-code of course. Maybe someone will agree to lay it out, and some special features can be done for a fee, for example, for those who wish.
На каком языке?
the interface is of course in mql4 and the code is in a plug-in dll.
Вы так и не ответили по вопросу языка DLL. Могу С++ или Pascal,других нет.
Does it make any difference what language the source dll is written in? A dll is compiled code for a function, right?
I think for the basic version it would be nice to have an analogue of global variable visible from different terminals with possibility to access and change it from each terminal, by analogy with possibilities of usual global variables of mql4 language with saving a copy on disk in case of restart.
It would also be nice to be able to exchange one-dimensional arrays (parameters are set in mql4, of course), similar to the global variables.