Question about the timing of variables

Dear all,
I have one question to be clarified. In my model, I have time to build, which makes one of the equations in the model block has uncommon timing. some of the variables will be streched back many periods or forwarded for many periods.
For example, the price now is Q(t+4) in the model.
My question is: can I directly write Q(+4) or how can do with it in dynare?

Thanks.

cindy

Yes, you can write Q(+4)

Now, if you are doing time to build, be careful that Q(t) means that Q is decided upon in period t, then for when Q is used (several periods after it has been set) you should use a lagged value of Q.

Q(+4) means the expected value of Q four periods ahead. Or, if Q(+4) is part of a nonlinear expression the expected value of that expression.

Best

Michel