Extern variables
Unlike input variables, values of extern variables can be modified in the program during its operation. External variables are always reinitialized immediately before the OnInit() is called.
hi
when i use extern in my code then run it
the input windows dont show so i cant modified variables . but when use input and run my code input windows show me
where is my mistake???
- 2021.02.02
- www.mql5.com
hi
when i use extern in my code then run it
the input windows dont show so i cant modified variables . but when use input and run my code input windows show me
where is my mistake???
Please edit your post and use the code button (Alt+S) when pasting code.
EDIT your original post, please do not just post the code correctly in a new post.
This is the MQL4 section.
Are you getting MQL4 confused with MQL5?
In MQL4 externs will show in the input window, in MQL5 they will not.
Look up extern in the documentation relating to whichever language you are using.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I can declare indicator parameter with any of two word = 'extern' or 'input'.
My question what is different between two word.