tzm: I met a problem when i tried to call an imported function with defaul value parameters.
What part of "parameters passed to imported functions (both from EX4 and from DLL modules) cannot have values by default." is unclear?
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
Dear all, I met a problem when i tried to call an imported function with defaul value parameters.
The function body is:
The function is imported as follows:
I use the following code to call it in my EA, the compiler reports: "wrong parameters counts."