Syntax error, unexpected '(', expecting COMMA

I cannot figure out why the ‘(’ is such an issue. I am new to MATLAB/Dynare and have been troubleshooting for days… Any help would be greatly appreciated.
The problem is said to be at the estimation stage but I think it has to do with estimated_params_init(use_calibration).

Dynare flexible.txt (4.1 KB)

Your

estimated_params_init(use_calibration);

block is missing its

end;

Thank you!!