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
Hi evryone,
How to code variable number of inputs on mql4?
Example
first we enter number of inputs: input int NumberOfInput = 5;
Then the input window will show 5 lines of Input to enter value:
input double data1;
input double data2;
input double data3;
input double data4;
input double data5;
Thank you!