lserjt:
Not natively, no.
According to my knowledge, MQL is a subset of C language. And I know C language has functions to get and set the states of hardware,
for example:
int inport(int portid)
void outport(int port,int value)
int biosequip(void)
Do anyone know MQL havs such functions?
lserjt: According to my knowledge, MQL is a subset of C language. And I know C language has functions to get and set the states of hardware,
While mql4 is a subset of C, it does not run natively, only interpretively in the mql4 sandbox, there is no mql4 to EXE. There are no access outside the sandbox except through DLL calls.

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
According to my knowledge, MQL is a subset of C language. And I know C language has functions to get and set the states of hardware,
for example:
int inport(int portid)
void outport(int port,int value)
int biosequip(void)
Do anyone know MQL havs such functions?
Can anyone with kindness help me?
Thanks a lot.