Hi just another question,
Lets say i have an EA with.
And i change this to not extern, becuase i dont want to have this options visible.
Will it work properly?
https://book.mql4.com/variables/types
Hi just another question,
Lets say i have an EA with.
And i change this to not extern, becuase i dont want to have this options visible.
Will it work properly?
If it works properly with the external variables, then it will work properly with global scope variables
If it works properly with the external variables, then it will work properly with global scope variables
Nice =)
If it works properly with the external variables, then it will work properly with global scope variables
Agree... it works. I'm not a big fan of passing parameters to functions || indicators || ea.
1st thing I do after downloading any custom indicator is change the externs to globals.
Unless, of course, it's an Indicator that you are calling from another Indicator or EA, then changing from externs may well mess up your iCustom() calls . . .
Good point
but in the OP
"Lets say i have an EA with......"
Good point
but in the OP
"Lets say i have an EA with......"
I must have been when I typed my reply
Optimization only works with extern non-bool parameters . . . thats relevant to an EA.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi just another question,
Lets say i have an EA with.
And i change this to not extern, becuase i dont want to have this options visible.
Will it work properly?