Error during the execution model on dynare

Hi professor please i’ve need your help when I launches my model here is what appears as error
I would like to know if possible causes of this error.
and know also as solve it
My modelprogramme-1.mod (3.9 KB)

thank you in advance
Best

As the warning says

Warning: Some of the parameters have no value (teta_p, teta_w, tau_p, tau_w, fhi, alpha, fhi_r, fhi_p, fhi_y,
fhi_q, rho_a, rho_p, rho_w, chi_p, chi_w, rho_ex, rho_r, rho_v, rho_ups, rho_nu, rho_g) when using steady. If these
parameters are not initialized in a steadystate file or a steady_state_model-block, Dynare may not be able to solve
the model…

You cannot use an estimated_params -block to set parameter values for stoch_simul

Yes master you’re right I have noted i’ll fix these errors beginner. thank you very much
Best

please professor i’ve changed the model according to your instructions but the error continues to appear here is the program.program.mod (4.5 KB)

You did not provide initial values for the steady state computations. Most equations are inconsistent with the default 0 values you implicitly provided. Use e.g. an initval-block.

Thank you master i took note