marketeer:
It's not clear what you mean exactly? Do you want to define such function or use an existing one? You can specify default value for all ending parameters.
It's not clear what you mean exactly? Do you want to define such function or use an existing one? You can specify default value for all ending parameters.
Thank you. in MQL4, it has function like below:
void Print( argument, // first value ... // next values );
I want to define such function but compilation fails:
It seems that it not surpported by MQL4, but I'm not sure. Can you help? :)
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
How to make a function like "type VAFunction(type arg1, type arg2, …)" work in MQL4? Thank you very much!