dasssi:
i have few errors in my first ea
i have few errors in my first ea
1.first extern bool trade kl10.2 = true; the error '.2' - semicolon expected
2.second- void initStringArrayFromInput( string& strings[], string input ) error - 'input' - unexpected token
thanks1. variable name can not be "trade kl10.2". Replace the " " and "," with something else (best to use something like "_")
2. same case : parameter name of the function can not be "input" - it is a reserved word now - change that parameter name to something else
thanks dear Mladen but still need help
cant modified the errors.
Files:
multibob_v1.2.14.mq4
152 kb
dasssi:
thanks dear Mladen but still need help cant modified the errors.
thanks dear Mladen but still need help cant modified the errors.
dasssi
Try this one : multibob_v1.2.15.mq4
Files:
multibob_v1.2.15.mq4
152 kb

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
i have few errors in my first ea
1.first extern bool trade kl10.2 = true; the error '.2' - semicolon expected
2.second- void initStringArrayFromInput( string& strings[], string input ) error - 'input' - unexpected token
thanks