
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
regarding the means - everyone does it their own way
I will when I'm done.
In fact, I was advised to look here for a start http://msdn.microsoft.com/ru-ru/library/1ez7dh12.aspx
I'm a programmer for 2 years in MQL4, studied the tutorial from the site. now I want to learn how to write a dll for mt4. i want to learn how to start writing a dll. advise where to get help, what to read, first I would like to write a simple advisor with dll-key connection, which will create a window with two buttons BUY and SELL. i.e. trade in one click. i appreciate any help ...
good topic, well done compatriot
I am very curious to share my experience and knowledge with the mt4 programmers.
good topic, well done compatriot
And I recommend to tough programmers (as well as site administrators) to start tutorial branches on such topics
Man, we all need your advices, we just can't live without them...
We all need your advice, we just can't live without it...
you could just add a question to the FAQ section with a good answer....
can we just add a question to the FAQ section with a good answer....
I tried to add my function to the .cpp and did it like this:
added a function to .def
added the function to .mqh
then added it to the Expert Advisor
During the debug in the visual it said: The program "[5248] regsvr32.exe: Machine code" has stopped with code 0 (0x0).
when I run this advisor on the terminal, it says error : 2011.07.08 12:20:14 ExportFunctions EURUSD,H1: cannot call function 'myfunc' from dll 'ExpertSample.dll'(error 127)
Please advise where are the errors and how to fix them...
here's all the text from the debug