Mq errors

 

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

 
dasssi:
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

1. 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:
 
dasssi:
thanks dear Mladen but still need help cant modified the errors.

dasssi

Try this one : multibob_v1.2.15.mq4

Files: