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 guys i have this code for create memory mapped file i use this library https://www.mql5.com/en/code/download/818.zip
but i want read the memory mapped file by autoit language i nothice if i set
Global\\MySharedMemorynot work (return error memory open 5) but i suppose if is impossible to set global i can't read by another program ?? suppose with local work return me is created memory mapped file , but with local i cant read by autoit , anyone have some idea? thanks