Hi guys,
Just wanna check if I can do
int a,b = function(d,e,f)
- Help Needed!! Parameter not updated
- Return more than one variable from a function?
- Looking for a Function to flip the Portfolio from +1 to -1 and -1 to +1
ShinjiOno:
Hi guys, Just wanna check if I can do int a,b = function(d,e,f)
Nope.
Hi guys, Just wanna check if I can do int a,b = function(d,e,f)
you can pass variables as parameters by reference : a = function( &b, d, e, f); or function(&a, &b, d, e, f); https://docs.mql4.com/basis/variables/formal
Return them as an array.
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
