Hello,
I'm trying to run a DSGE model, but every time I run the model I get the following error message:
Error using print_info (line 74)
Impossible to find the steady state. Either the model doesn't have a steady state, there are an infinity of steady states, or the guess values are too far from the solution
Error in steady (line 92)
print_info(info,options_.noprint, options_);
Error in Modelo_DSGE (line 411)
steady;
Error in dynare (line 180)
evalin('base',fname) ;
I cannot find where my error is, can someone help me please?
Thank you very much.
I attatched .mod file.