
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
hi
my name is hassan
can u help me please?
i want to write web service for mq4.
what kind of c++ ( mfs static of win32 static) must I have use for this ?
my email address: soleymanihas@yahoo.com
please help me.
thank you a lot.
In general you do not need C/C++ for that
You can use windows API (since the majority of things you are going to need is already written, tested and used by windows) and since windows API is easily accessible by MQL it is a time saver. Just find appropriate windows API functions you need and use them from MQL. A good starting place to find API functions you need could be this : Windows API List (Windows)
If on the other hand you are looking for brute speed, then you can use pure C/C++. I prefer Microsoft Visual studio for one main reason : they are very well documented and you will not have to guess what is what when you read it (like in some other C/C++ coding environments)
hi
my name is hassan
can u help me please?
i want to write web service for mq4.
what kind of c++ ( mfs static of win32 static) must I have use for this ?
my email address: soleymanihas@yahoo.com
please help me.
thank you a lot.